Compound Inequalities

Solve compound inequalities (AND/OR) for the Digital SAT. Interpret solution sets and work with double inequalities like a < x < b.

A compound inequality combines two inequalities into one statement. The Digital SAT tests compound inequalities in two forms: AND (intersection) and OR (union). These appear in questions about ranges of values, constraints on variables, and real-world scenarios with upper and lower bounds.

Core Concepts

AND Compound Inequalities

An AND inequality requires both conditions to be true simultaneously. The solution is the intersection (overlap) of the two solution sets.

Double inequality form: a<x<ba < x < b means "x>ax > a AND x<bx < b."

Example: 32x+1<7-3 \leq 2x + 1 < 7

Solve all three parts simultaneously:

Subtract 1: 42x<6-4 \leq 2x < 6

Divide by 2: 2x<3-2 \leq x < 3

Solution: 2x<3-2 \leq x < 3

OR Compound Inequalities

An OR inequality requires at least one condition to be true. The solution is the union of the two solution sets.

Example: x<1x < -1 OR x>4x > 4

The solution includes all numbers less than 1-1 and all numbers greater than 4.

Solving Double Inequalities

Perform the same operation on all three parts:

53x1145 \leq 3x - 1 \leq 14

Add 1: 63x156 \leq 3x \leq 15

Divide by 3: 2x52 \leq x \leq 5

Key rule: If you multiply or divide by a negative, flip BOTH inequality signs.

82x4-8 \leq -2x \leq 4

Divide by 2-2 (flip both): 2x4-2 \leq x \leq 4 → Wait, let me redo:

82x-8 \leq -2x becomes 4x4 \geq x and 2x4-2x \leq 4 becomes x2x \geq -2

So: 2x4-2 \leq x \leq 4

Finding the Range of an Expression

If 1<x<51 < x < 5, what is the range of 3x+23x + 2?

Multiply by 3: 3<3x<153 < 3x < 15

Add 2: 5<3x+2<175 < 3x + 2 < 17

Strategy Tips

Tip 1: Treat the Double Inequality as One Step

Whatever operation you perform, apply it to all three parts simultaneously.

Tip 2: Be Extra Careful with Negatives

When multiplying/dividing by a negative in a double inequality, flip both inequality signs and reverse the order of the bounds.

Tip 3: Separate If Needed

If a compound inequality is confusing, split it into two separate inequalities, solve each, then combine.

Tip 4: Watch for Empty Sets

x>5x > 5 AND x<3x < 3 has no solution — no number is simultaneously greater than 5 and less than 3.

Tip 5: Context Problems Often Use AND

"Between 10 and 50" means 10x5010 \leq x \leq 50 (an AND compound inequality).

Worked Example: Example 1

Problem

Solve 1<4x+319-1 < 4x + 3 \leq 19

Subtract 3: 4<4x16-4 < 4x \leq 16

Divide by 4: 1<x4-1 < x \leq 4

Solution

Worked Example: Example 2

Problem

If 2x62 \leq x \leq 6, what is the range of x+10-x + 10?

Multiply by 1-1 (flip): 6x2-6 \leq -x \leq -2

Add 10: 4x+1084 \leq -x + 10 \leq 8

Solution

Worked Example: SAT-Style

Problem

A thermostat keeps the room between 65°F and 75°F. The relationship between Celsius and Fahrenheit is F=95C+32F = \frac{9}{5}C + 32. Find the range of temperatures in Celsius.

6595C+327565 \leq \frac{9}{5}C + 32 \leq 75

Subtract 32: 3395C4333 \leq \frac{9}{5}C \leq 43

Multiply by 59\frac{5}{9}: 1659C2159\frac{165}{9} \leq C \leq \frac{215}{9}

18.3C23.918.3 \leq C \leq 23.9 (to 1 d.p.)

Solution

Worked Example: Example 4

Problem

Solve x+3<1x + 3 < 1 OR x2>5x - 2 > 5

x<2x < -2 OR x>7x > 7

Solution

Worked Example: Example 5

Problem

If 3<a<4-3 < a < 4 and 1<b<61 < b < 6, what are the possible values of a+ba + b?

Minimum: 3+1=2-3 + 1 = -2 (approaching, not reaching)

Maximum: 4+6=104 + 6 = 10 (approaching, not reaching)

2<a+b<10-2 < a + b < 10

Solution

Practice Problems

  1. Problem 1

    Solve 35x2<183 \leq 5x - 2 < 18.

    Problem 2

    If 4<x<3-4 < x < 3, find the range of 2x12x - 1.

    Problem 3

    Solve 2x+1<32x + 1 < -3 OR 3x2>103x - 2 > 10.

    Problem 4

    A manufacturer requires a part to be between 4.95 cm and 5.05 cm. Express this as a compound inequality where xx is the part length.

    Problem 5

    If 1a41 \leq a \leq 4 and 2b52 \leq b \leq 5, what are the possible values of aba \cdot b?

    Problem 6

    Solve 63x12-6 \leq -3x \leq 12.

Want to check your answers and get step-by-step solutions?

Get it on Google PlayDownload on the App Store

Common Mistakes

  • Forgetting to flip BOTH signs when dividing by a negative. In a double inequality with a negative divisor, both inequalities reverse.
  • Not reversing the order of bounds after flipping. 62x4-6 \leq -2x \leq 4 after dividing by 2-2 gives 2x3-2 \leq x \leq 3, with the smaller number on the left.
  • Confusing AND with OR. AND = both must be true (narrower set). OR = at least one true (wider set).
  • Missing the empty set. AND conditions that contradict each other have no solution.
  • Errors when finding ranges of expressions. Apply each operation to all parts of the inequality.

Frequently Asked Questions

What's the difference between AND and OR?

AND = intersection (both true simultaneously). OR = union (at least one true). AND gives a narrower range; OR gives a wider range.

How do I write the answer for a double inequality?

Write it as axba \leq x \leq b with the smaller value on the left.

Can compound inequalities have no solution?

AND compound inequalities can have no solution (e.g., x>5x > 5 AND x<3x < 3). OR compound inequalities always have a solution (unless both individual parts have no solution, which is rare).

How common are these on the SAT?

Compound inequalities appear 1–2 times per test, often in the form "if a<x<ba < x < b, find the range of an expression."

Can I graph compound inequalities on Desmos?

Yes — enter both inequality conditions and Desmos shows the overlapping region.

Key Takeaways

  • AND = intersection (both conditions true). Typically written as a<x<ba < x < b.

  • OR = union (at least one condition true). Written as separate conditions.

  • Solve double inequalities by performing the same operation on all three parts.

  • When dividing by a negative, flip both signs and reverse the bound order.

  • Finding expression ranges: apply operations to all parts of the inequality.

  • Always check if the AND condition produces a valid (non-empty) solution set.

Ready to Ace Your SAT math?

Get instant step-by-step solutions to any problem. Snap a photo and learn with Tutor AI — your personal exam prep companion.

Get it on Google PlayDownload on the App Store