Hi
can you please tell me whether I am allowed to do this or not
X/|x|<x
X<|x|x. We can do that b/c x is pos
0< x|x| -x
0<x (|x| -1)
X>0 &|x| -1> 0
Thanks
RonPurewal Wrote:statement (2) means that x is negative.
this is not enough information to tell whether |x| is less than 1.
insufficient.
--
to interpret statement (1), note that the fraction x/|x| is equal to 1 for any positive value of x, and equal to -1 for any negative value of x.
therefore, to solve this equation, and just consider the positive and negative cases separately.
if x is a positive number, then this inequality can be rewritten as 1 < x.
if x is a negative number, then this inequality can be rewritten as -1 < x. since this only applies to negative values, we can amend this to give -1 < x < 0.
therefore, statement (1) means that EITHER x > 1 OR -1 < x < 0.
for the first possibility, |x| is greater than 1; for the second, |x| is less than 1. insufficient.
--
together:
the only interval that satisfies both statements is -1 < x < 0, in which all numbers satisfy |x| < 1.
sufficient.
EricH836 Wrote:The explanation provides an algebraic solution, not a testing cases solution. I've noticed that for these more difficult inequality problems, going the theoretical route is easier to understand and faster to use than testing cases (e.g., if x>0, then Y and if x<0 then Z...then see which statements satisfy). Is there any guideline for using theory vs. testing cases for these inequality problems, or does it all come down to personal preference?