Why is it <-1 and not less than or equal to and why is it more than or equal to 2? Where did we get this?
LamboWalker
On the number line, which of the following specifies the set of all numbers x such that |x + 1| + |x - 2| < 5?
A. -3 < x < 2
B. -2 < x < 2
C. -2 < x < 3
D. -2 < x < -1
E. -1 < x < 3
The
critical points (aka
key points or
transition points) for \(|x + 1| + |x - 2| < 5\) are -1 and 2 (those are the values of x for which the expressions in the absolute values become 0). This gives us the following three ranges to consider:
\(--------(-1)--------(2)--------\)
\(x < -1\)
\(-1 ≤ x < 2\)
\(2 ≤ x\)
When x moves from one range to another, one of the absolute values we have, |x + 1| or |x - 2|, changes sign when the absolute value is dropped.
1. When \(x < -1\), then:
\(x + 1 < 0 \), and thus \(|x + 1| = -(x + 1)\) (recall that \(|a| = -a\), when \(a ≤ 0\)).
\(x - 2 < 0 \), and thus \(|x - 2| = -(x - 2)\).
Hence, in this range \(|x + 1| + |x - 2| < 5\) becomes \(-(x + 1) - (x - 2) < 5\). This gives \(x > -2\). Since we consider
\(x < -1\) range, then combining \(x > -2\) with \(x < -1\) gives a set for which the inequality holds for the considered range: \(-2 < x < -1\).
2. When \(-1 ≤ x < 2\), we are moving to the second range, then:
\(x + 1 > 0 \), and thus \(|x + 1| = x + 1\).
\(x - 2 < 0 \), and thus \(|x - 2| = -(x - 2)\).
Hence, in this range \(|x + 1| + |x - 2| < 5\) becomes \((x + 1) - (x - 2) < 5\). This gives \(3 < 5\), which is true. So, when \(-1 ≤ x < 2\) our inequqlity always holds.
3. When \(2 ≤ x\), we are moving to the thrid range, then:
\(x + 1 > 0 \), and thus \(|x + 1| = x + 1\).
\(x - 2 > 0 \), and thus \(|x - 2| = x - 2\).
Hence, in this range \(|x + 1| + |x - 2| < 5\) becomes \((x + 1) + (x - 2) < 5\). This gives \(x < 3\). Since we consider
\(2 ≤ x\) range, then combining \(x < 3\) with \(2 ≤ x\) gives a set for which the inequality holds for the considered range: \(2 ≤ x < 3\).
Therefore, \(|x + 1| + |x - 2| < 5\) holds for the following three ranges:
\(-2 < x < -1\)
\(-1 ≤ x < 2\)
\(2 ≤ x < 3\)
Observe that these three ranges comprise one
continuous range \(-2 < x < 3\), so that's our final answer.
Answer: C.