// CONCEPT // ALGEBRA
QUADRATICS
Solving and reasoning about quadratic equations on the AMC10.
The toolkit
A quadratic equation is anything you can rewrite as
with . The three things you should be able to do quickly:
- Factor, when the roots are integer-ish: .
- Use the quadratic formula when factoring doesn't fall out:
- Use Vieta's formulas — without solving:
- Sum of roots:
- Product of roots:
Vieta is the single biggest time-saver on AMC10 quadratics. Most "find the sum/product of values of " problems are one-liners with Vieta.
Worked example
If , what is the sum of all distinct values of ?
By Vieta, the sum of roots is . Done — no factoring needed.
When to slow down
If the problem asks for a specific root (not the sum/product), you usually need to factor or use the formula. If the discriminant is a perfect square, factoring will work.