PRE-ALGEBRA • EXPRESSIONS, EQUATIONS & INEQUALITIES

Compound Inequalities — I can solve and graph compound inequalities in supported contexts and interpret the meaning.

Learn to combine two inequalities into one statement and show solutions on a number line.

Where Did Inequalities Come From?

People have compared quantities for thousands of years. Ancient traders needed to know if they had enough grain or too little gold. These "more than" and "less than" ideas are the roots of inequalities.

Over time, mathematicians created symbols and rules so everyone could write these comparisons the same way. Let's see how it happened.

~1700 BCE
Babylonian Comparisons
Babylonian scribes on clay tablets compared amounts of grain and silver, using words instead of symbols.
1631
Inequality Symbols Born
Thomas Harriot's book introduced the < (less than) and > (greater than) symbols we still use today.
1734
Less-Than-or-Equal-To
Pierre Bouguer first used ≤ and ≥, letting mathematicians include the boundary value in a comparison.
1900s
Compound Inequalities in Schools
Algebra textbooks began teaching students to combine two inequalities into one compound statement and graph them on number lines.

In real life, you often face limits on both sides. A roller coaster might say "You must be at least 48 inches tall and no taller than 78 inches." That's two inequalities working together — a compound inequality. How do we write and solve these? Let's find out!

Core Ideas Behind Compound Inequalities

Before we dive in, let's nail down the building blocks. A simple inequality compares two expressions with <, >, ≤, or ≥. A compound inequality joins two simple inequalities using the words "and" or "or".

1

"And" Compound Inequality

Both conditions must be true at the same time. The solution is the overlap of the two sets. Example: x > 2 AND x < 7.
2

"Or" Compound Inequality

At least one condition must be true. The solution includes everything from either set. Example: x < 1 OR x > 5.
3

Open vs. Closed Circles

On a number line, an open circle (○) means the number is NOT included (< or >). A closed circle (●) means it IS included (≤ or ≥).
4

Compact Form

An "and" inequality can sometimes be written in one line. For example, 2 < x < 7 is the same as x > 2 AND x < 7.
KEY TAKEAWAY
Think of "and" like a Venn diagram overlap — you need to be inside both circles. Think of "or" like two doors — you can go through either one (or both). In a video game, "and" is like needing BOTH a key AND a sword to enter a room. "Or" is like needing EITHER a key OR a sword.

Seeing Compound Inequalities on a Number Line

A number line is the best way to see what a compound inequality means. Below you'll find two graphs — one for an "and" inequality and one for an "or" inequality. Notice how the shaded parts are different!

The top number line shows an "and" inequality — notice the shading is one connected segment between −1 and 4. The bottom shows an "or" inequality — the shading goes in two separate directions with a gap in between.

Here is the big picture. With "and", the shaded part is always between two values — like a sandwich. With "or", the shaded parts shoot out in opposite directions — like arrows pointing away from each other.

The Math Behind Compound Inequalities

Solving a compound inequality is a lot like solving a regular inequality. You just do it for two parts instead of one. Let's look at the forms.

"AND" COMPACT FORM
a < x < b
This means x is greater than a AND less than b at the same time. You can also use ≤ or ≥ for closed boundaries.
"OR" FORM
x < a OR x > b
This means x is either less than a or greater than b. Only one condition needs to be true.

Solving Steps for an "And" Inequality

  1. Write the compound inequality in compact form if possible (e.g., 3 < 2x + 1 < 9).
  2. Solve — do the same operation to ALL three parts. Subtract, add, multiply, or divide.
  3. Remember — if you multiply or divide by a negative number, FLIP both inequality signs.
  4. Graph — shade the region between the two boundary values on a number line.
FLIP RULE
If you multiply or divide by a negative → flip the inequality sign
For example, −2x > 6 becomes x < −3 when you divide both sides by −2.
⚠️ Watch Out!
The flip rule is the #1 mistake students make. Every time you divide or multiply by a negative, pause and ask yourself: "Did I flip the sign?"

"And" vs. "Or" — A Closer Look

Let's compare the two types side by side. The diagram below shows how the solution set changes depending on whether we use "and" or "or".

The Venn diagram at top-left shows how "and" finds the overlap. The one at top-right shows how "or" includes everything shaded. The quick reference at the bottom summarizes the differences.
Side-by-side comparison of AND vs. OR compound inequalities
Feature"AND" Inequality"OR" Inequality
What must be true?Both conditions at onceAt least one condition
Graph shapeOne connected segmentTwo separate rays
Compact form?Yes (e.g., 2 < x < 7)No — must write both parts
Real-life exampleTemperature between 60°F and 80°FScore below 50 or above 90

Worked Example — Solving Step by Step

Let's solve a real problem together. Imagine a school says: "To join the science fair, your project score must be at least 70 and at most 100." If the score formula is 3x + 10, what values of x work?

Solve: 70 ≤ 3x + 10 ≤ 100
1
Step 1 — Understand the ProblemThe score 3x + 10 must be at least 70 and at most 100. This is an "and" compound inequality in compact form.
2
Step 2 — Subtract 10 from All Three PartsWe want to get x alone in the middle. Subtract 10 from the left, the middle, and the right: 70 − 10 ≤ 3x + 10 − 10 ≤ 100 − 10.
60 ≤ 3x ≤ 90
3
Step 3 — Divide All Three Parts by 3Now divide every part by 3 to isolate x: 60 ÷ 3 ≤ 3x ÷ 3 ≤ 90 ÷ 3. Since 3 is positive, we do NOT flip the signs.
20 ≤ x ≤ 30
4
Step 4 — Interpret the AnswerThe value of x can be any number from 20 to 30, including both endpoints. On a number line, you would shade from 20 to 30 with closed circles on both ends (because of ≤).
Solution: 20 ≤ x ≤ 30
Check Your Answer!
Pick a value inside the solution, like x = 25. Plug it in: 3(25) + 10 = 85. Is 70 ≤ 85 ≤ 100? Yes! Now try a value outside, like x = 35: 3(35) + 10 = 115. Is 70 ≤ 115 ≤ 100? No — 115 is too big. Our answer works!

Common Mistakes and How to Avoid Them

Compound inequalities are not too hard once you get the hang of them. But there are some traps students fall into. Let's look at the most common ones so you can avoid them.

Common student errors and fixes
MistakeWhy It's WrongHow to Fix It
Forgetting to flip the sign when dividing by a negativeDividing by a negative reverses the order. −2x > 6 means x < −3, not x > −3.Circle the negative divisor. Flip both inequality signs.
Mixing up "and" and "or""And" means overlap. "Or" means everything from both. Swapping them gives the wrong graph.Ask: "Do BOTH need to be true, or just ONE?"
Using an open circle when it should be closed (or vice versa)< and > get open circles. ≤ and ≥ get closed circles. Using the wrong one changes the solution.Look for the line under the symbol. Line = closed. No line = open.
Only solving one part of the compound inequalityYou must perform each operation on ALL parts — left, middle, AND right.Write all three parts on each line of your work.
KEY TAKEAWAY
Think of solving a compound inequality like cooking with a recipe. If the recipe says "bake between 350°F and 400°F," you wouldn't just set the oven to any temperature. You need to stay inside the range. The same is true for x — it must satisfy all the conditions, not just one.

Connection to Algebra and Beyond

Compound inequalities are a stepping stone to bigger ideas. In Algebra 1 and beyond, you'll use similar thinking to solve absolute value inequalities, work with systems of inequalities on a coordinate plane, and even solve optimization problems (finding the best solution within limits).

From pre-algebra compound inequalities to algebra and beyond
What You Learn NowWhat Comes Next
Compound inequalities on a number line (1 variable)Systems of inequalities on a coordinate plane (2 variables)
"And" = overlap of two setsIntersection of shaded regions on a graph
"Or" = union of two setsUnion of solution regions; piecewise functions
Flip the sign when dividing by a negativeAbsolute value inequalities (|x − 3| < 5 becomes −5 < x − 3 < 5)

The skills you're building right now — solving two-sided inequalities, graphing, and interpreting results — will be tools you use all through high school math. Keep practicing!

Practice Problems

Try these five problems on your own. They start easy and get harder. After you try each one, check the answer to see if you're on track.

PROBLEM 1CONCEPTUAL
Is the inequality "x > 3 AND x < 10" an example of an "and" compound inequality or an "or" compound inequality? Can it be written in compact form? If so, write it.
PROBLEM 2BASIC CALCULATION
Solve the compound inequality: 1 < x + 4 < 9. Write the solution and describe the graph.
PROBLEM 3INTERMEDIATE
Solve: −4 ≤ 2x − 6 ≤ 8. Show each step.
PROBLEM 4APPLIED
A water park ride requires riders to weigh at least 60 pounds but no more than 250 pounds. If a rider's weight in pounds is w, write and graph the compound inequality. Can a child who weighs 55 pounds ride?
PROBLEM 5CRITICAL THINKING
Marcus says the solution to x < 2 OR x > 8 can be written as 2 > x > 8. Is Marcus correct? Explain why or why not, and describe what the correct graph looks like.

Compound Inequalities — Review

A compound inequality combines two simple inequalities with the word "and" or "or". An "and" inequality means both conditions must be true — its graph is a single connected segment between two values. An "or" inequality means at least one condition must be true — its graph shows two separate rays going in opposite directions.

To solve, perform the same operation on all parts of the inequality. Remember to flip the inequality sign if you multiply or divide by a negative number. Use open circles for < and >, and closed circles for ≤ and ≥ when graphing on a number line. Always check your answer by plugging in a test value!

Varsity Tutors • Pre-Algebra • Compound Inequalities