Inequalities look a lot like equations at first, but they ask a different question. Instead of finding one exact value, you are often finding a range of values that make a statement true. That difference affects how you solve, graph, and check your work. This guide gives you a reusable checklist for common inequality problems, from one-step linear inequalities to compound inequalities and graphing on a number line. If you want math homework help that shows the reasoning instead of only the final answer, use this article as a step-by-step reference whenever you need to solve inequalities, graph inequalities, or check inequality answers before turning in an assignment or preparing for a test.
Overview
Before you start solving, it helps to know what an inequality is really saying. Symbols such as <, >, ≤, and ≥ compare two quantities.
- x < 4 means x is any number less than 4.
- x > -2 means x is any number greater than -2.
- x ≤ 7 means x can be 7 or anything less.
- x ≥ 1 means x can be 1 or anything greater.
The big idea is that most inequality answers are sets of numbers, not single numbers. That is why graphing matters. A graph on a number line gives a quick picture of the full solution set.
Here is the core rule set to remember when you solve inequalities step by step:
- Use the same algebra moves you would use for equations: add, subtract, combine like terms, distribute, and simplify.
- If you multiply or divide by a negative number, reverse the inequality sign.
- Write the answer clearly in inequality form, graph form, or interval form if your class uses it.
- Check your solution with test values, especially when the answer seems wide or when compound inequalities are involved.
That one sign-flip rule causes many mistakes, so it is worth repeating: only reverse the inequality when multiplying or dividing both sides by a negative.
If you want a refresher on equation-solving habits before moving into inequalities, see Linear Equations Calculator Guide: Solve for x With Step-by-Step Rules. The algebra structure is similar, but inequality graphs and sign reversals add a few extra checks.
Checklist by scenario
Use the checklist that matches your problem type. The goal is not to memorize random tricks. It is to follow a dependable process.
1) One-step inequalities
Example: x + 5 > 12
Checklist:
- Identify the operation attached to the variable.
- Undo that operation on both sides.
- Keep the inequality direction the same unless you multiply or divide by a negative.
- State the solution.
- Graph it on a number line.
Step by step:
x + 5 > 12
x > 7
Graph: open circle at 7, shade to the right.
Because the symbol is > and not ≥, 7 itself is not included.
2) One-step inequalities with multiplication or division
Example: -3x ≤ 15
Checklist:
- Isolate the variable.
- Notice whether you are dividing by a negative.
- If yes, reverse the inequality sign.
- Check with a test value.
Step by step:
-3x ≤ 15
x ≥ -5
Why did the sign change? Because both sides were divided by -3.
Quick check: Try x = 0. Then -3(0) ≤ 15 becomes 0 ≤ 15, which is true. Since 0 is greater than -5, the answer makes sense.
3) Two-step linear inequalities
Example: 2x - 7 < 9
Checklist:
- Add or subtract first to undo constants.
- Multiply or divide next to undo the coefficient.
- Watch for sign reversal only if the second step uses a negative.
- Graph and check.
Step by step:
2x - 7 < 9
2x < 16
x < 8
Graph: open circle at 8, shade left.
4) Inequalities with variables on both sides
Example: 5x + 2 > 3x - 6
Checklist:
- Move variable terms to one side.
- Move constants to the other side.
- Simplify completely.
- Ask whether the result is a normal solution, no solution, or all real numbers.
Step by step:
5x + 2 > 3x - 6
2x + 2 > -6
2x > -8
x > -4
This type is common in algebra help because the setup feels busier than it really is. The same balancing logic still works.
5) Distributive property inequalities
Example: 3(x - 2) ≥ 2x + 1
Checklist:
- Distribute carefully before combining terms.
- Then solve like a linear inequality.
- Check for sign errors.
Step by step:
3(x - 2) ≥ 2x + 1
3x - 6 ≥ 2x + 1
x - 6 ≥ 1
x ≥ 7
Check: Try x = 7. Left side: 3(5) = 15. Right side: 15. Since 15 ≥ 15 is true, the boundary point works.
6) Compound inequalities with “and”
Example: -1 < 2x + 3 ≤ 9
An and inequality means the solution must satisfy both parts at the same time. The graph is usually the overlap.
Checklist:
- Treat all three parts as connected.
- Do the same operation to all three parts.
- If multiplying or dividing by a negative, reverse both inequality signs.
- Write the final answer as one combined statement if possible.
Step by step:
-1 < 2x + 3 ≤ 9
-4 < 2x ≤ 6
-2 < x ≤ 3
Graph: open circle at -2, closed circle at 3, shade between them.
7) Compound inequalities with “or”
Example: x < -3 or x ≥ 2
An or inequality means a value can satisfy either part. The graph usually has two separate shaded regions.
Checklist:
- Solve each inequality separately if needed.
- Keep both solution parts.
- Do not force them into one continuous interval unless they actually connect.
Graph: open circle at -3 and shade left; closed circle at 2 and shade right.
This is a common place where students lose points by accidentally writing only one side.
8) Special cases: no solution or all real numbers
Example of no solution: 2x + 1 < 2x - 4
Subtract 2x from both sides:
1 < -4
That statement is never true, so there is no solution.
Example of all real numbers: 4x + 3 ≥ 4x - 2
Subtract 4x from both sides:
3 ≥ -2
That statement is always true, so the solution is all real numbers.
These outcomes are not mistakes. They are valid answers.
9) Graphing inequalities on a number line
If your teacher asks you to graph inequalities, use this mini-checklist:
- Open circle for < or >
- Closed circle for ≤ or ≥
- Shade left for less than
- Shade right for greater than
- Shade between for “and” compound inequalities
- Shade outside for many “or” compound inequalities
When in doubt, read the statement aloud. For example, x ≤ 4 means “x is 4 or less,” so start at 4 with a closed circle and move left.
For related graph-based algebra topics, see Systems of Equations Methods Compared: Substitution, Elimination, and Graphing. It covers a different topic, but it reinforces how graphs represent solution sets rather than isolated numbers.
What to double-check
After you solve inequalities, spend one minute on these checks. This is often the difference between an almost-right answer and a fully correct one.
Check 1: Did you reverse the sign when you should have?
If you multiplied or divided by a negative number and forgot to reverse the inequality, your final answer will point in the wrong direction.
Ask yourself: Did a negative coefficient get removed in the last step?
Check 2: Did you use the right type of circle?
Boundary points matter.
- < or > uses an open circle.
- ≤ or ≥ uses a closed circle.
If the endpoint is included, the circle must be closed.
Check 3: Does your graph match your written answer?
Students sometimes write x > 3 but shade left on the graph. Your symbols, words, and graph should all tell the same story.
Check 4: Did you test a value?
Pick an easy number from your solution set and substitute it into the original inequality.
For example, if your answer is x < 8, test x = 0 or x = 7. Then test a number outside the set, such as x = 10, to see whether it fails. This is one of the best ways to check inequality answers quickly.
Check 5: Did you solve both parts of a compound inequality correctly?
For “and” and “or” problems, each side matters. Do not drop one half by accident. For “and,” look for overlap. For “or,” keep both valid regions.
Check 6: Did you distribute correctly?
Errors with signs inside parentheses create wrong solution sets. Re-read any line where you distributed a negative or subtracted an expression.
Check 7: Is the final answer reasonable?
If the original inequality looks restrictive but your answer says all real numbers, pause and verify. If the original seems broad but you ended with no solution, verify again. Extreme outcomes are sometimes correct, but they deserve a quick second look.
Common mistakes
Many wrong answers in algebra come from a small number of repeat mistakes. Learning to spot them is a practical form of step by step math solutions.
Forgetting to flip the sign
This is the classic mistake.
Wrong: -2x > 6, so x > -3
Correct: -2x > 6, so x < -3
Because dividing by -2 reverses the sign, the direction must change.
Treating inequalities exactly like equations
Equations often end with one value. Inequalities usually end with a range. If you write only one number as the answer to a basic inequality, you may have stopped too early.
Using the wrong endpoint on the graph
A closed circle means “included.” An open circle means “not included.” This small visual detail carries real meaning.
Misreading compound inequalities
And means intersection, or overlap.
Or means union, or either region.
If you confuse those ideas, the graph and interval form will be wrong even if the algebra steps were fine.
Not checking the original inequality
It is safer to substitute into the original problem, not just the final simplified line. A mistake in simplification can hide if you only check the last step.
Losing track of negative signs during distribution
For example, in -(x + 4), both terms change sign, so the result is -x - 4, not -x + 4.
Assuming every problem has a shaded interval
Some inequalities produce two rays, no solution, or all real numbers. Stay open to all possible answer types.
When to revisit
This guide works best as a checklist you return to, not just a one-time read. Revisit it whenever your math work shifts from exact answers to ranges, boundaries, or graphs.
Come back to this process when:
- You start an algebra unit on inequalities, absolute value inequalities, or compound inequalities.
- You are reviewing for a quiz, final exam, SAT math equations practice, or ACT algebra practice.
- You notice you keep getting the algebra right but the graph wrong.
- You are using an equation solver or equation calculator and want to verify that the direction of the inequality and the graph actually make sense.
- You need homework help for high school math and want to show work clearly instead of copying an answer.
A simple study routine:
- Solve the problem on paper.
- Circle any step where you multiply or divide by a negative.
- Graph the answer immediately.
- Test one value inside the solution set and one value outside it.
- Compare your written answer, graph, and check result.
If you are still stuck, ask yourself these three questions:
- What operation am I undoing?
- Did a negative change the direction?
- Does my graph match my words?
That short checklist catches many errors before they become habits.
If you use digital tools for math homework help, use them as a thinking partner rather than as a shortcut. Try solving first, then compare steps, then explain the answer in your own words. For a broader mindset on that approach, see Teaching Students to Use AI as a Thinking Partner, Not a Crutch and Staying a Creative Explorer While Using AI: A Student’s Guide.
The main goal is simple: solve inequalities with enough structure that you can trust your answer. When you can isolate the variable, handle negative steps carefully, graph with the right endpoint, and test a value, you are doing more than finishing homework. You are building a repeatable method you can use across algebra, precalculus, and test prep.