Bunuel
If y = |x – 1| and y = 3x + 3, then x must be between which of the following values?
(A) 2 and 3
(B) 1 and 2
(C) 0 and 1
(D) –1 and 0
(E) –2 and –1
MANHATTAN GMAT OFFICIAL SOLUTION:We should set the two equations for y equal and algebraically solve |x – 1| = 3x + 3 for x.
This requires two solutions: one for the case that x – 1 is positive, the other for the case that x –1 is negative:
x – 1 is positive: (x – 1) = 3x + 3 --> x = -2.
INCORRECT: x – 1 = (–2) – 1 = –3
Therefore, the original assumption that x – 1 is positive does not hold.
x – 1 is negative: –(x – 1) = 3x + 3 --> x = -1/2.
CORRECT: Therefore, the original assumption that x – 1 is negatives holds.
Thus, there is only one solution for x and y, which is y = 3/2 and x = -1/2.
The correct answer is D.Bunuel, this is was the same thing I did, but I just had one question. Isn't it more accurate to say for the case where x>1, that since it leads to x=-2, this is an invalid solution because -2 is not >1, rather than saying -2 is invalid because -2 <0? Like when are testing solutions to be valid we are making sure that fall within the range, not just if they are positive or negative right?