BTGmoderatorLU wrote:How many solutions are possible for the inequality | x - 1 | + | x - 6 | < 2?
A. 3
B. 2
C. 1
D. 0
E. 4
Notice that x - 1 = 0 means x = 1 and x - 6 = 0 means x = 6, so we have 3 cases: (1) x ≥ 6, (2) 1 ≤ x < 6, and (3) x < 1. We need to see what happen in each of these cases. Let's do that now:
Case 1:
If x ≥ 6, then both x - 1 and x - 6 are positive, so |x - 1| = x - 1 and |x - 6| = x - 6, so |x - 1| + |x - 6| < 2 becomes:
x - 1 + x - 6 < 2
2x - 7 < 2
2x < 9
x < 9/2
However, x < 9/2 contradicts our assumption that x ≥ 6, so there are no solutions when x ≥ 6.
Case 2:
If 1 ≤ x < 6, then x - 1 is positive but x - 6 is negative, so |x - 1| = x - 1 and |x - 6| = -(x - 6) = -x + 6, so |x - 1| + |x - 6| < 2 becomes:
x - 1 + (-x + 6) < 2
5 < 2
We see that 5 < 2 is a false statement. Therefore, there are no solutions when 1 ≤ x < 6, either.
Case 3:
If x < 1, then both x - 1 and x - 6 are negative, so |x - 1| = -(x - 1) = -x + 1 and |x - 6| = -(x - 6) = -x + 6, so |x - 1| + |x - 6| < 2 becomes:
-x + 1 + (-x + 6) < 2
-2x + 7 < 2
-2x < -5
x > 5/2
However, x > 5/2 contradicts our assumption that x < 1, so there are no solutions when x < 1.
We see that there no solutions that satisfy the given inequality.
Answer: D