Training Linear Equations and Inequalities Absolute Value Equations and Inequalities
4 / 5

Absolute Value Equations and Inequalities

20 min Linear Equations and Inequalities

Absolute Value Equations

Absolute value measures distance from zero on the number line, and it is always non-negative. This geometric interpretation means that the equation |x| = 5 has two solutions — positive 5 and negative 5 — because both are exactly 5 units from zero.

Absolute value equations and inequalities require you to consider two cases: what happens when the expression inside the bars is positive, and what happens when it is negative. This lesson teaches you the systematic case-splitting approach.

You will also learn the special rules for absolute value inequalities: |x| < a describes a single interval around zero, while |x| > a describes two rays extending outward.

Rule

To solve $|ax + b| = c$ where $c \ge 0$:

$$ax + b = c \quad\text{or}\quad ax + b = -c$$

If $c < 0$, there is no solution.

Example 1

$|2x - 5| = 9$

Case 1: $2x - 5 = 9 \;\Rightarrow\; x = 7$

Case 2: $2x - 5 = -9 \;\Rightarrow\; x = -2$

Solution: $x = 7$ or $x = -2$.

Example 2

$|x + 3| = -4$

No solution — absolute value cannot be negative.

Example 3

$3|x - 1| + 2 = 14$

  1. Isolate: $3|x - 1| = 12 \;\Rightarrow\; |x - 1| = 4$
  2. $x - 1 = 4 \;\Rightarrow\; x = 5$
  3. $x - 1 = -4 \;\Rightarrow\; x = -3$

Absolute Value Inequalities

Rules
  • $|X| < c$ → $-c < X < c$ (AND/compound)
  • $|X| > c$ → $X < -c$ or $X > c$ (OR)
Example 4

$|3x + 1| \le 10$

$-10 \le 3x + 1 \le 10 \;\Rightarrow\; -11 \le 3x \le 9 \;\Rightarrow\; -\dfrac{11}{3} \le x \le 3$

Example 5

$|x - 4| > 2$

$x - 4 > 2 \;\Rightarrow\; x > 6$ or $x - 4 < -2 \;\Rightarrow\; x < 2$.

Practice Problems

1. $|x - 3| = 7$
2. $|2x + 1| = 5$
3. $|x| = -2$
4. $|4x - 3| + 1 = 10$
5. $|x + 5| < 3$
6. $|2x - 1| \ge 7$
7. $|3x| = 12$
8. $|x - 2| \le 0$
9. $2|x + 1| - 3 > 5$
10. $|5 - x| = 8$
11. $|x + 4| > 0$
12. $|\dfrac{x}{2} - 3| \le 1$
Show Answer Key

1. $x = 10$ or $x = -4$

2. $x = 2$ or $x = -3$

3. No solution

4. $|4x - 3| = 9$; $x = 3$ or $x = -\dfrac{3}{2}$

5. $-8 < x < -2$

6. $x \ge 4$ or $x \le -3$

7. $x = 4$ or $x = -4$

8. $x = 2$ only

9. $|x + 1| > 4$; $x > 3$ or $x < -5$

10. $x = -3$ or $x = 13$

11. All $x \ne -4$

12. $4 \le x \le 8$