The question is
Is |x| < 1 ?
Asking whether x falls between 1 and -1, exclusive.
if |x|<1
x<1; 0.5, 0.2,0
and
x>-1; -0.5,-0.2
or -1<x<1
Moment you write x=1 or x=-1; the |x|<1 becomes false.
(1) |x + 1| = 2|x – 1|
For modulus on both sides:
Case I.
solve the equation with no sign change
so +(x+1) = +2(x-1)
x+1=2x-2
x=3. Not between -1 and 1.
Case II.
solve the equation with sign change on one side. Either RHS or LHS. Let's do the sign change on LHS
so -(x+1) = +2(x-1)
-x-1=2x-2
3x=1.
x=1/3
x is between -1 and 1.
CaseII(b):
Even if we did sign change on RHS, we would have gotten the same result. Let's try
+(x+1) = -2(x-1)
x+1=-2x+2
3x=1
x=1/3. Same result as before.
So; sign change should be done for either LHS or RHS.
Now, we have two solutions for x; 1/3(between -1 and 1), 3(not between -1 and 1)
Not sufficient.
###Also please substitute these factors of x into the main equation and check whether the factors indeed satisfy the equation. because say if 3 didn't satisfy the equation and 1/3 does. The statement would be sufficient.###
(2) |x – 3| > 0
Here modulus only on LHS;
So, try this with both signs;
+(x-3) > 0
x-3>0
x>3
and
-(x-3) > 0
-x+3>0
-x>-3
x<3
Here x can be either less than 3 or more than 3. Not 3.
However; this doesn't tell us definitively whether x lies between -1 and 1.
Not Sufficient.
Using both:
We know x can be either (1/3 or 3) by 1st statement. Second statement tells us that x can not be 3.
The only value thus left is 1/3.
Sufficient.
Ans: "C"