How Do You Solve a Compound Inequality?
The method splits cleanly by connector.
"And" inequalities, take the intersection. Solve each piece, then keep only the overlap. For the three-part form $a < x < b$, you can isolate $x$ in the middle by doing the same operation to all three parts at once.
"Or" inequalities, take the union. Solve each piece separately, then keep everything covered by either solution.
How do you tell whether a compound inequality is AND or OR?
Read the connector word, not the symbols. The literal word "and" (or the compact three-part form $a < x < b$, which means "and") signals intersection; the word "or" signals union. A common trap is assuming $2 < x < 5$ and $x < 2 \text{ or } x > 5$ are "opposites you solve the same way." They are not, and the solving logic is what we separate below.
Solving "And" Compound Inequalities
For $a < x < b$, isolate $x$ in the middle by applying each step to all three parts. Solve $-1 \leq 2x + 3 < 7$:
Subtract $3$ from all three parts:
$-4 \leq 2x < 4$.
Divide all three parts by $2$ (positive, signs stay):
$-2 \leq x < 2$.
The solution is the band $[-2, 2)$, closed at $-2$, open at $2$.
Solving "Or" Compound Inequalities
Solve each inequality on its own, then union the results. Solve $3x - 1 < 5 \text{ or } 2x \geq 12$:
First piece: $3x - 1 < 5 \implies 3x < 6 \implies x < 2$.
Second piece: $2x \geq 12 \implies x \geq 6$.
Union the two: $x < 2$ or $x \geq 6$.
In interval notation: $(-\infty, 2) \cup [6, \infty)$. The two pieces never meet, so the solution stays in two parts, that is normal for "or." More on writing these ranges lives in the interval notation guide.
Examples of Compound Inequality
Example 1
Solve $1 < x + 4 \leq 6$ (an "and" inequality).
Subtract $4$ from all three parts:
$-3 < x \leq 2$.
Final answer: $-3 < x \leq 2$, or $(-3, 2]$, a single band.
Example 2
Solve $x - 1 \leq 3 \text{ or } x + 2 > 9$.
First piece: $x - 1 \leq 3 \implies x \leq 4$.
Second piece: $x + 2 > 9 \implies x > 7$.
Union: $x \leq 4 \text{ or } x > 7$.
Final answer: $(-\infty, 4] \cup (7, \infty)$, two separate pieces.
Example 3
A student solves $-2 < 3x + 1 < 10$ by working only the left side, getting $-1 < x$, and stops.
This is the tempting shortcut with three-part inequalities: solve one side and move on.
Look at what is missing. The statement has two boundaries, so the answer must too. "$-1 < x$" alone has no upper limit, but the original clearly caps $x$ above.
The fix: operate on all three parts together.
$-2 < 3x + 1 < 10$
Subtract $1$ from all three parts: $-3 < 3x < 9$.
Divide all three by $3$: $-1 < x < 3$.
Final answer: $-1 < x < 3$, or $(-1, 3)$. Both boundaries survive because both were processed.
Example 4
Solve the "and" inequality $5 \leq 2x - 3 \leq 11$ and graph it.
Add $3$ to all three parts:
$8 \leq 2x \leq 14$.
Divide all three by $2$:
$4 \leq x \leq 7$.
Graph: closed circles at $4$ and $7$, shaded between.
Final answer: $4 \leq x \leq 7$, or $[4, 7]$.
Example 5
Solve $-4x + 1 \geq 9 \text{ or } x - 3 > 2$ (watch for the sign flip).
First piece: $-4x + 1 \geq 9 \implies -4x \geq 8 \implies x \leq -2$ (divide by $-4$, flip the sign).
Second piece: $x - 3 > 2 \implies x > 5$.
Union: $x \leq -2 \text{ or } x > 5$.
Final answer: $(-\infty, -2] \cup (5, \infty)$. The negative coefficient still flips the sign, exactly as in a single inequality.
Example 6
When does an "and" inequality have no solution? Solve $x > 5 \text{ and } x < 2$.
"And" needs the overlap of $x > 5$ and $x < 2$.
No number is both greater than $5$ and less than $2$.
The intersection is empty.
Final answer: no solution; the solution set is $\varnothing$. (An "or" of the same two pieces, by contrast, would cover almost everything.)
Why Two Conditions Beat One
"Why combine inequalities at all, why not just use one?" Because real limits usually come in pairs: a floor and a ceiling, or two disqualifying extremes.
Bands are everywhere. Safe blood pressure, a recipe's oven range, a tolerance on a machined part, all are "between this and that," which is an "and" inequality.
Exclusions are "or" inequalities. Fraud detection flags amounts that are suspiciously small or suspiciously large; a quality gate rejects parts that are too short or too long. Each is a union of two one-sided rules.
The logic transfers directly to set theory. "And" is intersection ($\cap$), "or" is union ($\cup$), the same operators that combine sets describe how inequality solutions combine. Learning compound inequalities is quietly teaching the logic of $\cap$ and $\cup$.
That last point is the destination: once "and = intersection, or = union" clicks, the same reasoning runs through probability, database queries, and formal logic, wherever two conditions meet.
Where Compound Inequalities Trip Students Up
Mistake 1: Swapping the logic of "and" and "or"
Where it slips in: deciding what the solution should look like before solving.
Don't do this: treat "or" as the overlap or "and" as the combined coverage. The memorizer who recalls "compound = combine" merges the pieces without checking the connector.
The correct way: "and" is the intersection (only the overlap survives); "or" is the union (everything either piece covers). The number-line shapes are the tell, "and" is usually one band, "or" is usually two separate rays.
Mistake 2: Solving only one side of a three-part inequality
Where it slips in: the compact form $a < x < b$.
Don't do this: the rusher peels off the left inequality, solves it, and forgets the right boundary, losing half the answer.
The correct way: whatever you do, do it to all three parts at once. The three-part form is two "and" inequalities written together; both boundaries must make it into the final answer.
Mistake 3: Forgetting the sign flip inside a compound inequality
Where it slips in: any piece with a negative coefficient.
Don't do this: the second-guesser remembers the sign-flip rule for a single inequality but assumes it "doesn't count" inside a compound one.
The correct way: every rule from a single linear inequality still applies to each piece: dividing or multiplying by a negative flips that piece's sign, and in the three-part form it flips across all parts at once.
Conclusion
A compound inequality joins two inequalities with "and" or "or."
"And" gives the intersection, values satisfying both, usually a single band.
"Or" gives the union, values satisfying either, often two separate pieces.
In the three-part form $a < x < b$, operate on all three parts at once, and a negative factor still flips the sign.
An "and" with no overlap has no solution ($\varnothing$); the AND/OR connector decides everything.
A Practical Next Step
Work through these to lock the logic in: (1) solve $-3 \leq 2x - 1 < 5$ and graph it; (2) solve $x + 4 < 1 \text{ or } 2x \geq 10$ and write it in interval notation; and (3) explain in one sentence why $x < 1 \text{ and } x > 6$ has no solution. If the AND/OR distinction still blurs, sketch each solution on a number line first, the shape will tell you which connector you are dealing with. To build this with a teacher, explore Bhanzu's algebra tutor, help with algebra, or math classes online. Want a live Bhanzu trainer to walk your child through compound inequalities? Book a free demo class.
Read More
Was this article helpful?
Your feedback helps us write better content