Bunuel
Is |x| < 1?
(1) |x + 2| = 3|x − 1|
(2) |2x − 5| ≠ 0
The answer is C.
(1) one way to solve this equation is if both the expressions in absolute values are positive - that is, as x+2=3(x-1). Simplifying, we get x+2=3x-3 ==> 5=2x ==> x=2.5. Therefore, |x| = 2.5 >1 - the answer to the question is no!
Now let's try solving if one of the expression in absolute values is negative: -x-2=3(x-1)==> -x-2=3x-3 ==> 1=4x ==> x = 0.25. Therefore,Therefore, |x| = 0.25 <1 - the answer to the question is yes!
two contradicting answer > insufficient data! eliminate A & D (2) Without even simplifying,
it is clear that just eliminating a single value for x won't tell us if it larger or smaller than 1 - insufficient! eliminate B Combined: now let's look at the equation in (2): whether we treat the expression as positive (2x-5) or negative (5-2x), we get the same thing: 2x ≠ 5 ==> x ≠ 2.5. Combined with the data from (1) - which told us x equals either 2.5 or 0.25 - this eliminates one option (2.5), and leaves only the other (0.25).
x has a definite value > the expression will have one solution only! sufficient! the answer is C.