Flipping the Sign
Here is the one rule that separates inequalities from equations: whenever you multiply or divide both sides by a negative number, the inequality symbol reverses. −2x < 6 becomes x > −3, not x < −3, because dividing by −2 flips the <. The logic is easy to see with numbers: 3 < 5 is true, but multiply both sides by −1 and you get −3 and −5, where −3 > −5. Adding or subtracting a negative never triggers the flip — only multiplying or dividing by one does. A safe habit that avoids the trap entirely is to move the variable term to whichever side keeps its coefficient positive, so you never divide by a negative in the first place. This flip is a favourite GRE trap, especially embedded in Quantitative Comparison where the direction of the inequality is the entire answer.
✅ 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 |