Solving equations with absolute value and understanding distance interpretation
Reserve & Extensions • K-12
Absolute value measures distance from zero on a number line. Since distance is always non-negative, absolute value strips away the sign of a number. This simple idea leads to equations with a surprising twist: they can produce two solutions.
In simpler terms: |5| = 5 and |-5| = 5. Both 5 and -5 are a distance of 5 from zero.
If |x| = a, where a > 0, then:
There are always two solutions (when a > 0), because two numbers on the number line have the same distance from zero.
Solve: |x| = 7
When the absolute value contains an expression, set up two equations:
Solve: |2x - 3| = 11
Solve: |3x + 1| + 5 = 12
If you isolate the absolute value and get |expression| = negative number, the equation has no solution. For example, |x + 2| = -3 has no solution because absolute value is never negative.
One more special case: |expression| = 0 has exactly one solution, because the only number with absolute value 0 is 0 itself.
Solve: |4x - 1| + 6 = 2
|x - 5| = 3 means "the distance between x and 5 is 3." On the number line, x is 3 units away from 5, so x = 8 or x = 2. This geometric view can help you set up equations quickly.
1. Solve: |x| = 12
x = 12 or x = -12
2. Solve: |x + 4| = 9
x + 4 = 9 gives x = 5. x + 4 = -9 gives x = -13. Solutions: x = 5 or x = -13.
3. Solve: |5x - 10| = 0
5x - 10 = 0, so 5x = 10, x = 2. One solution: x = 2.
4. Solve: 2|x - 3| + 1 = 15
Isolate: 2|x - 3| = 14, so |x - 3| = 7. Then x - 3 = 7 gives x = 10, and x - 3 = -7 gives x = -4. Solutions: x = 10 or x = -4.
5. Solve: |2x + 6| = -5
Absolute value cannot be negative. No solution.