Is |x| < 1 ?
(1) |x + 1| = 2|x - 1|
(2) |x - 3| > 0
I solved this problem a little differently. Can this problem be solved the following way?
Rephrase the question as "Is x <1?" or "Is x > -1?" or "Is -1 < x < 1?"
Statement 2. Not Sufficient! x>3 or x<3; therefore x is anything but 3.
Statement 1. Not Sufficient! When x>0 , (x + 1) = 2(x -1). This gives x=3.
When x<0 , -(x + 1) = -2(x -1). This gives x=1/3.
3rd scenario: -(x + 1) = 2(x -1). This gives x=1/3.
So, x=1/3 or 3. Insufficient to solve the problem.
Combining statement (1) and (2). x cannot equal 3 according to statement (1). x equal 1/3 or 3. Therefore, x=1/3. This is sufficient to answer the question.
Answer: C
I am not so good at absolute value questions. So please suggest the correct way of doing this problem.