What is the value of x*?

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 146
Joined: Wed Aug 27, 2008 5:41 am
Thanked: 3 times

What is the value of x*?

by apoorva.srivastva » Fri Nov 20, 2009 11:58 pm
For all integers n, n*=n (n-1). What is the value of x*?

(1.) X*=X
(2.) (X - 1 ) * = (X - 2)


OA after some discussion !! :)

Junior | Next Rank: 30 Posts
Posts: 22
Joined: Mon Apr 14, 2008 3:36 pm
Location: California
Thanked: 1 times

by TRANGZON » Sat Nov 21, 2009 8:13 am
I choose B

Legendary Member
Posts: 1161
Joined: Mon May 12, 2008 2:52 am
Location: Sydney
Thanked: 23 times
Followed by:1 members

by mehravikas » Thu Dec 03, 2009 7:29 pm
D

because from 1 we get x^2 = 0, therefore x has to be 0.

User avatar
GMAT Instructor
Posts: 3225
Joined: Tue Jan 08, 2008 2:40 pm
Location: Toronto
Thanked: 1710 times
Followed by:614 members
GMAT Score:800

by Stuart@KaplanGMAT » Thu Dec 03, 2009 8:49 pm
apoorva.srivastva wrote:For all integers n, n*=n (n-1). What is the value of x*?

(1.) X*=X
(2.) (X - 1 ) * = (X - 2)


OA after some discussion !! :)
Let's actually look at the algebra.

(1) x* = x

We also know that x* = x(x-1), so:

x(x-1) = x

x^2 - x = x

subtracting x from both sides:

x^2 - 2x = 0

x(x-2) = 0

x = 0 OR x = 2... insufficient.

(2) (x-1)* = (x-2)

We also know that (x-1)* = (x-1)(x-1-1) = (x-1)(x-2) = x^2 - 3x + 2, so:

x^2 - 3x + 2 = x - 2

subtracting x from both sides and adding 2 to both sides:

x^2 - 4x + 4 = 0

(x-2)(x-2) = 0

We have a perfect square, therefore x = 2... sufficient. Choose B.
Image

Stuart Kovinsky | Kaplan GMAT Faculty | Toronto

Kaplan Exclusive: The Official Test Day Experience | Ready to Take a Free Practice Test? | Kaplan/Beat the GMAT Member Discount
BTG100 for $100 off a full course

Senior | Next Rank: 100 Posts
Posts: 86
Joined: Mon Sep 13, 2010 2:36 pm
Thanked: 29 times
Followed by:2 members
GMAT Score:710

by thebigkats » Fri Jan 14, 2011 4:31 pm
I reached answer D, please help in why it is wrong:

STAT #1

x*=x
==> x(x-1)=x
==> (dividing both sides by x) (x-1) = 1
==> x = 2
SUFFICIENT

STAT #2
(x - 1 )* = (x - 2)
==> (x-1) (x-2) = (x-2)
==> (dividing both sides by (x-2)) (x-1) = 1
==> x = 2
SUFFICIENT

So why is it B and not D?

thanks

Junior | Next Rank: 30 Posts
Posts: 20
Joined: Sat Oct 16, 2010 8:15 am
Thanked: 9 times

by Zerks87 » Fri Jan 21, 2011 11:05 am
thebigkats wrote:I reached answer D, please help in why it is wrong:

STAT #1

x*=x
==> x(x-1)=x
==> (dividing both sides by x) (x-1) = 1
==> x = 2
SUFFICIENT

STAT #2
(x - 1 )* = (x - 2)
==> (x-1) (x-2) = (x-2)
==> (dividing both sides by (x-2)) (x-1) = 1
==> x = 2
SUFFICIENT

So why is it B and not D?

thanks
For statement 1 you have to expand the brackets before you can do anything, thus x(x-1) = x expands to x^2 - x = x which simplified to x^2 - 2x = 0 therefore x = 0 and x = 2, N.S.


Hope that helps.

Junior | Next Rank: 30 Posts
Posts: 15
Joined: Sun Jan 09, 2011 12:25 pm
Thanked: 1 times

by diaca » Fri Jan 21, 2011 2:49 pm
So, always for an expression such as x*(x-1)=x, in which I have an x multiplying in both sides, Is it always wrong to cancel the x?

Master | Next Rank: 500 Posts
Posts: 377
Joined: Wed Sep 03, 2008 9:30 am
Thanked: 15 times
Followed by:2 members

by schumi_gmat » Sun Jan 23, 2011 10:26 am
diaca wrote:So, always for an expression such as x*(x-1)=x, in which I have an x multiplying in both sides, Is it always wrong to cancel the x?

To divide by x, x should not be equal to 0.

so in this case you cannot divide by x in condition (i)

Newbie | Next Rank: 10 Posts
Posts: 3
Joined: Sat Mar 27, 2010 8:01 am
Thanked: 2 times

by rid » Mon Feb 28, 2011 9:54 am
(1) Insufficient
x=x(x-1) => x = 0 and/or x = 2

(2) Sufficient
(x-1)(x-2)=(x-2) => (x-2)(x-2)=0, x=2

Junior | Next Rank: 30 Posts
Posts: 24
Joined: Mon Jan 24, 2011 1:37 pm

by madhan_dc » Mon Feb 28, 2011 10:08 am
As per one of the previous posts. I dont understand why we cannot divide each side by x in statement 1. Can anyone please explain this?

i divided both sides by x in statement 1 and got x =2

my answer was D.

Junior | Next Rank: 30 Posts
Posts: 15
Joined: Sun Jan 09, 2011 12:25 pm
Thanked: 1 times

by diaca » Mon Feb 28, 2011 10:27 am
madhan_dc wrote:As per one of the previous posts. I dont understand why we cannot divide each side by x in statement 1. Can anyone please explain this?

i divided both sides by x in statement 1 and got x =2

my answer was D.
You cannot divide by X because we know nothing about X. We don't know if x equals zero. If the statement says that X doesn't equal zero, then you could divide by X.

Newbie | Next Rank: 10 Posts
Posts: 3
Joined: Sat Mar 27, 2010 8:01 am
Thanked: 2 times

by rid » Mon Feb 28, 2011 10:30 am
madhan_dc wrote:As per one of the previous posts. I dont understand why we cannot divide each side by x in statement 1. Can anyone please explain this?

i divided both sides by x in statement 1 and got x =2

my answer was D.
Madhan: division by an unknown X may end up with a division by 0 (zero), which is undefined.

Master | Next Rank: 500 Posts
Posts: 165
Joined: Wed Jan 26, 2011 7:33 pm
Location: Pune, India
Thanked: 16 times
Followed by:1 members

by tetura84 » Mon Feb 28, 2011 10:52 am
diaca wrote:So, always for an expression such as x*(x-1)=x, in which I have an x multiplying in both sides, Is it always wrong to cancel the x?
It is not wrong, but you have to consider the sign of x, x can be positive or negative.
In your case, you are only considering positive.

x(x-1) = x
then,
x-1 = +/- 1
which equals x = 0,2
78 clicks can change my life !

Senior | Next Rank: 100 Posts
Posts: 40
Joined: Sun Mar 27, 2011 9:54 am
Thanked: 2 times

by sushantgupta » Mon Jul 04, 2011 11:40 am
From satatement 1
x* = x(x-1) = x => x(x-2) = 0 hence x = 0 , 2
in sufficient

From statement 2
(x - 1 )* = (x - 2) => (x-1)(x-2) = (x-2) => (x-2)^2= 0
=> x = 2
sufficient.

Master | Next Rank: 500 Posts
Posts: 101
Joined: Thu Aug 25, 2011 9:39 pm

by prashant misra » Sun Nov 06, 2011 3:21 am
this was an easy one but i did some calculation mistake.finally i understood.i solved the first expression x*=x(x-1) and putting values as x=x(x-1) and second statement as (x-1)*=(x-1)(x-1-1)