Inequalities
An inequality is an equation with a wider mouth: instead of one exact value, it describes a whole range of values. You solve it almost exactly like an equation — same balancing moves — with one rule that changes everything: multiply or divide by a negative number and the inequality sign flips. That single rule is the most tested and most forgotten idea in the topic. Inequalities matter disproportionately on the GRE because Quantitative Comparison is itself an inequality question — you are always deciding whether one quantity is greater, less, or equal. This chapter covers solving linear inequalities, the sign-flip trap in full, compound inequalities that trap a variable between two bounds, and absolute-value inequalities, which split into two cases. Master these and you are reading the GRE's native language.
Topics
⚡ GRE shortcuts & speed methods
The fastest ways to crack this chapter under time pressure — the techniques that separate a 95+ percentiler from the rest.
- Solve inequalities exactly like equations, with ONE change: flip the sign whenever you multiply or divide by a negative.
- To dodge the flip entirely, move the variable to the side that keeps its coefficient positive, then divide by a positive.
- For all three parts of a compound inequality, apply each operation to every part at once.
- |expression| < k ⇒ one band (−k to k); |expression| > k ⇒ two rays (< −k or > k). "Less" is AND, "greater" is OR.
- If k is negative: |x| < k has no solution; |x| > k is true for all x. Check the sign of k before solving.
- On Quantitative Comparison, the sign flip is often the whole game — track the direction of the inequality carefully.
⚠️ Common mistakes & traps
GRE is designed so that careless errors here cost you marks. Internalise each trap before the exam.
- Forgetting to flip the inequality when multiplying or dividing by a negative number.
- Flipping the sign when merely adding or subtracting a negative — the flip is only for multiply/divide.
- Treating |x| > k as a single band instead of two separate regions (or |x| < k as two rays).
- In a compound inequality, operating on only two of the three parts.
- Not swapping the end bounds when a negative multiplier flips a compound inequality.
- Missing the no-solution / all-real edge cases when the constant on an absolute-value inequality is negative.
📈 GRE exam insight & question patterns
Quantitative Comparison — if −2x > 8, Quantity A is x and Quantity B is −5. Which is greater?
Divide by −2 and flip: x < −4. Since x is below −4, it could be −4.5 (> −5) or −10 (< −5), so the answer is "cannot be determined".
Numeric Entry — what is the largest integer value of x satisfying 3x − 4 < 11?
3x < 15 ⇒ x < 5. The largest integer is 4 (strict inequality excludes 5).
A multiple-answer item asks which values satisfy |x − 2| < 3 from a list including 0, 4, 5, 6. Which apply?
The band is −1 < x < 5, so 0 and 4 qualify; 5 is excluded (strict) and 6 is out.
Why does |x| < −2 have no solution while |x| > −2 has infinitely many?
Absolute value is never negative, so it cannot be below −2 (no solution) but is always above −2 (all real x).
🎴 Flashcards — instant recall
Tap a card to reveal the answer. Drill these until they are automatic.
📌 Quick revision
Chapter test
🏆 Vidaara GRE success checklist
You have truly mastered Inequalities when you can tick every box below.
- Recall every formula in this chapter without looking them up
- Solve each topic’s practice set with at least 80% accuracy
- Use the chapter shortcuts to cut your solving time in half
- Spot and avoid every common trap listed above
- Score 80%+ on the timed chapter test
📋 Chapter mastery scorecard
Track where you stand. Aim for the target before moving to the next chapter.
| Skill checkpoint | Target |
|---|---|
| Concept theory & formulas understood | 100% |
| Topic practice sets attempted (4 topics) | 4/4 |
| Best topic-test score | — → 80%+ |
| Chapter test score | — → 80%+ |
| Flashcards drilled to instant recall | 8 cards |
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 |