Finding Compound Inequalities- Methods and Examples
What Are Compound Inequalities?
A compound inequality is simply two inequalities joined together by either "and" or "or." That's it. Nothing fancy. You deal with two separate conditions at the same time, and a value must satisfy one or both depending on the connecting word.
Most students panic when they see these because they feel like double the work. They're not wrong. But once you see the pattern, you can solve them without breaking a sweat.
The Two Types You Need to Know
AND Compound Inequalities
When inequalities are joined by "and," the solution is where both conditions are true simultaneously. The value must satisfy the first inequality AND the second one.
Graphically, this looks like the overlap between two number line regions. If one condition says "x > 2" and the other says "x < 7," then x must be greater than 2 but also less than 7. The solution is everything between those numbers.
OR Compound Inequalities
When inequalities are joined by "or," the solution is where either condition is true. The value satisfies the first one, or it satisfies the second one, or it satisfies both.
On a graph, this shows up as two separate regions on the number line. There's no overlap requirement. x can be less than -1, or x can be greater than 5. Either one works.
How to Read and Write Compound Inequalities
Sometimes you'll see them written out in words: "x is greater than 2 and less than 8." Other times you'll see the shorthand notation:
- 2 < x < 8 means the same thing as "x > 2 and x < 8"
- -3 ≥ x ≥ 1 means "x ≤ -3 or x ≥ 1"
The middle value connects the two inequalities. When written this way, the middle inequality sign always points toward the variable. If it points away, you're looking at an OR situation.
Step-by-Step: Solving AND Compound Inequalities
Here's how you handle an AND problem:
- Break it into two separate inequalities
- Solve each one individually
- Find where both solutions overlap
- Write the final answer in interval notation or inequality form
Example: Solve 3 < 2x - 1 < 9
Step 1: Break it apart.
3 < 2x - 1 and 2x - 1 < 9
Step 2: Solve each.
3 + 1 < 2x → 4 < 2x → 2 < x
2x - 1 < 9 → 2x < 10 → x < 5
Step 3: Combine.
2 < x < 5
In interval notation: (2, 5)
That's your answer. x must be strictly between 2 and 5.
Step-by-Step: Solving OR Compound Inequalities
OR problems follow the same basic steps, but you're combining regions instead of finding overlap.
- Break it into two separate inequalities
- Solve each one individually
- The solution is the union of both regions
- Write using union symbols (∪) in interval notation
Example: Solve 4x + 2 < -6 or 3x - 1 > 8
First inequality: 4x + 2 < -6
4x < -8 → x < -2
Second inequality: 3x - 1 > 8
3x > 9 → x > 3
Final answer: x < -2 or x > 3
In interval notation: (-∞, -2) ∪ (3, ∞)
Notice the gap between -2 and 3. Nothing in that region works because nothing can satisfy both conditions simultaneously.
Graphing Compound Inequalities
Visual learners benefit here. Here's how to draw these on a number line:
- Closed circles (●) mean the endpoint is included (≤ or ≥)
- Open circles (○) mean the endpoint is not included (< or >)
- Shade the region that satisfies the condition
- AND: shade where both shadings overlap
- OR: shade both regions separately
Quick Example: Graphing x > 1 and x ≤ 6
Draw a number line. Put an open circle at 1 (not included). Put a closed circle at 6 (included). Shade the region between them. That's your graph.
AND vs OR: The Key Differences
| Feature | AND Compound Inequality | OR Compound Inequality |
|---|---|---|
| Logic | Both conditions must be true | At least one condition must be true |
| Solution shape | Connected interval (one piece) | Two separate intervals (disconnected possible) |
| Graphical look | Single shaded region with overlap | Two shaded regions, no overlap needed |
| Interval notation | Uses brackets: [2, 5] | Uses union symbol: (-∞, -2) ∪ (3, ∞) |
| Common mistake | Treating it like OR and leaving gaps | Overthinking the "or" as exclusive |
Common Mistakes to Avoid
- Flipping the inequality sign incorrectly when dividing by negative numbers. This is the #1 error. Check yourself every time you multiply or divide by a negative.
- Confusing AND and OR logic. AND means overlap. OR means either region works.
- Writing the answer wrong in interval notation. (-2, 5) means x is between -2 and 5. [-2, 5] means x is between -2 and 5, including both endpoints.
- Forgetting to solve both parts of the compound inequality. One side doesn't give you the full answer.
Getting Started: Your Action Plan
When you encounter a compound inequality problem, run through this checklist:
- Identify the connector — Is it AND or OR? This determines everything.
- Separate the inequalities — Write them as two independent problems.
- Solve each one — Isolate the variable in each equation.
- Check your signs — Did you flip any inequality signs? Why?
- Combine correctly — AND gives you an intersection. OR gives you a union.
- Write in interval notation — This is cleaner and less prone to misinterpretation.
- Verify with a test point — Pick a number in your solution and plug it back in.
One More Worked Example
Solve: -4 ≤ 3x + 2 < 11
This is an AND situation because it's written as a single compound expression with "and" implied between the two inequalities.
Break it apart:
-4 ≤ 3x + 2 and 3x + 2 < 11
Solve the left side:
-4 ≤ 3x + 2
-6 ≤ 3x
-2 ≤ x
Solve the right side:
3x + 2 < 11
3x < 9
x < 3
Combine:
-2 ≤ x < 3
Interval notation: [-2, 3)
The bracket on the left because -2 is included. The parenthesis on the right because 3 is not included.
Final Word
Compound inequalities aren't hard. They're just two problems wearing one coat. Split them apart, solve each piece, and put them back together correctly. The AND/OR distinction is the only real conceptual hurdle. Once that clicks, everything else is arithmetic.