The Tolerance That Keeps a Bridge From Snapping
A steel beam cut two millimetres too long can lock a bridge joint and crack it in the first cold snap.
Every manufactured part carries a tolerance - a stated allowance for how far a measurement may stray from its target before the part is scrapped. "Within 2 mm of 500 mm" is not a single number; it is a whole range, and the compact way to write that range is $|L - 500| \le 2$. That single line is an absolute value inequality, and reading it correctly is the difference between a part that fits and one that fails.
What Are Absolute Value Inequalities?
An absolute value inequality is an inequality that contains an expression inside absolute value bars, such as $|x| < 3$ or $|2x - 1| \ge 5$.
The absolute value $|x|$ is the distance of $x$ from zero on the number line, so it is never negative. Because absolute value measures distance, an absolute value inequality is really a statement about how far an expression is allowed to be from zero. That distance framing is the whole idea, and it is why every one of these problems splits into cases. If you want the underlying idea on its own, the absolute value article builds it from the ground up.
There are two shapes, and they behave in opposite ways:
Less-than form - $|x| < a$ (or $\le$): the expression is close to zero, within distance $a$.
Greater-than form - $|x| > a$ (or $\ge$): the expression is far from zero, beyond distance $a$.
These are still inequalities, so every ordinary rule applies - including flipping the sign when you multiply or divide by a negative.
How Do You Solve an Absolute Value Inequality?
The method is always the same three moves: isolate the absolute value, choose the case, then solve. First isolate the absolute value bars so the inequality reads $|\text{expression}| < a$ or $|\text{expression}| > a$ with a single number on the right. Then apply the case rule.
The less-than rule (an "and" statement). If $a > 0$,
$$|x| < a \quad \Longleftrightarrow \quad -a < x < a.$$
The solution is one connected interval - the values trapped between $-a$ and $a$.
The greater-than rule (an "or" statement). If $a > 0$,
$$|x| > a \quad \Longleftrightarrow \quad x < -a \ \text{ or } \ x > a.$$
The solution is two separate rays heading off in opposite directions.
A quick way to keep them straight: less-thand (less-than uses and), greator (greater-than uses or). One rule bounds a range; the other splits it.
Two edge cases decide themselves before you do any algebra. If the right side is negative - say $|x| > -4$ - then every real number works, because a distance is always at least zero. And $|x| < -4$ has no solution at all, since no distance can be smaller than a negative number.
What Does |x| < a Mean on a Number Line?
The less-than case is a single shaded segment centred on zero (or, after isolating, centred on whatever the expression forces). For $|x| \le 2$, shade everything from $-2$ to $2$ and fill both endpoints because the inequality allows equality. This is exactly the tolerance band from the bridge beam: one continuous strip of acceptable values. When the inside is more complex, like $|x - 3| \le 2$, the same picture just slides so its centre lands at $x = 3$, giving the interval from $1$ to $5$.
What Does |x| > a Mean on a Number Line?
The greater-than case is two arrows pointing away from a gap in the middle. For $|x| > 2$, shade everything to the left of $-2$ and everything to the right of $2$, leaving the interval between them empty. The gap is the set of values too close to zero to satisfy a "far from zero" demand. This split into two rays is why greater-than inequalities so often connect to a compound inequality joined by "or".
Examples Of Absolute Value Inequalities
The set runs from a bare less-than case, through the most common "or/and" trap, up to inequalities that need isolating first and one built from a real tolerance.
Example 1
Solve $|x| < 5$.
This is the pure less-than form, so apply the "and" rule directly.
$$-5 < x < 5.$$
Final answer: the interval $(-5, 5)$ - every number within 5 units of zero.
Example 2
Solve $|x| > 3$.
Your first instinct might be to write $-3 < x > 3$ and treat it like the less-than case, reading it as one squeezed interval. Try to picture that on a number line: it would ask for numbers that are simultaneously less than $-3$ and greater than $3$. Nothing is both, so that reading collapses to nothing - yet plenty of numbers, like $10$ or $-8$, clearly are more than 3 units from zero. So the "between" reading has to be wrong.
The rescue is the "or" rule. Greater-than means far from zero, which points in two directions:
$$x < -3 \quad \text{or} \quad x > 3.$$
Final answer: $x < -3$ or $x > 3$ - two separate rays, never a single interval.
Example 3
Solve $|x - 4| \le 6$.
The bars are already isolated, so apply the less-than rule with the whole expression $x - 4$ in the middle.
$$-6 \le x - 4 \le 6.$$
Add 4 to all three parts, one step at a time:
$$-6 + 4 \le x \le 6 + 4$$
$$-2 \le x \le 10.$$
Final answer: the interval $[-2, 10]$, endpoints included because the inequality allows equality.
Example 4
Solve $|2x + 1| > 7$.
Greater-than, so split into two inequalities with the "or" rule:
$$2x + 1 < -7 \quad \text{or} \quad 2x + 1 > 7.$$
Solve the left branch:
$$2x < -8$$
$$x < -4.$$
Solve the right branch:
$$2x > 6$$
$$x > 3.$$
Final answer: $x < -4$ or $x > 3$.
Example 5
Solve $3|x - 2| - 4 < 8$.
The absolute value is not isolated yet, so clear everything around it first.
$$3|x - 2| < 12$$
$$|x - 2| < 4.$$
Now it is a clean less-than case:
$$-4 < x - 2 < 4$$
$$-2 < x < 6.$$
Final answer: the interval $(-2, 6)$. Isolating before splitting is what keeps this from going wrong.
Example 6
A machine part must be $50$ mm long, accurate to within $0.3$ mm. Write and solve the inequality for the acceptable length $L$.
"Within $0.3$ mm of $50$" is a distance statement, so it becomes an absolute value inequality:
$$|L - 50| \le 0.3.$$
Apply the less-than rule:
$$-0.3 \le L - 50 \le 0.3$$
$$49.7 \le L \le 50.3.$$
Final answer: any length from $49.7$ mm to $50.3$ mm passes. Outside that band, the part is scrapped.
Why Do Absolute Value Inequalities Matter?
"How far is too far?" - the question absolute value inequalities were built to answer.
The less-than form and the greater-than form are two sides of one practical idea: setting limits on distance or error. That shows up far beyond the algebra page.
Manufacturing tolerance. Every engineered part ships with a spec like $|L - L_0| \le t$. Aerospace and medical-device tolerances are stated exactly this way, and a part outside the band is rejected before it ever leaves the line. The idea is formalised as engineering tolerance.
Measurement error. A lab result reported as "$7.0 \pm 0.2$" is the inequality $|x - 7.0| \le 0.2$ in disguise - the true value lives inside that interval.
Control and alarms. A thermostat that trips when the room strays more than 2 degrees from a target is solving $|T - T_0| > 2$ in real time.
Statistics. Confidence intervals and "within so many standard deviations of the mean" are absolute value inequalities dressed in statistical language.
Show a student the destination first - that this one bit of algebra is how factories decide what to keep and what to throw away - and the two-case rule stops feeling like an arbitrary split. At Bhanzu, trainers open this topic with a tolerance band precisely because the "and versus or" logic lands faster when it is a real accept-or-reject decision rather than an abstract $x$.
Common Mistakes
Mistake 1: Using "or" for less-than (and "and" for greater-than)
Where it slips in: Right at the case-choice step, before any solving happens.
Don't do this: Split $|x| < 5$ into $x < -5$ or $x > 5$.
The correct way: Less-than is a bounded range, so it uses "and": $-5 < x < 5$. Greater-than is the split one. Students first meeting these inequalities almost always reach for the wrong connector on one of the two forms, and the memorizer who learned "always split into two" applies it to less-than problems where it produces the exact opposite of the right answer. Sketch the number line before committing - one band means "and", two rays mean "or".
Mistake 2: Forgetting to isolate the absolute value first
Where it slips in: Any inequality with a coefficient or constant outside the bars, like $3|x - 2| - 4 < 8$.
Don't do this: Split the bars while the $3$ and the $-4$ are still attached.
The correct way: Peel everything off the absolute value until it stands alone, then apply the case rule. The rusher who splits too early carries the stray numbers into both branches and gets two wrong intervals.
Mistake 3: Mishandling a negative right-hand side
Where it slips in: When the isolated inequality reads $|x| < -4$ or $|x| > -4$.
Don't do this: Mechanically split it into cases as if the number on the right were positive.
The correct way: Read the distance first. $|x| < -4$ asks for a distance smaller than a negative number, which is impossible, so there is no solution. $|x| > -4$ is true for every real number. Neither needs any algebra.
Conclusion
An absolute value inequality compares a distance to a number, so it always resolves into two cases.
$|x| < a$ means $-a < x < a$: one bounded interval, joined by "and".
$|x| > a$ means $x < -a$ or $x > a$: two outward rays, joined by "or".
Always isolate the absolute value before splitting, and read a negative right-hand side directly.
On a number line, less-than shades one segment; greater-than shades two rays with a gap.
To take absolute value inequalities further with a teacher, explore Bhanzu's algebra tutor sessions, get targeted help with algebra, or step up to a high school math tutor for exam-level practice.
A Practical Next Step
Work through these three, sketching the number line before you write the interval: (1) $|x| \ge 4$; (2) $|x + 5| < 9$; (3) $2|3 - x| + 1 > 11$. If a solution comes out as a single squeezed interval on a greater-than problem, revisit Mistake 1 above. Want a live Bhanzu trainer to walk your child through the "and versus or" split? Book a free demo class.
Read More
Linear inequalities — the one-variable inequalities these build on.
Absolute value function — the V-shaped graph behind the distance idea.
Roots of a quadratic equation — where interval solutions show up again.
Was this article helpful?
Your feedback helps us write better content
