rahuljones1 wrote:If x is not equal to 0, is |x| less than 1?
(1) x/ |x| < x
(2) |x| > x
Another way to look at the above:
Using only 1), we can multiply on both sides by |x|, since |x| must be positive:
x < |x|*x
If x is positive, dividing by x tells us that |x| > 1. If x is negative, dividing by x (and reversing the inequality, since we're dividing by a negative) tells us that |x| < 1. Insufficient.
Using only 2), if x is positive, then |x| = x, while if x is negative, |x| > x. So S2 simply tells us that x is negative, which is insufficient.
Using 1) + 2) together, we know x is negative, so as we saw when analyzing S1 alone, this tells us that |x| < 1 (indeed, it must be that -1 < x < 0). So C.