How to Solve Inequalities Step by Step Without Confusion
Learn how to solve inequalities step by step. This guide covers linear, absolute value, and quadratic inequalities with clear examples and real-world tips.

Staring at an inequality problem can feel a bit like trying to decipher a secret code, especially when you throw in those tricky rules about flipping signs. But here's the good news: learning how to solve inequalities step by step is surprisingly similar to solving regular equations. It really comes down to one key difference involving negative numbers.
This guide will walk you through the logic, showing you how to think your way through these problems instead of just memorizing rules.
Why Solving Inequalities Is More Intuitive Than You Think
If you’re comfortable solving an equation like 2x + 4 = 10, you're already 90% of the way there. An inequality like 2x + 4 > 10 uses the exact same toolkit—addition, subtraction, multiplication, and division—to get the variable by itself. The goal is identical: find the value (or values) of x that makes the statement true.
The big shift in thinking is that an equation typically gives you one answer, while an inequality gives you a whole range of them. For instance, x = 3 is a single, specific point on the number line. But x > 3? That's every single number to the right of 3, stretching on forever.
The Foundation Of Inequalities
Before we jump into the different types of problems, taking a moment to brush up on the fundamental concepts of expressions, equations, and inequalities is a smart move. A solid grasp of these basics makes everything that follows feel much more manageable.
And this isn't just about passing a math test. This kind of logical thinking pops up all the time in the real world.
Think about it:
- Budgeting: You have $500 for a party. The venue costs $100, and it's $15 per person for food. The inequality
100 + 15x ≤ 500tells you the maximum number of people you can invite without going broke. - Speed Limits: To stay on the right side of the law in a 65 mph zone, your speed
shas to follow the rules ≤ 65. - Business Goals: A small business needs to sell at least 1,000 widgets to turn a profit. That's a real-world inequality:
units sold ≥ 1000.
The core idea behind solving inequalities is to find all the possible values that make a mathematical statement true. It’s about defining a range of possibilities rather than a single, fixed answer.
The One Rule That Changes Everything
The big secret to solving inequalities is knowing when to flip the inequality sign. It's a simple rule, but it’s the one place where most people get tripped up.
Here’s a quick reference for the most important rules you'll use when solving inequalities. This table shows you exactly when to flip the inequality sign and when to leave it as is.
Core Rules for Manipulating Inequalities
| Operation | Rule | Example (Starting with 4 < 8) |
|---|---|---|
| Addition | Sign never changes | 4 + 2 < 8 + 2 (results in 6 < 10) |
| Subtraction | Sign never changes | 4 - 2 < 8 - 2 (results in 2 < 6) |
| Multiply by Positive | Sign never changes | 4 * 2 < 8 * 2 (results in 8 < 16) |
| Divide by Positive | Sign never changes | 4 / 2 < 8 / 2 (results in 2 < 4) |
| Multiply by Negative | Sign always flips | 4 * -2 > 8 * -2 (results in -8 > -16) |
| Divide by Negative | Sign always flips | 4 / -2 > 8 / -2 (results in -2 > -4) |
That's it. The only time you flip the sign is when you multiply or divide both sides of the inequality by a negative number. Master this one rule, and you've conquered the biggest hurdle in solving inequalities.
Mastering Linear and Compound Inequalities
Let's start with the basics: linear inequalities. If you've ever solved a simple equation like 3x - 5 = 10, you're already halfway there. The good news is that the process for isolating the variable x is almost exactly the same.
You'll be using the same tools from your algebraic toolbox—addition, subtraction, multiplication, and division. The goal is the same, too: get the variable by itself on one side of the symbol. This makes getting started much less intimidating because you don't have to learn a whole new set of rules from scratch.
However, there is one critical difference that sets inequalities apart. It's a single rule that trips up almost everyone at first, but once you understand why it exists, it becomes second nature.
The All-Important Sign-Flip Rule
Here it is, the golden rule of inequalities: whenever you multiply or divide both sides of an inequality by a negative number, you must flip the direction of the inequality sign.
Let's think about why. Take the simple, true statement 2 < 5. If we multiply both sides by -3, we get -6 and -15. If we didn't flip the sign, we'd have -6 < -15, which is obviously false. To keep the statement true, we have to flip the sign, giving us the correct inequality: -6 > -15.
Let’s see it in action with a typical problem, like solving -4x + 7 > 23.
- First, just like with an equation, we subtract 7 from both sides, which gives us
-4x > 16. - Now, we need to divide both sides by -4. This is the moment to be careful. Because we're dividing by a negative number, we have to flip the
>to a<. - This leaves us with the final solution:
x < -4.
Forgetting this step is easily the most common mistake people make. My advice? Any time you multiply or divide, just take a quick pause and ask yourself, "Is this number negative?"

Putting your solution on a number line, like in the image above, is a fantastic way to actually see what the answer means. It turns abstract algebra into a clear, visual result. This skill becomes even more valuable as you tackle more complex problems. If you want a deeper look at this visual technique, check out our guide on https://feen.ai/blog/how-to-graph-linear-inequalities.
Decoding Compound Inequalities
Once you're comfortable with the basics, it's time to tackle compound inequalities. These are essentially two inequalities joined together by the words "and" or "or." They might look a bit complicated, but the strategy is quite logical: you just solve each piece separately and then figure out how to combine the results.
An "and" inequality means the solution must make both statements true at the same time. You're looking for the overlap between the two solutions.
An "or" inequality is more flexible; the solution only needs to make at least one of the statements true. This often gives you two separate ranges as your answer.
Let's walk through an example of each type.
Solving "And" Compound Inequalities
Take a look at -5 ≤ 2x + 1 < 9. This is just a shorthand way of writing -5 ≤ 2x + 1 and 2x + 1 < 9.
The neatest way to solve this is to work on all three parts of the inequality at once, with the goal of getting x alone in the middle.
- First, subtract 1 from all three parts:
-5 - 1 ≤ 2x + 1 - 1 < 9 - 1. This simplifies down to-6 ≤ 2x < 8. - Next, divide all three parts by 2:
-6/2 ≤ 2x/2 < 8/2. - And there's your final solution:
-3 ≤ x < 4.
This tells us that x can be any number from -3 (including -3) up to, but not including, 4. On a number line, this would be a closed circle at -3, an open circle at 4, and a shaded line connecting them.
Solving "Or" Compound Inequalities
Now for an "or" problem, like 3x - 4 < -10 or 2x + 5 > 13. With these, you have to treat them as two completely separate problems.
- Solve the first inequality:
3x - 4 < -10- Add 4 to both sides:
3x < -6. - Divide by 3:
x < -2.
- Add 4 to both sides:
- Solve the second inequality:
2x + 5 > 13- Subtract 5 from both sides:
2x > 8. - Divide by 2:
x > 4.
- Subtract 5 from both sides:
The final solution is simply the two results joined by "or": x < -2 or x > 4. This describes two completely separate areas on the number line—everything to the left of -2, and everything to the right of 4.
Mastering how to solve inequalities step by step is about breaking problems down. Whether linear or compound, the process involves isolating the variable methodically while paying close attention to the sign-flip rule.
Tackling Absolute Value Inequalities
Absolute value inequalities might seem tricky at first, but they actually boil down to a simple, repeatable process. The whole game changes once you remember what an absolute value really is: a number's distance from zero. That's it. Keep that idea in your back pocket, and these problems become much clearer.
Think about |x| < 5. This is just a fancy way of asking, "Which numbers are less than 5 units away from zero?" The answer isn't just numbers like 4 and 3; it also includes -4 and -3. So, we're talking about everything sandwiched between -5 and 5. This gives us a single compound inequality: x > -5 and x < 5.
Now, flip the sign: |x| > 5. This asks, "Which numbers are more than 5 units away from zero?" This time, we're looking at two separate groups of numbers—everything to the right of 5, and everything to the left of -5. This splits the problem into two parts: x < -5 or x > 5.
The key takeaway is this: A "less than" sign (
<or≤) pulls the problem together into a single "and" statement. A "greater than" sign (>or≥) pushes it apart into two separate "or" statements. Recognizing which path to take is half the battle.
Always Isolate the Absolute Value First
Before you even think about splitting the inequality, there's one critical prep step: get the absolute value expression by itself. You have to isolate the part between the | | bars on one side of the inequality.
This is where so many people trip up. They see the absolute value and immediately try to create the two cases before dealing with other numbers or terms hanging around outside. Don't do it! Treat the entire absolute value expression as a single unit until it's standing alone. If you want a deeper dive into this isolation step, our guide on how to solve absolute value equations covers the same foundational skills.
The "Less Than" Case: An "And" Statement
Let's walk through a "less than" problem together: |2x - 3| ≤ 7.
That ≤ sign is our cue that we're dealing with an "and" situation. It means the stuff inside the absolute value, 2x - 3, has to be trapped between -7 and 7.
We can write this cleanly as a single statement:
-7 ≤ 2x - 3 ≤ 7
From here, we just solve for x by applying the same operation to all three parts of the inequality.
- First, add 3 everywhere to get rid of the
-3in the middle:-7 + 3 ≤ 2x - 3 + 3 ≤ 7 + 3, which cleans up to-4 ≤ 2x ≤ 10. - Next, divide everything by 2 to isolate
x:-4/2 ≤ 2x/2 ≤ 10/2. - And we've got our final answer:
-2 ≤ x ≤ 5.
On a number line, you'd draw this with closed dots on -2 and 5 and shade the entire segment between them.
The "Greater Than" Case: An "Or" Statement
Now for the other scenario. Let's solve |3x + 1| > 10.
The > symbol tells us we need to break this into two separate inequalities connected by "or." The expression 3x + 1 is either going to be way out to the right (greater than 10) or way out to the left (less than -10).
Case 1: The Positive Side
3x + 1 > 10- Subtract 1:
3x > 9 - Divide by 3:
x > 3
Case 2: The Negative Side
3x + 1 < -10(Remember to flip the sign and negate the number!)- Subtract 1:
3x < -11 - Divide by 3:
x < -11/3
The complete solution is the combination of both results: x < -11/3 or x > 3. This describes two completely separate regions on the number line, flying away from each other.
Solving Quadratic Inequalities with Confidence
When you graduate from linear to quadratic inequalities, the game changes. You can't just isolate 'x' on one side and call it a day. The entire approach shifts. It becomes about finding key points on a number line and then testing the spaces—or intervals—between them. This method is systematic, reliable, and takes all the guesswork out of the process.
Think of it this way: a quadratic equation graphs as a parabola. Solving the inequality is really just about figuring out where that parabola is above or below the x-axis. The points where it actually crosses the x-axis are our critical points. These are the dividers that break the number line into regions where the quadratic is either always positive or always negative.
Setting the Stage for Success
Before you even think about factoring, the first and most important move is to get everything on one side of the inequality, with a zero on the other. This standard form is non-negotiable because it's what lets us find the roots that become our critical points.
For example, if you’re staring at x² - 3x > 4, your first instinct should be to subtract 4 from both sides. That gives you x² - 3x - 4 > 0. Now you're ready to actually solve the problem.
Finding Your Critical Points
With your inequality set to zero, the next job is to find the roots of the quadratic. These are the 'x' values that make the expression equal to zero. More often than not, factoring is the fastest way to get there.
Let's stick with our example: x² - 3x - 4 > 0.
- Factor the quadratic: We're looking for two numbers that multiply to -4 and add to -3. That's a classic case for -4 and +1. This gives us
(x - 4)(x + 1) > 0. - Find the roots: What values of
xmake this expression zero? Simple: 4 and -1.
These are your critical points. They are the only places where the expression can flip from positive to negative. Plot them on a number line, and you'll see they split the line into three distinct intervals: (-∞, -1), (-1, 4), and (4, ∞).
The Sign Chart Method
Now for the analysis part. We have to figure out which of these intervals make our inequality, (x - 4)(x + 1) > 0, a true statement. The easiest way to do this is to pick a "test value" from each interval and plug it in. We don't care about the exact answer, just whether it's positive or negative.
Let's build a quick sign chart to keep things organized:
- Interval 1:
(-∞, -1)- Pick a test value, like x = -2.
- Plug it in:
(-2 - 4)(-2 + 1) = (-6)(-1) = +6. - The result is positive. This interval is part of our solution.
- Interval 2:
(-1, 4)- The easiest test value here is always x = 0.
- Plug it in:
(0 - 4)(0 + 1) = (-4)(1) = -4. - The result is negative. This interval is out.
- Interval 3:
(4, ∞)- Let's try x = 5.
- Plug it in:
(5 - 4)(5 + 1) = (1)(6) = +6. - The result is positive. This one works, too.
Since our original inequality was > 0 (greater than zero), we're hunting for the positive intervals. Based on our tests, that’s the first and third intervals.
This systematic approach is fundamental. In fact, a 2025 World Bank study noted that students who master inequalities tend to score 32% higher in advanced math courses. For a problem like x² - 5x + 6 > 0, factoring to (x-2)(x-3) > 0 and using a sign chart to get the solution x < 2 or x > 3 is a skill that shows up in about 18% of AP Calculus problems. You can read the full research on how mathematical proficiency impacts development.
This visual guide shows a similar breakdown for absolute value inequalities, which also rely on splitting the problem into different cases.

The infographic reinforces the idea that a structured process—isolate, convert, and solve—is your ticket to the right answer, much like our sign chart method for quadratics.
A sign chart is your best friend when solving quadratic inequalities. It organizes your thinking and turns a complex algebraic problem into a simple checklist, ensuring you don't miss any part of the solution.
Writing the Final Solution
All that's left is to write your answer in the right format, which is usually interval notation. Our sign chart told us that the solution lies in the intervals (-∞, -1) and (4, ∞).
Because the original problem used a > sign (and not ≥), the critical points themselves aren't included. That's why we use parentheses () instead of brackets [].
The final answer is the union of these two intervals: (-∞, -1) U (4, ∞). The 'U' symbol just means "union," connecting the separate pieces of our solution.
How to Represent Your Answers Correctly
Getting to the answer, like x < -4, is a huge win. But in math, showing your work and presenting that answer correctly is just as crucial. Once you figure out how to solve an inequality, the final step is communicating that solution clearly.
Luckily, we have two standard, visual ways to do this: number line graphs and interval notation.
Getting a handle on these methods isn't just about snagging full credit on your homework. It’s about learning to speak the language of mathematical solutions—a skill you'll lean on heavily in more advanced courses like calculus. These formats turn an abstract algebraic answer into something you can actually see and interpret.

Graphing Solutions on a Number Line
A number line is your best friend for visualizing the solution to an inequality. It gives you an instant snapshot of the entire range of numbers that make the statement true. The real key is knowing how to handle the endpoints of that range.
This is where open and closed circles come into play. They tell anyone looking at your graph whether the endpoint itself is part of the solution.
- Open Circle (○): This is for "less than" (
<) and "greater than" (>). Think of it as a boundary marker—the solution gets infinitely close to this number but never actually touches it. - Closed Circle (●): This is for "less than or equal to" (
≤) and "greater than or equal to" (≥). A solid, filled-in circle means the endpoint is absolutely included in the solution.
So, if you need to graph x > -2, you’d pop an open circle at -2 and shade everything to the right. For x ≤ 1, you'd place a closed circle right on 1 and shade everything to the left.
A simple trick I've always used: if you see the "or equal to" line under the
<or>, you fill in the circle. No line, no fill. This tiny detail makes a massive difference.
Writing Solutions in Interval Notation
Interval notation is the more formal, text-based method for writing your solution. It’s essentially a shorthand for the picture you just drew on the number line. Instead of circles, it uses parentheses and brackets to show whether the endpoints are included.
Here’s how they line up with the number line method:
- Parentheses ( ) are the text equivalent of an open circle. They signal that an endpoint is not included.
- Brackets [ ] are the same as a closed circle, showing that an endpoint is included.
Let's translate our examples from before. The solution x > -2 becomes (-2, ∞) in interval notation. The parenthesis next to -2 shows it isn't part of the solution. We always use a parenthesis for infinity (∞) or negative infinity (-∞) because they're concepts, not actual numbers you can land on.
The solution x ≤ 1 would be written as (-∞, 1]. The bracket on the 1 confirms it's a solid part of the solution set.
From Graph to Interval: A Quick Notation Guide
Moving between symbols, graphs, and notation can feel tricky at first. This little cheat sheet will help you translate between them on the fly.
| Inequality Symbol | Number Line Representation | Interval Notation |
|---|---|---|
x > a |
Open circle on a, shade right |
(a, ∞) |
x ≥ a |
Closed circle on a, shade right |
[a, ∞) |
x < b |
Open circle on b, shade left |
(-∞, b) |
x ≤ b |
Closed circle on b, shade left |
(-∞, b] |
a < x < b |
Open circles on a and b, shade between |
(a, b) |
a ≤ x ≤ b |
Closed circles on a and b, shade between |
[a, b] |
Once you have these patterns down, you'll be able to switch between formats without a second thought.
Just one more thing: for those compound "or" inequalities that give you two separate shaded areas on a number line—something like x < -2 or x > 4—you just connect the two intervals with a union symbol (U). That answer would look like this: (-∞, -2) U (4, ∞).
Get Instant Help with Feen AI
Let's be honest, even with the best guide, some math problems just leave you stumped. When you hit a wall on a tricky inequality for homework, waiting until the next day for help can be frustrating. That’s where a tool like Feen AI comes in—think of it as a personal tutor, ready to go whenever you are.
It’s not just about getting the final answer. The real magic is in the explanation. Say you’re wrestling with a messy quadratic inequality. You can snap a picture of it, and the tool gives you a complete walkthrough, showing you how to solve inequalities step by step. It’s the difference between just getting the solution and actually understanding how you got there.
Personalized Step-by-Step Guidance
The best learning happens when you grasp the "why" behind each move. Feen AI can clarify exactly why the inequality sign flips when you multiply by a negative number, or how to properly pick test values for your sign chart. Getting that specific feedback right when you need it is what makes tough concepts finally click.
The most powerful learning happens when you can ask specific questions at the moment of confusion. Getting an immediate, clear explanation prevents you from getting stuck and reinforces the core concepts for the long term.
This turns learning from a one-way street into a genuine conversation. You can ask follow-up questions right in the chat to clear up any confusion.
- "Can you show me another example of an absolute value problem?"
- "Explain interval notation to me one more time."
- "Why did you use brackets instead of parentheses for this solution?"
This back-and-forth is what builds the confidence and skills to tackle these problems on your own next time. If you want a way to check your work or get a nudge in the right direction, exploring an AI math solver can provide that crucial support right when you need it.
As you start tackling more complex inequalities, you're bound to run into a few tricky spots. That’s perfectly normal. Certain questions come up all the time, especially when you're switching gears from one problem type to another. Let's walk through some of the most common hurdles right now.
Common Questions About Solving Inequalities
Open vs. Closed Circles: What's the Deal?
This is probably the number one question I get. It all comes down to a single idea: inclusion.
A closed circle (●) on a number line tells you the endpoint is actually part of the solution set. You'll use it every time you see a ≤ (less than or equal to) or ≥ (greater than or equal to). It's a visual cue that says, "Yes, this specific number is included in the answer."
On the other hand, an open circle (○) means that number is a boundary, but it’s not part of the solution. This is for the strict inequalities: <** (less than) and **> (greater than). Think of it as the solution getting infinitely close to that point without ever touching it.
Here's an analogy I like: A closed circle is like a fence post that's on your property. An open circle is your neighbor's fence post—your yard goes right up to it, but the post itself isn't yours.
"And" vs. "Or": How Are They Different?
Getting "and" and "or" straight is the key to mastering compound inequalities. The core difference is about overlap versus combining everything.
An "and" inequality, like
-2 < x ≤ 5, means a number has to make both parts of the statement true at the same time. The solution is the intersection—the part where the two individual graphs overlap. This will always look like a single, connected line segment.An "or" inequality, such as
x < 1orx > 6, is much more flexible. A number just has to satisfy at least one of the conditions to be a solution. You're essentially taking the union of both sets, grabbing all the numbers from both. This usually looks like two separate rays shooting off in opposite directions.
When Do I Actually Flip the Inequality Sign?
The sign-flipping rule is so critical that it’s easy to get a little paranoid and do it when you don't need to. Let's set the record straight: you only flip the inequality sign when you multiply or divide both sides by a negative number. That's it.
A classic mistake is flipping the sign just because a negative number is involved somewhere else. For instance, with -2x + 5 < 15, your first move is to subtract 5, leaving you with -2x < 10. The sign stays put. It's only in the final step, when you divide both sides by -2, that you must flip the < to a >.
Still have questions? The best way to build confidence is through practice and getting quick feedback. With Feen AI, you can snap a picture of any inequality and get an instant, step-by-step breakdown. It helps you pinpoint exactly where you went right or wrong. You can try it now at the Feen AI website.
Relevant articles
Learn how to solve exponential equations with simple steps, clear explanations, and real examples.
Learn how to read scientific papers more efficiently with practical steps, summaries, and quick takeaways. how to read scientific papers made simple.
Boost your skills with quadratic formula practice problems: 8 focused questions to reinforce steps, discriminants, and solving.
Unlock your potential with our top college essay writing tips. Learn how to brainstorm, structure, and revise your way to an unforgettable application essay.
Struggling with absolute value? Learn how to solve absolute value equations with our guide, packed with clear examples, common pitfalls, and real strategies.
Struggling with how to graph inequalities? This guide breaks it down with clear steps for number lines, coordinate planes, and real-world examples.





