Math problems from the *free* official practice tests and
problems from mba.com
Sachin2007
 
 

Square Root DS

by Sachin2007 Tue May 06, 2008 4:32 am

Is √((x-3)^2) = 3 - x?

(1) x ≠ 3
(2) -x |x| > 0

[/code]
Sudhan
 
 

by Sudhan Tue May 06, 2008 10:52 am

Is √((x-3)^2) = 3 - x?

(1) x ≠ 3
(2) -x |x| > 0

Rephrasing:-

sqrt(((x-3)^2))= 3-x

applying squares on both the sides,
(x-3)^2= (3-x)^2 ( --> x^2+9-6x= 9+x^2-6x)



using ADBCE Grid,

1) x notequal to 3.

Say x=-3,x=0,x=1/2, is sufficient to answer the question.

2) -x|x| >0.
x=-1,-2,-3,-1/2 is sufficient to answer the question.

Hence D
Pathik
 
 

by Pathik Tue May 06, 2008 5:28 pm

Is √((x-3)^2) = 3 - x?

(1) x ≠ 3
(2) -x |x| > 0

Rephrase Is |x-3| = 3 -x
if x-3 >=0 ; x >=3
x-3 = 3-x So x=3;
if x-3 < 0; i.e. x < 3
-x +3 = 3-x for all values of x

So Q is is x =3 or is x < 3

St1 Insuff

St2 tells us that x is negative. Sufficient.

Ans B

Pathik
i.e. is 3-x >= 0 => 3 >= x
Sachin2007
 
 

by Sachin2007 Wed May 07, 2008 4:29 am

Excellent. Thanks.

OA: B
RonPurewal
Students
 
Posts: 19744
Joined: Tue Aug 14, 2007 8:23 am
 

by RonPurewal Wed May 07, 2008 6:22 am

Pathik Wrote:Is √((x-3)^2) = 3 - x?

(1) x ≠ 3
(2) -x |x| > 0

Rephrase Is |x-3| = 3 -x
if x-3 >=0 ; x >=3
x-3 = 3-x So x=3;
if x-3 < 0; i.e. x < 3
-x +3 = 3-x for all values of x

So Q is is x =3 or is x < 3

St1 Insuff

St2 tells us that x is negative. Sufficient.

Ans B

Pathik
i.e. is 3-x >= 0 => 3 >= x


perfect explanation.

to the general audience: note the general fact that motivates the initial rephrase: if you square a number and then take the square root, you get the absolute value of the original number.

great