Absolute-Value Inequalities
Absolute value measures distance from zero, so an absolute-value inequality is really a statement about distance — and it splits into cases. |x| < k (with k > 0) means x is within k of zero, which is the compound band −k < x < k. |x| > k means x is more than k from zero, giving two separate regions: x < −k OR x > k. Shift the centre for expressions: |x − 3| < 5 means x is within 5 of 3, i.e. −2 < x < 8. The two directions behave oppositely — "less than" collapses to a single interval (AND), while "greater than" opens up two rays (OR). One boundary condition worth remembering: if k is negative, |x| < k has no solution (a distance can't be negative) and |x| > k is true for all x. The GRE tests exactly these edge cases.
✅ 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 |