Absolute Value
The absolute value |x| is the distance of x from 0 on the number line, so it is never negative: |−7| = 7 and |7| = 7. Read it as "how far", not "which side". Two consequences drive most GRE questions. First, |x| = a (with a > 0) has two solutions, x = a and x = −a, so equations with absolute value usually branch. Second, |x − c| is the distance between x and c, which turns range statements into geometry: |x − 4| < 3 means x is within 3 of 4, i.e. 1 < x < 7. Basic rules: |x·y| = |x|·|y| and |x|² = x². The number-one mistake is treating |x| as "make it positive" — for a variable you must consider both signs, and on Quantitative Comparison that second case is often exactly where "cannot be determined" hides.
✅ 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
Parity (odd / even)
| even ± even | even |
|---|---|
| odd ± odd | even |
| odd ± even | odd |
| even × anything | even |
| odd × odd | odd |
Signs & special numbers
| negative × negative | positive |
|---|---|
| (negative)^even | positive |
| (negative)^odd | negative |
| Absolute value | |x| = distance from 0 (never negative) |
| n consecutive integers | product divisible by n! |