RonPurewal Wrote:The point is that the expression |x| has differentbehavior for the different signs of x.
I don't really get this. |x| >0 always when x #0
so when x is put in | | , it's in a prison already (in term of positive and negative). But looking at x when it's in the prison can't help assure how it behaves when it's free.
Those aren't really "cases dealing with 0". Those are just positives and negatives"”the same kinds of numbers you tried yourself.
This is great, but I still don’t understand :) This case is not only dealing with positive or negative, and that makes it harder.
Through picking number , I see the statement (1) tells us:
* x takes value within 0 to -1, exclusive,
* or, x take value bigger than 1.
Here is the value line for x:
////-2//////////-1----------0////////////1-----------2-----
//// means values don’t work
---- means values workThe question asks: is |x| <1?
--> means whether x is between -1 and 1? --> Yes and No. Insufficient.
(2) |x| > x
--> means x< 0
Is x between 1 and -1? the answer is Y and N, as we see the value of x here:
------------1------------0
Combine (1) and (2):
(1) ////-2//////////-1----------0////////////1-----------2-----
(2) -----------------1-----------0
--> value of x is this: 1----------0
Is x is between -1 and 1? YES.
(It's so easy to make mistake with this problem. I picked E at the first time solving it)