vinversa Wrote:If x <> 0, Is x^2/|x| <1 ??
1. X<1
2. X>-1
|x| = +x if x>=0 (GMAT given rule)
|x| = -x if x<0 (ditto)
Here since x<>0 (given in Q)
|x| = -x
Then to prove X^2/-x < 1
i.e to prove -x<1
In option 1. X<1 (not enough to prove -x<1)
In option 2. X>-1 (not enough to prove -x<1)
Both 1 & 2 gives -1<x<1 - which is enough to prove -x<1. Hence OA = [C]
i'm not sure what "<>" means, but i'll assume from the context of the discussion that it means "≠".
as far as decoding the expression (x^2)/|x|, there are two ways to figure that out:
(1)
just play around with the expressionjust plug in a bunch of numbers:
plug x = 3 --> (x^2)/|x| = 3
plug x = -5 --> (x^2)/|x| = 5
plug x = 1/2 --> (x^2)/|x| = 1/2
plug x = -1 --> (x^2)/|x| = 1
etc.
you should notice that you're just getting the absolute value of the number every time.
therefore,
(x^2)/|x| is just |x|.(2)
realize that √(x^2) = |x|therefore, this works the same way as any other square root would work -- when you divide x^2 by its own square root (i.e., |x|), you get the square root (i.e., |x|) again.
therefore,
(x^2)/|x| is just |x|.--
once you realize that (x^2)/|x| is just |x|, you have the following question:
Is |x| < 1?
(1) x < 1
(2) x > -1
the question becomes "is -1 < x < 1?", so you need both of the statements. hence (c).