Quadratics on the SAT: How to Choose the Fastest Solving Method
Most students can solve quadratic equations. Top scorers do it fast and clean because they instantly pick the right method: factoring, quadratic formula, or vertex / completing the square. This page shows you how to make that choice in seconds.
1. Why Choosing the Fastest Method Matters
On the SAT, quadratics show up everywhere: pure equations, word problems, graphs, and function questions. The math isn’t impossible, but:
- If you use the wrong method, a 45-second question turns into a 3-minute grind.
- You waste energy and time you need for later questions.
- You’re more likely to make algebra slips when you’re doing extra steps you didn’t need.
“Factor? Quadratic formula? Or vertex/completing the square?”
2. The Three Main Solving Methods (Plus Graphing)
Every quadratic question is really about picking the right tool for the job. Here are the main options:
🧩 Factoring
Use when the numbers are “nice” and it factors quickly.
Example: x² + 5x + 6 = 0 → (x + 2)(x + 3) = 0.
📐 Quadratic Formula
Use when factoring is messy or impossible, but you have a standard form.
For ax² + bx + c = 0, solutions are
x = (-b ± √(b² – 4ac)) / (2a).
🎯 Vertex / Completing the Square
Use when the question is about max/min values, vertex, or symmetry.
Vertex form: y = a(x – h)² + k → vertex at (h, k).
📊 Graphing / Table (Calculator)
Use the digital calculator’s graph/table when the question is about intersections or when solving algebraically is messy.
Great for checking roots or solving “where does this equal that?” quickly.
3. When Factoring Is the Best Move
Factoring is usually the fastest method—when it works easily. You’re looking for quadratics with “friendly” coefficients and integer roots.
Factoring is perfect when:
- The equation is already (or can quickly become) in the form x² + bx + c = 0.
- a = 1, or you can pull out a simple common factor first.
- You can quickly think of two numbers that multiply to c and add to b.
Solve: x² – 3x – 10 = 0
- Look for two numbers that multiply to -10 and add to -3 → -5 and 2.
- Write: x² – 3x – 10 = (x – 5)(x + 2).
- Set each factor to zero: x – 5 = 0 or x + 2 = 0.
- Solutions: x = 5 or x = -2.
This takes under 30–40 seconds with practice.
When not to factor
If you stare at the quadratic for more than about 10–15 seconds and no obvious pair of numbers appears, stop forcing it.
- If coefficients are decimals or awkward fractions → probably use quadratic formula or calculator.
- If you suspect the roots are not nice integers → go straight to the formula.
4. When the Quadratic Formula Is the Best Move
The quadratic formula always works (as long as you’re in standard form), but it’s not always the fastest. Use it when factoring is not quick and clean.
x = (-b ± √(b² – 4ac)) / (2a)
The expression under the square root, b² – 4ac, is called the discriminant. It tells you about the number of real solutions, but on the SAT you mostly just plug it in.
Use the formula when:
- Factoring is not obvious within 10–15 seconds.
- Coefficients are decimals or messy fractions.
- The question already gives you a, b, and c or refers to the formula directly.
- You only need an expression for the solution, not a decimal (for example, the answer choices are algebraic forms).
Solve: 3x² – 4x – 5 = 0
Here, factoring is not nice. Use the formula:
- Identify: a = 3, b = -4, c = -5.
- Compute the discriminant: b² – 4ac = (-4)² – 4(3)(-5) = 16 + 60 = 76.
- Plug into the formula:
x = (4 ± √76) / (6). - Simplify if needed: √76 = √(4·19) = 2√19, so
x = (4 ± 2√19) / 6 = (2 ± √19) / 3.
For answer choices in algebraic form, this is ideal.
For ax² + bx + c = 0:
Sum of roots = -b / a, product of roots = c / a. No need to fully solve.
5. When to Use Vertex Form / Completing the Square
Not every quadratic question is “Solve for x.” Many SAT problems ask about the maximum, minimum, or vertex of a parabola, especially in word problems and function questions.
Vertex form
Vertex form looks like:
y = a(x – h)² + k, where the vertex is (h, k).
- If a > 0, the parabola opens up and the vertex is a minimum.
- If a < 0, the parabola opens down and the vertex is a maximum.
- SAT loves this in questions about profit, area, or height over time (like a ball thrown up and coming down).
A function models the height of a ball in meters after t seconds:
h(t) = -5t² + 20t + 3.
What is the maximum height of the ball?
You could complete the square, but here’s a faster approach:
- Recognize it’s a downward parabola (a = -5), so it has a maximum.
- Use the vertex x-coordinate formula for ax² + bx + c:
t = -b / (2a) = -20 / (2 · -5) = -20 / -10 = 2. - Plug t = 2 back into the function:
h(2) = -5(2²) + 20(2) + 3 = -5(4) + 40 + 3 = -20 + 40 + 3 = 23. - Maximum height is 23 meters.
Here, you didn’t actually need full vertex form; knowing how to get the vertex quickly saved time.
When to think “vertex / completing the square”
- The question asks for a maximum or minimum value of a quadratic function.
- You’re asked for the vertex or the axis of symmetry.
- The function describes something like revenue, height, or area depending on a variable.
6. The “Fastest Method” Decision Checklist
When you see a quadratic on the SAT, run this mental checklist:
-
Is it in equation form with simple integers?
Yes → Try factoring for 10–15 seconds.
If nothing obvious appears → move on to the quadratic formula. -
Are the coefficients messy (fractions/decimals)?
Yes → Probably use the quadratic formula or graphing/table on the calculator. -
Is the question about max/min, vertex, or symmetry?
Yes → Use vertex ideas: x = -b/(2a) or vertex form, not just “solve for x.” -
Are you comparing models or just need where two functions meet?
Consider using the graphing calculator to find intersections quickly and check algebra. -
Are answer choices expressions (not numbers)?
The quadratic formula or sum/product-of-roots shortcuts are often fastest here.
“Was that the fastest reasonable method?”
If not, redo it with the better method once, so your brain learns the quicker pattern.
7. SAT-Style Practice Examples (with Method Choice)
Try to decide the method before looking at the solution. Then compare your choice with the “Fastest Method” below.
Example A: Clean integers → factoring
Solve for x: x² + 7x + 10 = 0
Show explanation
Fastest method: Factoring
- Find two numbers that multiply to 10 and add to 7 → 5 and 2.
- Write: x² + 7x + 10 = (x + 5)(x + 2).
- Set each factor to zero: x + 5 = 0 or x + 2 = 0.
- Solutions: x = -5 or x = -2.
Example B: Messy coefficients → quadratic formula
Solve for x: 2x² – 3.5x + 1 = 0
Show explanation
Fastest method: Quadratic formula
- Identify: a = 2, b = -3.5, c = 1.
- Compute discriminant: b² – 4ac = (-3.5)² – 4(2)(1) = 12.25 – 8 = 4.25.
- Use formula:
x = (3.5 ± √4.25) / (4). - Simplify if needed or use the calculator to get decimal approximations (depending on answer choices).
Example C: Max value → vertex
A function models the daily profit (in dollars) of a shop based on the price p of an item:
P(p) = -2p² + 12p + 5.
For which price p is the profit greatest?
Show explanation
Fastest method: Vertex using -b / (2a)
- Identify: a = -2, b = 12.
- Use vertex formula: p = -b / (2a) = -12 / (2 · -2) = -12 / -4 = 3.
- So the profit is greatest when p = 3 (price of $3).
No need to fully complete the square or find the maximum profit value unless the question asks for it.
Example D: Intersections → graphing/table
The functions y = x² – 4x + 1 and y = 3 are graphed on the same coordinate plane.
At which x-values do they intersect?
Show explanation
x² – 4x + 1 = 3 → x² – 4x – 2 = 0.
That’s a fine quadratic formula candidate.
Calculator / graphing way (digital SAT):
- Graph y = x² – 4x + 1 in the on-screen calculator.
- Graph y = 3.
- Use the intersection or table feature to find the x-values where y is the same.
Either method works. If you’re comfortable with the calculator, this can be very fast and reduces algebra errors.
8. How to Practice This Skill
To really lock this in, don’t just do random quadratic problems. Practice choosing the method.
- Take a set of 15–20 quadratic questions and, for each one, write down: “Factor,” “Formula,” “Vertex,” or “Graph.” Then solve using that method.
- Afterward, ask: “Could I have used a faster method?” If yes, redo that question once using the faster approach.
- Mix quadratics from different sources so you see equations, word problems, and graphs all together—just like on the real SAT.
Over time, your brain will automatically match each quadratic to the right method. That’s how you turn this from a “tip” into a real score boost.


