The explanation for (1) confused me. My understanding with absolute value is that the value inside the absolute value lines can be positive or negative. Therefore, if positive then x = 3 and if negative then x = 3 again. I get this part.
What I don't get is the explanation in red text below. This is completely new approach to me.
Please advise.
Is |x| < 1 ?
(1) |x + 1| = 2|x - 1|
(2) |x - 3| > 0
We can rephrase the question by opening up the absolute value sign. In other words, we must solve all possible scenarios for the inequality, remembering that the absolute value is always a positive value. The two scenarios for the inequality are as follows:
If x > 0, the question becomes "Is x < 1?"
If x < 0, the question becomes: "Is x > -1?"
We can also combine the questions: "Is -1 < x < 1?"
Since Statement 2 is less complex than Statement 1, begin with Statement 2 and a BD/ACE grid.
(1) INSUFFICIENT: There are three possible equations here if we open up the absolute value signs:
1. If x < -1, the values inside the absolute value symbols on both sides of the equation are negative, so we must multiply each through by -1 (to find its opposite, or positive, value):
|x + 1| = 2|x -1| -(x + 1) = 2(1 - x) x = 3
(However, this is invalid since in this scenario, x < -1.)
2. If -1 < x < 1, the value inside the absolute value symbols on the left side of the equation is positive, but the value on the right side of the equation is negative. Thus, only the value on the right side of the equation must be multiplied by -1:
|x + 1| = 2|x -1| x + 1 = 2(1 - x) x = 1/3
3. If x > 1, the values inside the absolute value symbols on both sides of the equation are positive. Thus, we can simply remove the absolute value symbols:
|x + 1| = 2|x -1| x + 1 = 2(x - 1) x = 3
Thus x = 1/3 or 3. While 1/3 is between -1 and 1, 3 is not. Thus, we cannot answer the question.
(2) INSUFFICIENT: There are two possible equations here if we open up the absolute value sign:
1. If x > 3, the value inside the absolute value symbols is greater than zero. Thus, we can simply remove the absolute value symbols:
|x - 3| > 0 x - 3 > 0 x > 3
2. If x < 3, the value inside the absolute value symbols is negative, so we must multiply through by -1 (to find its opposite, or positive, value).
|x - 3| > 0 3 - x > 0 x < 3
If x is either greater than 3 or less than 3, then x is anything but 3. This does not answer the question as to whether x is between -1 and 1.
(1) AND (2) SUFFICIENT: According to statement (1), x can be 3 or 1/3. According to statement (2), x cannot be 3. Thus using both statements, we know that x = 1/3 which IS between -1 and 1.
The correct answer is C.