Algebra

Compound Inequalities

Last updated: March 2026 · Intermediate
Before you start

You should be comfortable with:

Real-world applications
πŸ’Š
Nursing

Medication dosages, IV drip rates, vital monitoring

🌑️
HVAC

Refrigerant charging, airflow, system sizing

A compound inequality joins two inequalities into a single statement using the word and or or. Instead of finding one boundary, you find two β€” and the word connecting them tells you whether the solution is the overlap of both ranges or the combination of both ranges.

”And” Compound Inequalities (Intersection)

An β€œand” compound inequality requires both conditions to be true simultaneously. The solution is the intersection β€” only the values that satisfy both inequalities at the same time.

You will most often see β€œand” compound inequalities written in combined form:

a<x<ba < x < b

This compact notation means x>ax > a and x<bx < b. The variable sits between two boundaries, and you solve by performing the same operation on all three parts.

Example 1: Solve βˆ’3<2x+1≀7-3 < 2x + 1 \leq 7

This is an β€œand” compound inequality in combined form. Work with all three parts at once.

Step 1 β€” Subtract 1 from all three parts:

βˆ’3βˆ’1<2x≀7βˆ’1-3 - 1 < 2x \leq 7 - 1

βˆ’4<2x≀6-4 < 2x \leq 6

Step 2 β€” Divide all three parts by 2:

βˆ’2<x≀3-2 < x \leq 3

Answer: xx is greater than βˆ’2-2 (not including βˆ’2-2) and less than or equal to 33 (including 33).

Number line: Open circle at βˆ’2-2, closed circle at 33, shading between them.

Interval notation: (βˆ’2,3](-2, 3]

Example 2: Solve 4≀3xβˆ’24 \leq 3x - 2 and 3xβˆ’2<133x - 2 < 13

When given as two separate statements, you can combine them first or solve each one independently.

Solve each part:

First inequality: 4≀3xβˆ’2β€…β€ŠβŸΉβ€…β€Š6≀3xβ€…β€ŠβŸΉβ€…β€Š2≀x4 \leq 3x - 2 \implies 6 \leq 3x \implies 2 \leq x

Second inequality: 3xβˆ’2<13β€…β€ŠβŸΉβ€…β€Š3x<15β€…β€ŠβŸΉβ€…β€Šx<53x - 2 < 13 \implies 3x < 15 \implies x < 5

Combine the results: 2≀x2 \leq x and x<5x < 5, which gives 2≀x<52 \leq x < 5.

Interval notation: [2,5)[2, 5)

When β€œAnd” Produces No Solution

If the two conditions don’t overlap, the compound inequality has no solution.

For example, solve x>7x > 7 and x<3x < 3.

No number is simultaneously greater than 7 and less than 3. The solution set is empty β€” written as βˆ…\emptyset or β€œno solution."

"Or” Compound Inequalities (Union)

An β€œor” compound inequality requires at least one condition to be true. The solution is the union β€” all values that satisfy either inequality (or both).

β€œOr” compound inequalities typically produce two separate regions on the number line with a gap between them.

Example 3: Solve 5xβˆ’1<βˆ’115x - 1 < -11 or 5xβˆ’1>145x - 1 > 14

Solve each inequality separately:

First: 5xβˆ’1<βˆ’11β€…β€ŠβŸΉβ€…β€Š5x<βˆ’10β€…β€ŠβŸΉβ€…β€Šx<βˆ’25x - 1 < -11 \implies 5x < -10 \implies x < -2

Second: 5xβˆ’1>14β€…β€ŠβŸΉβ€…β€Š5x>15β€…β€ŠβŸΉβ€…β€Šx>35x - 1 > 14 \implies 5x > 15 \implies x > 3

Answer: x<βˆ’2x < -2 or x>3x > 3.

Number line: Open circle at βˆ’2-2 with an arrow pointing left, plus open circle at 33 with an arrow pointing right. The region between βˆ’2-2 and 33 is not shaded.

Interval notation: (βˆ’βˆž,βˆ’2)βˆͺ(3,∞)(-\infty, -2) \cup (3, \infty)

The βˆͺ\cup symbol means β€œunion” β€” the combination of both sets.

Example 4: Solve βˆ’2x+3β‰₯9-2x + 3 \geq 9 or xβˆ’4β‰₯1x - 4 \geq 1

Solve each:

First: βˆ’2x+3β‰₯9β€…β€ŠβŸΉβ€…β€Šβˆ’2xβ‰₯6β€…β€ŠβŸΉβ€…β€Šxβ‰€βˆ’3-2x + 3 \geq 9 \implies -2x \geq 6 \implies x \leq -3 (flip the sign β€” dividing by βˆ’2-2)

Second: xβˆ’4β‰₯1β€…β€ŠβŸΉβ€…β€Šxβ‰₯5x - 4 \geq 1 \implies x \geq 5

Answer: xβ‰€βˆ’3x \leq -3 or xβ‰₯5x \geq 5.

Interval notation: (βˆ’βˆž,βˆ’3]βˆͺ[5,∞)(-\infty, -3] \cup [5, \infty)

When β€œOr” Produces All Real Numbers

If the two regions overlap to cover the entire number line, the solution is all real numbers.

For example: x>1x > 1 or x<4x < 4.

Every real number satisfies at least one of these conditions (and most satisfy both), so the solution is all real numbers: (βˆ’βˆž,∞)(-\infty, \infty).

Interval Notation Summary

Interval notation is a compact way to express solution sets. Here is a reference:

InequalityInterval NotationNumber Line
a<x<ba < x < b(a,b)(a, b)Open circles at both ends
a≀x≀ba \leq x \leq b[a,b][a, b]Closed circles at both ends
a≀x<ba \leq x < b[a,b)[a, b)Closed at aa, open at bb
a<x≀ba < x \leq b(a,b](a, b]Open at aa, closed at bb
x>ax > a(a,∞)(a, \infty)Open circle, arrow right
x≀ax \leq a(βˆ’βˆž,a](-\infty, a]Arrow left, closed circle
  • Parentheses (β€…β€Š)( \;) mean the endpoint is not included (strict inequality)
  • Brackets [β€…β€Š][ \;] mean the endpoint is included (non-strict inequality)
  • Infinity always gets a parenthesis β€” you can never β€œreach” infinity

Solving Compound Inequalities with Negative Coefficients

The sign-flip rule from basic inequalities still applies. When you multiply or divide any part of a compound inequality by a negative number, flip all inequality signs in that step.

Example 5: Solve βˆ’15β‰€βˆ’3x<6-15 \leq -3x < 6

Step 1 β€” Divide all three parts by βˆ’3-3 and flip both inequality signs:

βˆ’15βˆ’3β‰₯x>6βˆ’3\frac{-15}{-3} \geq x > \frac{6}{-3}

5β‰₯x>βˆ’25 \geq x > -2

Step 2 β€” Rewrite in standard left-to-right order:

βˆ’2<x≀5-2 < x \leq 5

Interval notation: (βˆ’2,5](-2, 5]

Notice how both inequality signs flipped: ≀\leq became β‰₯\geq and << became >>. Then we rewrote so the smaller number is on the left.

Real-World Application: HVAC β€” Thermostat Temperature Range

An HVAC technician is programming a commercial thermostat system for an office building. The building code requires the indoor temperature TT (in degrees Fahrenheit) to stay within a comfort range:

68≀T≀7668 \leq T \leq 76

The thermostat has a calibration offset. After testing, the technician finds the sensor reads 3 degrees higher than the actual temperature. If SS is the sensor reading, then the actual temperature is T=Sβˆ’3T = S - 3. To maintain the required range:

68≀Sβˆ’3≀7668 \leq S - 3 \leq 76

Add 3 to all parts:

71≀S≀7971 \leq S \leq 79

The technician programs the thermostat to maintain a sensor reading between 71 and 79 degrees. If the sensor reads below 71, the heater turns on. If it reads above 79, the cooling system activates.

This is a classic β€œand” compound inequality β€” the temperature must satisfy both the lower bound and the upper bound simultaneously.

Nursing β€” IV Drip Rate Monitoring

A nurse is monitoring an IV drip that must deliver medication at a rate RR (in mL per hour). The doctor’s order specifies:

  • The rate must be at least 50 mL/hr to be therapeutic
  • The rate must not exceed 80 mL/hr to avoid adverse effects

The constraint is:

50≀R≀8050 \leq R \leq 80

The IV pump displays the rate in drops per minute. The conversion factor is 15 drops per mL for the tubing being used, so D=RΓ—1560=R4D = \frac{R \times 15}{60} = \frac{R}{4} where DD is drops per minute.

Substituting R=4DR = 4D:

50≀4D≀8050 \leq 4D \leq 80

Divide all parts by 4:

12.5≀D≀2012.5 \leq D \leq 20

The nurse monitors the drip to confirm between 12.5 and 20 drops per minute. A rate outside this range signals a problem β€” too slow means the medication won’t be effective, too fast risks toxicity.

Common Mistakes to Avoid

  1. Confusing β€œand” with β€œor.” With β€œand,” the solution is where both regions overlap (smaller region). With β€œor,” the solution is where either region exists (larger region). Drawing a number line for each helps you see the difference.

  2. Forgetting to flip all signs when dividing by a negative. In a three-part compound inequality like βˆ’15β‰€βˆ’3x<6-15 \leq -3x < 6, both inequality symbols must flip when dividing by βˆ’3-3.

  3. Writing impossible β€œand” inequalities without checking. If solving produces x>7x > 7 and x<3x < 3, don’t write 7<x<37 < x < 3 β€” that is nonsensical. The answer is no solution.

  4. Dropping the β€œor” when writing interval notation. The solution x<βˆ’2x < -2 or x>3x > 3 must be written as (βˆ’βˆž,βˆ’2)βˆͺ(3,∞)(-\infty, -2) \cup (3, \infty). Writing (βˆ’2,3)(-2, 3) would mean the opposite β€” values between βˆ’2-2 and 33.

  5. Using brackets with infinity. Always use parentheses with ∞\infty and βˆ’βˆž-\infty. Writing [βˆ’βˆž,3][-\infty, 3] is incorrect because infinity is not a number that can be β€œincluded.”

Practice Problems

Test your understanding with these problems. Click to reveal each answer.

Problem 1: Solve βˆ’1≀4x+3<19-1 \leq 4x + 3 < 19 and write the answer in interval notation.

Subtract 3 from all parts: βˆ’4≀4x<16-4 \leq 4x < 16

Divide all parts by 4: βˆ’1≀x<4-1 \leq x < 4

Answer: [βˆ’1,4)[-1, 4)

Problem 2: Solve 3x+2<βˆ’43x + 2 < -4 or 3x+2>143x + 2 > 14.

First: 3x<βˆ’6β€…β€ŠβŸΉβ€…β€Šx<βˆ’23x < -6 \implies x < -2

Second: 3x>12β€…β€ŠβŸΉβ€…β€Šx>43x > 12 \implies x > 4

Answer: x<βˆ’2x < -2 or x>4x > 4. In interval notation: (βˆ’βˆž,βˆ’2)βˆͺ(4,∞)(-\infty, -2) \cup (4, \infty)

Problem 3: Solve βˆ’6<βˆ’2(xβˆ’1)≀10-6 < -2(x - 1) \leq 10.

Distribute the βˆ’2-2: βˆ’6<βˆ’2x+2≀10-6 < -2x + 2 \leq 10

Subtract 2 from all parts: βˆ’8<βˆ’2x≀8-8 < -2x \leq 8

Divide all parts by βˆ’2-2 and flip both signs: 4>xβ‰₯βˆ’44 > x \geq -4

Rewrite in standard order: βˆ’4≀x<4-4 \leq x < 4

Answer: [βˆ’4,4)[-4, 4)

Problem 4: Is there a solution to x>10x > 10 and x<3x < 3?

No number is simultaneously greater than 10 and less than 3. The two regions do not overlap.

Answer: No solution (βˆ…\emptyset)

Problem 5: Solve x+5β‰₯2x + 5 \geq 2 or x+5β‰€βˆ’2x + 5 \leq -2.

First: xβ‰₯βˆ’3x \geq -3

Second: xβ‰€βˆ’7x \leq -7

Answer: xβ‰€βˆ’7x \leq -7 or xβ‰₯βˆ’3x \geq -3. In interval notation: (βˆ’βˆž,βˆ’7]βˆͺ[βˆ’3,∞)(-\infty, -7] \cup [-3, \infty)

Problem 6: An HVAC system must keep warehouse humidity between 30% and 50% inclusive. The sensor reads 5% below actual humidity. What sensor range SS should trigger no alarm?

Let HH = actual humidity. Required: 30≀H≀5030 \leq H \leq 50.

Since the sensor reads 5% below actual: H=S+5H = S + 5.

30≀S+5≀5030 \leq S + 5 \leq 50

Subtract 5 from all parts: 25≀S≀4525 \leq S \leq 45

Answer: The sensor range 25% to 45% keeps actual humidity in the required 30% to 50% range. Program the alarm to trigger outside [25,45][25, 45].

Key Takeaways

  • β€œAnd” compound inequalities require both conditions to be true β€” the solution is the intersection (overlap) of two ranges
  • β€œOr” compound inequalities require at least one condition to be true β€” the solution is the union (combination) of two ranges
  • In combined form (a<x<ba < x < b), perform operations on all three parts simultaneously
  • Flip all inequality signs when multiplying or dividing by a negative number β€” this applies to every sign in the compound inequality
  • Interval notation uses parentheses for excluded endpoints and brackets for included endpoints β€” infinity always gets a parenthesis
  • β€œAnd” can produce no solution if the regions don’t overlap; β€œor” can produce all real numbers if the regions cover the entire number line

Return to Algebra for more topics in this section.

Last updated: March 29, 2026