Skip to main content
🚀 This is a Beta – features are in progress.Share feedback
All topics
Math

Quadratic Equations

5 min readMedium5-question drill

A quadratic equation is any equation where the highest power of $x$ is squared. They show up wherever you're solving for a moment in time, a width and length, or where a parabola crosses zero — and the SAT tests them in three reliable patterns.

A quadratic equation is one that can be written in the form ax2+bx+c=0ax^2 + bx + c = 0, where aa, bb, and cc are numbers and a0a \neq 0. Examples: x27x+10=0x^2 - 7x + 10 = 0, 2x2+5x3=02x^2 + 5x - 3 = 0, x2=16x^2 = 16.

0

Graph of f(x) = x² − 7x + 10. The roots (where the parabola crosses zero) are x = 2 and x = 5.

There are three ways to solve a quadratic on the SAT, and you should know all three:

1. Factoring (fastest when it works). Find two numbers that multiply to cc and add to bb. Rewrite the equation as (xp)(xq)=0(x - p)(x - q) = 0, then set each factor to zero.

For x27x+10=0x^2 - 7x + 10 = 0: find numbers that multiply to 1010 and add to 7-7. Those are 2-2 and 5-5. So (x2)(x5)=0(x - 2)(x - 5) = 0, giving solutions x=2x = 2 and x=5x = 5.

0123456725

Both roots are positive — questions like "the larger positive solution" mean 5, not 2.

2. The quadratic formula (always works).

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

The expression under the square root, b24acb^2 - 4ac, is the discriminant. It tells you how many real solutions exist:

  • Positive: two distinct solutions.
  • Zero: one repeated solution.
  • Negative: no real solutions (the parabola never crosses zero).

3. Square-rooting both sides (special cases). If the equation is just x2=16x^2 = 16, take the square root of both sides: x=±4x = \pm 4. Don't forget the negative root — that trips students often.

A few related ideas:

  • The graph of a quadratic is a parabola — a U-shape that opens up if a>0a > 0, down if a<0a < 0.
  • The x-intercepts of the parabola are the solutions to the equation when set to zero.
  • The vertex (highest or lowest point) is at x=b/(2a)x = -b / (2a).
Quick check

Pause and check yourself before the harder examples. Try factoring first; if it doesn't factor cleanly, fall back to the quadratic formula.

If x² - 11x + 24 = 0, what is the sum of the solutions?

Worked examples

Example 1

What are the solutions to x212x+32=0x^2 - 12x + 32 = 0?

Example 2

What is the larger positive solution to x27x+10=0x^2 - 7x + 10 = 0?

Example 3

Solve 2x2+3x5=02x^2 + 3x - 5 = 0.

Common pitfalls

Forgetting the $\pm$ when taking square roots

x2=16x^2 = 16 has TWO solutions: x=4x = 4 and x=4x = -4. Students who write only x=4x = 4 miss the negative root. Whenever you square-root both sides, both signs are possible.

Sign errors when factoring

For x27x+10=0x^2 - 7x + 10 = 0, the answers are x=2x = 2 and x=5x = 5 (both positive). The factors are (x2)(x5)(x - 2)(x - 5)minus signs. Students often leave (x+2)(x+5)(x + 2)(x + 5) and get x=2,5x = -2, -5 (wrong direction). Always FOIL after factoring to verify.

Misreading 'the positive solution' when both are positive

Read the question literally: the positive solution? the larger? the smaller? Always check whether your two roots are both positive, both negative, or one of each.

Discriminant arithmetic errors

For b24acb^2 - 4ac, square bb first, then subtract 4ac4ac. A common slip is forgetting that 4ac4ac includes the sign of cc. If cc is negative, 4ac4ac is negative, and you're subtracting a negative — adding.

Key takeaways

  • Standard form: ax2+bx+c=0ax^2 + bx + c = 0. Factor when you can; use the formula when you can't.

  • Factoring shortcut: find two numbers that multiply to cc and add to bb.

  • Quadratic formula: x=b±b24ac2ax = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}. Always works.

  • The discriminant b24acb^2 - 4ac tells you how many real solutions exist.

  • Read what the question asks for: both, the larger, the positive, etc.

Watch & learn

Curated Khan Academy walkthroughs on Quadratic Equations. They're complementary to this lesson — watch one if a written explanation isn't clicking, or after to reinforce.

Try it yourself

5 practice questions on Quadratic Equations, drawn from the question bank. The tutor is one click away if you get stuck.

Lesson v3 · generated 5/1/2026 · the floating tutor knows you're on this lesson — ask anything.