Hard Square Root Problem

This topic has expert replies
Newbie | Next Rank: 10 Posts
Posts: 2
Joined: Wed Jun 20, 2007 5:46 pm
Thanked: 1 times

Hard Square Root Problem

by gokoli » Sat Aug 13, 2011 3:38 pm
If x<0, then root(-x [x])

(the brackets are supposed to represent absolute value symbol for the second x. Both are the "-x" and second "x" are under the root symbol.)

a. -x
b. -1
c. 1
d. x
e. Square Root Symbol x

OA: A

[/list]
Source: — Problem Solving |

User avatar
Senior | Next Rank: 100 Posts
Posts: 64
Joined: Sun Jul 24, 2011 9:11 am
Thanked: 13 times
GMAT Score:610

by sumgb » Sun Aug 14, 2011 6:35 am
First, x < 0

root(-x * |x|) = root ( x^2), Now,
root( x^2) = x if x >= 0 OR
root( x^2) = -x if x < 0
Since, it is given x < 0, answer must be -x

choice A

hope this helps...