Compound Inequalities
A compound inequality traps a variable between two bounds, like −3 < 2x + 1 ≤ 7. Solve it by doing the same operation to all three parts at once: subtract 1 everywhere to get −4 < 2x ≤ 6, then divide everything by 2 to get −2 < x ≤ 3. The variable now lives in an interval. If a step involves multiplying or dividing all parts by a negative, both inequality signs flip and the bounds swap ends. Distinguish "AND" from "OR": a < x < b is an AND — x must satisfy both bounds simultaneously — while an OR condition (x < a or x > b) describes two separate regions. On the GRE, compound inequalities often set the range for a Quantitative Comparison; knowing the full interval tells you whether a quantity is pinned down or genuinely varies.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Solving rules
| Add / subtract | a < b ⇒ a ± c < b ± c (sign stays) |
|---|---|
| Multiply / divide by positive | a < b, c > 0 ⇒ ac < bc (sign stays) |
| Multiply / divide by negative | a < b, c < 0 ⇒ ac > bc (sign FLIPS) |
Compound & absolute value
| Compound (AND) | a < x < b means a < x and x < b |
|---|---|
| |x| < k (k > 0) | −k < x < k |
| |x| > k (k > 0) | x < −k OR x > k |
| |x − a| < k | a − k < x < a + k |