Compound inequalities
A compound inequality combines two simple inequalities.
- AND (intersection): both must hold. Example:
โ2 < x โค 5is shorthand forx > โ2ANDx โค 5. - OR (union): at least one must hold. Example:
x < โ1ORx > 4.
Strategy
Solve each piece independently, then combine on a number line.
3x โ 1 > 5 AND 3x โ 1 โค 14
โ x > 2 AND x โค 5
โ 2 < x โค 5.