this is a pretty cool problem.
Quote:
If |x|<x^2 , which of the following must be true?
I. x^2>1
II. x>0
III. x<-1
one key fact that you can use here:
x^2 = |x| * |x|this statement is ALWAYS true.
therefore, you can rephrase and simplify the prompt question in the following way:
|x| < |x| * |x|now, realize that x can't be 0 (since this inequality would be false if x were 0). therefore, |x| can't be 0, and so it is safe to divide by |x|.
therefore, divide by |x| on both sides, giving
1 < |x|
therefore,
the statement in the prompt just means |x| > 1
which can also be written
x > 1 OR x < -1.
once you figure this out, it can be seen at once that (i) must be true, while (ii) and (iii) don't.
--
by the way
if you don't arrive at the above simplification, it shouldn't be very difficult to solve this problem by picking a few numbers and watching what happens.