How To Solve An Absolute Value Inequality: Step-by-Step Guide
How to Solve an Absolute Value Inequality
Ever stared at something like |2x - 5| < 7 and felt your brain go fuzzy? You're not alone. The good news? That said, absolute value inequalities have a way of looking way more intimidating than they actually are. Once you see the pattern, they click. And once they click, you'll wonder what the fuss was about.
Here's the thing — solving these inequalities isn't about memorizing a dozen different rules. On the flip side, it's about understanding one core concept: absolute value is just distance. That's it. Once that clicks, everything else falls into place.
What Is an Absolute Value Inequality, Really?
Let's back up for a second. What does |x| actually mean?
If you said "the positive version of x," that's not quite right. The formal definition is this: |x| is the distance between x and zero on a number line. So |3| = 3 because 3 is 3 units away from zero. And |-3| = 3 because -3 is also 3 units away from zero.
An absolute value inequality is simply an inequality that involves this distance concept. You'll see problems like:
- |x| < 4
- |x + 2| ≥ 5
- |3x - 1| ≤ 7
The inequality sign tells you whether you want values within a certain distance (less than) or outside a certain distance (greater than).
The Two Big Patterns
Here's the secret that most textbooks don't make clear enough. Every absolute value inequality with a single absolute value expression falls into one of two patterns. Once you know which pattern you're in, you know exactly what to do.
Pattern 1: "Less than" type |x| < a means you're looking for numbers whose distance from zero is less than a. On a number line, that's everything between -a and a (but not including the endpoints if it's strictly less than).
|x| ≤ a means the same thing, but now you include the endpoints.
Pattern 2: "Greater than" type |x| > a means you're looking for numbers whose distance from zero is greater than a. That's everything to the left of -a and everything to the right of a — two separate regions.
|x| ≥ a works the same way, just with the endpoints included.
That's the whole game. Everything else — the more complicated-looking problems with expressions like |2x - 5| — is just this same pattern with a little algebra preprocessing.
Why This Matters (And Where It Actually Comes Up)
You might be thinking, "Okay, but when am I ever going to use this?" Fair question.
In real life, absolute value inequalities show up anywhere there's a tolerance or range. Think about:
- Manufacturing: If a part needs to be 10mm wide with a tolerance of 0.5mm, you're working with |actual width - 10| ≤ 0.5
- Temperature ranges: If a chemical needs to stay between 20°C and 30°C, that's |T - 25| ≤ 5
- Finance: If a stock price can't deviate more than $15 from its target, you've got an absolute value inequality
But beyond the practical applications, here's why this matters for you right now: absolute value inequalities show up constantly in algebra, precalculus, and standardized tests. In practice, mastering them now saves you pain later. And honestly? On top of that, the concept isn't that hard. It's the setup that trips people up.
How to Solve an Absolute Value Inequality
Alright, let's get into the actual process. I'll walk you through the method step by step, then show you how it works with examples.
Step 1: Isolate the Absolute Value
This is the most important first step, and it's where a lot of people mess up. You need to get the absolute value expression by itself on one side of the inequality before you do anything else.
So if you're looking at |2x - 3| + 4 < 9, your first move is to subtract 4 from both sides:
|2x - 3| < 5
Now you've got the absolute value by itself. That's what you want.
Step 2: Identify Your Pattern
Now that the absolute value is isolated, look at the inequality sign and figure out which pattern you're dealing with:
- Less than (< or ≤): This is your "between" case. You'll end up with a compound inequality that looks like -a < expression < a
- Greater than (> or ≥): This is your "outside" case. You'll end up with two separate inequalities joined by "or"
Step 3: Split Into Two Inequalities
This is where the magic happens. You take that single absolute value inequality and turn it into two regular inequalities.
For "less than" problems (|expression| < a):
The expression inside the absolute value must be greater than -a AND less than a. So you write:
-a < expression < a
For "greater than" problems (|expression| > a):
The expression inside the absolute value must be less than -a OR greater than a. So you write:
expression < -a OR expression > a
Step 4: Solve Each Inequality
Now you've got regular inequalities to solve. Use the distributive property, combine like terms, add or subtract from both sides — all the normal algebra stuff you already know.
Step 5: Graph (If It Helps)
If you're visual, graphing on a number line can really help you see what's happening. But for "less than" problems, you'll have one connected region. For "greater than" problems, you'll have two separate regions going in opposite directions.
Want to learn more? We recommend words that start with m and end in a and who wrote the white man's burden for further reading.
Worked Example: "Less Than" Case
Let's solve |2x - 3| < 5
Step 1: The absolute value is already isolated. ✓
Step 2: We have "less than," so this is our between case.
Step 3: Split it: -5 < 2x - 3 < 5
Step 4: Solve the compound inequality. Add 3 to all three parts: -2 < 2x < 8
Divide everything by 2: -1 < x < 4
So the solution is all numbers between -1 and 4, not including -1 or 4.
Worked Example: "Greater Than" Case
Now let's solve |x + 2| ≥ 5
Step 1: Already isolated. ✓
Step 2: We have "greater than," so this is our outside case.
Step 3: Split it: x + 2 ≤ -5 OR x + 2 ≥ 5
Step 4: Solve each: x + 2 ≤ -5 → x ≤ -7 x + 2 ≥ 5 → x ≥ 3
So the solution is x ≤ -7 OR x ≥ 3. Everything except the region between -7 and 3.
Common Mistakes That Trip People Up
Let me save you some frustration. Here are the errors I see most often:
Forgetting the negative case entirely. Some students solve |x| > 5 and only write x > 5. But -6 also works, because |-6| = 6 > 5. Always, always split into two inequalities for "greater than" problems.
Reversing the inequality when splitting. This one is subtle. When you split |expression| < a into -a < expression < a, you're NOT reversing anything. But when you split |expression| > a into expression < -a OR expression > a, you're setting up two inequalities in the normal direction. The key is remembering that "less than" becomes a compound "and" (between), while "greater than" becomes an "or" (two separate regions).
Trying to split before isolating. You cannot — I repeat, cannot — properly split an absolute value inequality until the absolute value is by itself. If you have |2x + 1| - 3 < 7, you need to add 3 first to get |2x + 1| < 10. Trying to split too early is where things go sideways.
Confusing ≤ with <. This matters more than you might think. When you have ≤ or ≥, your graph includes the endpoints (filled-in circles). When you have < or >, the endpoints are not included (open circles). It changes your final answer.
Practical Tips That Actually Help
Here's what I'd tell a student sitting in front of me:
Draw the number line first. Before you do any algebra, sketch what's happening. If you want |x| < 3, draw a number line and shade everything between -3 and 3. If you want |x| > 3, shade everything to the left of -3 and everything to the right of 3. This visual check catches so many mistakes.
Check your work with a test value. Pick a number from your solution set and plug it back into the original inequality. Does it work? Then you're probably right. Pick a number outside your solution set — it should fail.
For compound inequalities, solve from the middle out. When you have something like -4 < 2x + 1 < 7, treat the whole thing as one chain. Add -1 to all three parts, then divide all three parts by 2. Whatever you do to the middle, you do to both ends.
Watch your signs when distributing. This isn't unique to absolute value inequalities, but it's where it shows up a lot. If you have 3(x - 2), that's 3x - 6, not 3x - 2. Small sign errors cascade through the whole problem.
FAQ
What's the difference between |x| < 3 and |x| ≤ 3?
The difference is whether the endpoints are included. |x| ≤ 3 gives you -3 ≤ x ≤ 3 (closed, filled-in circles). On the flip side, |x| < 3 gives you -3 < x < 3 (open circles on the graph). The same logic applies to greater than problems.
Can an absolute value inequality have no solution?
Yes. That said, there's no number whose distance from zero is less than -3 — that doesn't make sense. Take this: |x| < -3 has no solution because absolute values are never negative. Similarly, |x| > -3 is true for every real number, since every absolute value is greater than a negative number.
Why do "greater than" problems give two separate solutions?
Think about it visually. Now, |x| > 3 means "numbers more than 3 units away from zero. " That includes everything to the left of -3 (like -4, -5, -100) AND everything to right of 3 (like 4, 5, 100). These are two completely separate regions with a gap in between. That's why you use "or" and write two separate inequalities.
What if there's a number outside the absolute value, like |x| + 5 < 9?
That's what Step 1 is for. In real terms, subtract 5 from both sides first to isolate the absolute value: |x| < 4. Consider this: then proceed normally. Never try to split an inequality with extra terms still hanging around.
Do I ever need to flip the inequality sign when dividing?
Only if you divide by a negative number — and this applies to regular inequalities too, not just absolute value ones. If you ever divide by a negative, flip the direction of your inequality sign. If you divide by a positive, everything stays the same.
The Bottom Line
Absolute value inequalities aren't about memorizing a ton of different rules. " Greater than means "outside the range.Less than means "inside the range.Think about it: they're about understanding one thing: absolute value measures distance. " Everything else — isolating the absolute value, splitting into two cases, solving each piece — is just algebra you already know.
The first few times you work through these, draw the number line. Still, check your answers with test values. It feels slower, but it builds the intuition that makes fast work of harder problems later.
You've got this.
Latest Posts
Related Posts
Hand-Picked Neighbors
-
Which Statement Is Always True
Aug 08, 2026
-
Which Statement Is Always True According To Vsepr Theory
Aug 08, 2026
-
Which Statement Is Always True When Describing Sex Linked Inheritance
Aug 08, 2026
-
Which Statement Is An Accurate Description Of Genes
Aug 08, 2026
-
Which Statement Is An Example Of A Central Idea
Aug 08, 2026