Sum & Product of Roots
For ax² + bx + c = 0 with roots p and q, the roots satisfy p + q = −b/a and p × q = c/a. This lets you answer many GRE questions without ever solving the equation — if a problem asks for the sum or product of the solutions, read it straight off the coefficients. For a monic quadratic x² + bx + c = 0 it is even cleaner: the sum of the roots is −b and the product is c. The relationship also runs backwards: to build a quadratic with given roots, use x² − (sum)x + (product) = 0, so roots 3 and −5 give x² + 2x − 15 = 0. Use it as a sanity check after factoring too — the two numbers you found should add to −b/a and multiply to c/a. The single most useful GRE habit here is to stop and ask "does the question actually need the individual roots?" Often it does not, and Vieta's relations turn a full solve into one subtraction.
✅ 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 |