Inequalities Practice — Solve, Graph & Interpret

Master linear and compound inequalities — the rules, the flip-the-sign trick, and the graphs that go with them.

An inequality is like an equation, but instead of saying "two things are equal," it says "one thing is bigger" or "one thing is smaller." Equations have a single answer; inequalities have an entire range of answers. Most real-world problems are inequalities in disguise — "I have at most $50 to spend," "the package must weigh under 5 kg," "we need at least 30 students for the trip." This guide covers what inequalities are, how to solve them, the one weird rule that flips the symbol, and how to draw the answer on a number line.

What Is an Inequality?

An inequality uses one of four symbols to compare two expressions:

SymbolMeaningExample
<Less than (strictly smaller)x < 5 means x is less than 5
>Greater than (strictly bigger)x > 3 means x is greater than 3
Less than or equal tox ≤ 7 means x can be 7 or any smaller number
Greater than or equal tox ≥ −2 means x can be −2 or any bigger number

The Big Idea

An inequality's solution is not a single number — it is an entire set of numbers. The answer to x + 4 < 10 is not "x = 6"; it is "every number smaller than 6."

Solving Inequalities — Just Like Equations, with One Twist

Solving an inequality uses the same inverse operations as solving an equation: undo the addition or subtraction first, then undo the multiplication or division. Whatever you do to one side, do to the other. There is exactly one extra rule to remember.

The Flip-the-Sign Rule

Whenever you multiply or divide both sides of an inequality by a negative number, you must reverse the inequality symbol. < becomes >, ≤ becomes ≥, and vice versa. This rule does not apply when multiplying or dividing by a positive number — only by a negative.

Worked Example 1 — A Friendly Inequality

📝 Solve 2x + 3 > 11

Step 1: Subtract 3 from both sides.
2x > 8
Step 2: Divide both sides by 2 (positive, so the symbol stays).
x > 4
Step 3: Interpret. Every number bigger than 4 is a solution.
x > 4

Worked Example 2 — The Sign-Flip in Action

📝 Solve −3x + 7 ≤ 1

Step 1: Subtract 7 from both sides.
−3x ≤ −6
Step 2: Divide both sides by −3. Here is the twist: dividing by a negative flips the symbol from ≤ to ≥.
x ≥ 2
Step 3: Quick check: pick x = 5. Then −3(5) + 7 = −8 ≤ 1. ✓ The answer makes sense.
x ≥ 2

Graphing on a Number Line

Inequalities are typically visualized on a number line. Two visual conventions tell the reader exactly which numbers belong to the solution:

  • An open circle (○) on the boundary number means the boundary is not included. Use it for < and >.
  • A closed circle (●) on the boundary means the boundary is included. Use it for ≤ and ≥.
  • A shaded arrow points toward all the numbers that satisfy the inequality.

For example, the graph of x > 4 is an open circle at 4 with an arrow shading everything to the right. The graph of x ≥ −2 is a closed circle at −2 with an arrow shading everything to the right.

Compound Inequalities

A compound inequality combines two inequalities into one statement. Two main flavors come up.

"And" Inequalities (Intersection)

Sometimes written as a single sandwiched inequality: 3 < x < 8. This means x is greater than 3 and less than 8 — a range. The solution is the overlap of the two conditions. On a number line, it shows as a segment between two circles.

"Or" Inequalities (Union)

Written with the word "or": x < 2 or x > 6. The solution is anything that satisfies either condition. On a number line, it shows as two separate arrows pointing outward, with a gap in the middle.

📝 Solve the compound inequality 5 ≤ 2x − 1 < 11

Step 1: Treat both inequalities at once. Add 1 to all three parts.
6 ≤ 2x < 12
Step 2: Divide all three parts by 2.
3 ≤ x < 6
Step 3: Interpret. x can be 3 (included), up to but not including 6.
3 ≤ x < 6

Common Mistakes Students Make

❌ Mistake 1 — Forgetting to flip the sign

The single biggest cause of wrong answers on inequality problems. Every time you multiply or divide by a negative number, the inequality symbol must reverse. Write it on a sticky note until it is second nature.

❌ Mistake 2 — Flipping the sign when you should not

Adding a negative is not the same as multiplying by a negative. If you subtract from both sides — even subtracting a positive number — the sign stays the same. Only multiplication/division by a negative triggers the flip.

❌ Mistake 3 — Using the wrong circle on the number line

Strict inequalities (<, >) use open circles. Inclusive inequalities (≤, ≥) use closed circles. Mixing these up loses easy test points.

❌ Mistake 4 — Treating compound "and" like single inequalities

In 4 < 2x + 6 < 14, every operation must be done to all three parts of the chain — not just the middle. Subtract 6 from all three: −2 < 2x < 8. Divide all three by 2: −1 < x < 4.

Why Inequalities Matter

Most decisions in the real world involve inequalities, not equations. A factory wants at least 1,000 widgets per day. A doctor sets the medication dose not to exceed 50 mg. A budget allows spending up to $200. None of these have a single "correct" answer — they describe ranges of acceptable values. Linear programming, used in supply chain optimization and economics, is built entirely on systems of inequalities.

For students, mastering inequalities prepares you for systems of inequalities in Algebra 1, optimization problems in pre-calculus, and feasible regions in linear programming. The skills also appear directly in calculus, statistics (confidence intervals), and computer science (algorithm bounds).

💡 Study Tip — Test a Point

After solving an inequality, pick any number from your solution set and plug it back into the original. If the inequality is true, your answer is correct. If it is false, you have an error — most likely a missed sign flip. Testing a single point catches almost every mistake.

Frequently Asked Questions

When are inequalities first taught?

Basic comparison symbols (< and >) appear in early elementary school. Solving simple one-step inequalities begins around 6th grade. Two-step and compound inequalities are typically covered in 7th and 8th grade pre-algebra, and Algebra 1 revisits them more rigorously with graphing.

Why does the symbol flip when multiplying by a negative?

Try a concrete example. We know 3 < 5 is true. Multiply both sides by −1: we get −3 and −5. Now ask, is −3 < −5? No — −3 is actually greater than −5 because it sits to the right on the number line. So the inequality has reversed: −3 > −5. Multiplying by a negative reflects the numbers across zero, which reverses their order.

How do I know if a problem is an inequality or an equation?

Look at the connecting symbol. An equation uses an equal sign (=). An inequality uses one of <, >, ≤, or ≥. In word problems, look for phrases like "at least," "no more than," "exceeds," "fewer than," "maximum," and "minimum" — they all signal inequalities.

Can I check an inequality answer the same way as an equation?

Almost — you cannot just plug in your solution because there are infinitely many solutions. Instead, pick any one number from your solution set, substitute it into the original inequality, and verify the result is true. If you also want extra confidence, pick a number outside the solution and verify the inequality is false there.

What is the difference between "and" and "or" compound inequalities?

"And" means both conditions must be true at the same time — the solution is the overlap (a single segment on the number line). "Or" means at least one condition must be true — the solution is the combined region (often two separate pieces). 2 < x < 5 is an "and"; x < 2 or x > 5 is an "or."

What comes after linear inequalities?

Once you have linear inequalities mastered, the natural next steps are systems of inequalities (multiple inequalities considered together, drawn as shaded regions in the coordinate plane), absolute value inequalities, and eventually quadratic and polynomial inequalities in Algebra 2 and pre-calculus.

Ready to practice inequalities?

Practice Inequalities Now
Ask AI