Factoring Quadratics
Factoring rewrites ax² + bx + c as a product of two binomials, and for GRE purposes it is the first thing to try because it is faster than any formula. When a = 1 you need two numbers that multiply to c and add to b: for x² + 5x + 6 you want 2 and 3, giving (x + 2)(x + 3). Watch the signs — a positive c with a negative b means both numbers are negative (x² − 7x + 12 = (x − 3)(x − 4)), and a negative c means the numbers have opposite signs. Once factored, the zero-product rule finishes the job: a product is zero only if one of its factors is zero, so (x − 3)(x − 4) = 0 gives x = 3 or x = 4. When a ≠ 1, either factor out a common number first or split the middle term (find two numbers multiplying to a·c and adding to b). Always move everything to one side so the equation equals zero before you factor — factoring x² + 5x = 6 as written is a classic error.
✅ 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 |