Difference of Squares
The identity a² − b² = (a + b)(a − b) is one of the highest-leverage patterns on the GRE because it turns a subtraction into a product you can cancel, estimate, or read off instantly. It solves equations like x² − 49 = 0 in one line (x = ±7), and it demolishes numeric traps: 87² − 13² is not worth the calculator — it is (87 + 13)(87 − 13) = 100 × 74 = 7400. The pattern also appears in disguise, such as x² − 2 = (x + √2)(x − √2) or inside fractions where a factor cancels top and bottom. On Quantitative Comparison the framing is often "Quantity A: 51² − 49²; Quantity B: 200" — factor to (51 + 49)(51 − 49) = 100 × 2 = 200 and the two are equal, no grinding required. Any time you see one square minus another, factor before you compute; it is almost always the intended shortcut.
✅ 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 a quadratic
| Standard form | ax² + bx + c = 0, a ≠ 0 |
|---|---|
| Quadratic formula | x = [ −b ± √(b² − 4ac) ] / (2a) |
| Discriminant | D = b² − 4ac |
| Zero-product rule | if (x − p)(x − q) = 0 then x = p or x = q |
Structure & shortcuts
| Sum of roots | p + q = −b/a |
|---|---|
| Product of roots | p × q = c/a |
| Difference of squares | a² − b² = (a + b)(a − b) |
| Perfect-square trinomials | (x ± k)² = x² ± 2kx + k² |
| Reconstruct from roots | x² − (sum)x + (product) = 0 |