Absolute value inequalities look technical at first because they mix two ideas students often learn separately: distance and comparison. The absolute value part measures how far something is from a center point, while the inequality part says whether that distance is small enough, large enough, or outside a limit. Once those two pieces come together, expressions like |x – 3| < 5 stop feeling like a special algebra trick and start behaving like a clear question: which numbers are less than 5 units away from 3?
That distance view matters because it prevents a common mistake. Many students learn to split absolute value equations into two cases, then try to do the same thing mechanically for every inequality. Splitting can work, but only when the direction and meaning stay attached to the problem. A better starting point is the number line. If the inequality asks for numbers close to a target, the answer will usually be one continuous interval. If it asks for numbers far from a target, the answer usually breaks into two rays going in opposite directions.
Absolute Value Measures Distance, Not Just Positivity
The symbol |x| means the distance from x to 0 on the number line. That is why |6| = 6 and |-6| = 6. The numbers 6 and -6 sit on opposite sides of zero, but both are 6 units away from it. Absolute value always gives a nonnegative distance, even when the number inside the bars is negative.
When the expression inside the bars changes, the center of the distance changes too. The expression |x – 3| measures the distance from x to 3, because x – 3 tells how far x has moved from 3. If x is 8, then |8 – 3| = 5. If x is -2, then |-2 – 3| = 5. Both 8 and -2 are five units away from 3, one to the right and one to the left.
This is the heart of absolute value inequalities. The inequality does not begin by asking whether x is positive or negative. It asks whether a distance is less than, greater than, or equal to some boundary. The number line is often the simplest way to see what that boundary does.
Less Than Means Inside the Boundary
Consider |x – 3| < 5. Read it as: the distance from x to 3 is less than 5. Starting at 3 on the number line, count 5 units left and 5 units right. The endpoints are -2 and 8. Because the inequality says less than 5, not equal to 5, the solution is every number between those endpoints but not the endpoints themselves.
In compound inequality form, the answer is -2 < x < 8. In interval notation, it is (-2, 8). Both forms say the same thing: x must stay inside the open interval centered at 3 with radius 5. The word radius is useful here because the distance limit spreads evenly in both directions, just like a circle has equal distance from its center in every direction. On a one-dimensional number line, that equal spread becomes an interval.
The same pattern works for |x + 4| ≤ 2. Since x + 4 is the same as x – (-4), the center is -4. A distance of at most 2 from -4 reaches from -6 to -2. Because the inequality includes equality, the endpoints are included: -6 ≤ x ≤ -2, or [-6, -2].
This is why less-than absolute value inequalities often become βbetweenβ statements. They describe a safe zone, tolerance range, or acceptable band around a center. If a machine part must be within 0.2 millimeters of a target length, or a quiz score must be within 3 points of a class average, the mathematical structure is the same: distance from a target must stay under a limit.
Greater Than Means Outside the Boundary
Now look at |x – 3| > 5. The center and boundary are the same as before: 3 is the center, and 5 units away gives endpoints -2 and 8. But the inequality now asks for numbers whose distance from 3 is greater than 5. Those numbers are not between -2 and 8. They live outside the boundary.
The solution is x < -2 or x > 8. In interval notation, that is (-infinity, -2) U (8, infinity). The word or matters. A number cannot be both less than -2 and greater than 8 at the same time, but it can be far enough away on either side.
For |x + 4| ≥ 2, the center is -4 and the endpoints are -6 and -2. The solution includes values at least 2 units away from -4, so the answer is x ≤ -6 or x ≥ -2. Because the inequality includes equality, the boundary points stay in the solution.
Greater-than absolute value inequalities often describe exclusion zones. A temperature may need to be at least a certain distance from freezing, a password length may need to fall outside an unsafe range, or a measurement may be flagged when it is too far from a normal value. The algebra tells you not just one side of the target but both directions where the condition can be true.
Solving Without Losing the Meaning
A reliable method begins by isolating the absolute value expression. For example, solve 2|x – 1| + 3 ≤ 11. First subtract 3 from both sides: 2|x – 1| ≤ 8. Then divide by 2: |x – 1| ≤ 4. Now the inequality says that x is at most 4 units away from 1.
That distance statement gives the interval from 1 – 4 to 1 + 4, so -3 ≤ x ≤ 5. You can test a value inside the interval, such as x = 1, and the original inequality becomes 2|0| + 3 ≤ 11, which is true. Testing an endpoint, such as x = 5, gives 2|4| + 3 = 11, also true because equality is allowed. A value outside, such as x = 7, gives 2|6| + 3 = 15, which is too large.
For a greater-than example, solve 3|x + 2| – 1 > 14. Add 1 to get 3|x + 2| > 15, then divide by 3 to get |x + 2| > 5. The center is -2, and the boundary is 5 units away. The endpoints are -7 and 3, so the solution is x < -7 or x > 3.
The main reason to isolate first is that absolute value only has a clean distance meaning when the expression is by itself. If extra multiplication, addition, or subtraction surrounds the bars, that surrounding structure changes the scale or shifts the comparison. Cleaning it away lets the distance question appear in its simplest form.
Common Mistakes Come From Switching the Logic
The most common mistake is treating every absolute value inequality as an βorβ statement. That works for greater-than cases, but it breaks less-than cases. |x – 3| < 5 does not mean x – 3 < 5 or x – 3 > -5 as two separate outside regions. It means both conditions must hold at once: -5 < x – 3 < 5. After adding 3, that becomes -2 < x < 8.
Another mistake is forgetting to reverse the inequality when multiplying or dividing by a negative number during ordinary algebra steps. This issue is not unique to absolute value, but it can hide inside a longer solution. If a problem begins as -2|x – 4| < -10, dividing by -2 changes the sign and gives |x – 4| > 5. The negative coefficient turns a less-than statement into a greater-than distance condition.
A third mistake is including or excluding endpoints without checking the symbol. Strict inequalities, < and >, leave endpoints out. Inclusive inequalities, ≤ and ≥, keep endpoints in. On a number line, that difference appears as an open or closed point. In interval notation, it appears as parentheses or brackets.
Why These Inequalities Are Useful Beyond Homework
Absolute value inequalities are a compact way to describe acceptable error. If a measurement should be 50 centimeters with a tolerance of 0.5 centimeters, the condition can be written as |x – 50| ≤ 0.5. That one line says the measurement may be a little too low or a little too high, but not too far in either direction. Solving it gives 49.5 ≤ x ≤ 50.5.
They also appear in data and estimation. A weather forecast might be considered close if its predicted temperature is within 3 degrees of the actual temperature. A budget estimate might be acceptable if the final cost is within $100 of the plan. In each case, the exact direction of the error is less important than the size of the error. Absolute value is built for that kind of thinking.
The larger lesson is that algebra is not just a list of moves. It is a language for describing conditions. Absolute value inequalities describe distance conditions, and distance conditions naturally become intervals or outside regions. Once that idea is clear, the symbols become less mysterious. A less-than sign pulls values toward the center. A greater-than sign pushes them outside the boundary. The number line shows the story before the algebra finishes it.





