Free Algebra Guide
A step-by-step guide to solving quadratics with the quadratic formula, with a fully worked example
Published · Last updated
Written by Berke Sahbazoglu
10+ years teaching Algebra I & II · 6,000+ tutoring hours with 200+ students · B.S. Biochemistry, Washington University in St. Louis · M.S. Bioinformatics, UMGC
Every problem below was solved and checked by hand before publishing. Free to print for classroom & home use.
Want the printable version?
Full guide with the handwritten worked example. No sign-up, no email required.
Solving quadratics with the quadratic formula works on every quadratic equation, including the ones that don't factor nicely. That's usually the moment you reach for it.
For any quadratic in the form ax² + bx + c = 0
x = ( −b ± √(b² − 4ac) ) ⁄ 2a
Try factoring first; it's usually faster when it works. The formula is the fallback for everything else: when you can't find two numbers that multiply and add to the right values, or when the roots involve a square root that isn't a whole number. It always works, whether or not the quadratic factors nicely.
The formula isn't arbitrary — it's what you get if you complete the square on ax² + bx + c = 0 in the general case, once and for all, so you never have to do it again. Students who have worked through completing the square tend to make far fewer sign errors here, because they recognise where the −b and the 2a came from.
Start by identifying a, b, and c. Make sure the equation is set equal to zero first, then read the coefficients off in order.
Compute the discriminant, b² − 4ac. This one number tells you what kind of roots to expect before you've finished. Positive gives two real roots, exactly zero gives one repeated root, and negative means there are no real roots at all. There's a separate worksheet on the discriminant if that part is the sticking point.
Plug in and simplify the square root. If the number under the root has a perfect-square factor, pull it out. Always simplify before rounding to a decimal.
Split the ± into two roots, then check. Write both answers separately and plug each back into the original equation. If it doesn't come out to zero, something went wrong upstream.
2x² + 4x − 3 = 0
Here's the same problem worked by hand, the way I actually do it with students.
The most common slip in this whole process happens right here: −4 · 2 · (−3) involves two negatives, so the product comes out positive. It's worth pausing on that step specifically.
40 is positive, so this equation has two real roots. It isn't a perfect square, so the answer keeps a square root in it rather than reducing to whole numbers.
x = −1 + √10⁄2, the same as (−2 + √10)/2, which is about 0.581
x = −1 − √10⁄2, the same as (−2 − √10)/2, which is about −2.581
Plugging x ≈ 0.581 back into 2x² + 4x − 3 gives roughly 0.675 + 2.324 − 3, which comes out to zero within rounding. Both roots hold up.
The ± sign is easy to forget, and dropping it silently loses one of the two roots. Sign errors on −b are common too: if b is −4, then −b is +4, not −4. Another frequent slip is dividing only part of the numerator by 2a instead of every term above the line. And it's worth double-checking that the square root is fully simplified before calling the problem done — an unsimplified radical usually means a step got skipped.
Use the formula on each one. Show the discriminant, then give both roots — or state that there are none. Some of these have no real roots, so check the discriminant before you start substituting.
Each one shows the coefficients, the discriminant, and the simplification step, so you can find exactly where your work diverged rather than just checking the final number.
1. x² + 5x + 6 = 0
a = 1, b = 5, c = 6
b² − 4ac = (5)² − 4(1)(6) = 25 − (24) = 1
√1 = 1, so x = (−5 ± 1) ⁄ 2
Answer: x = −2, x = −3
2. x² − 3x − 10 = 0
a = 1, b = −3, c = −10
b² − 4ac = (−3)² − 4(1)(−10) = 9 − (−40) = 49
√49 = 7, so x = (3 ± 7) ⁄ 2
Answer: x = 5, x = −2
3. x² + 2x − 1 = 0
a = 1, b = 2, c = −1
b² − 4ac = (2)² − 4(1)(−1) = 4 − (−4) = 8
√8 simplifies to 2√2, so x = (−2 ± 2√2) ⁄ 2
Answer: x = −1 + √2, x = −1 − √2
4. x² − 6x + 9 = 0
a = 1, b = −6, c = 9
b² − 4ac = (−6)² − 4(1)(9) = 36 − (36) = 0
The discriminant is 0, so the ± contributes nothing and there's a single repeated root: x = 6 ⁄ 2
Answer: x = 3 (repeated root)
5. 2x² + 7x + 3 = 0
a = 2, b = 7, c = 3
b² − 4ac = (7)² − 4(2)(3) = 49 − (24) = 25
√25 = 5, so x = (−7 ± 5) ⁄ 4
Answer: x = −1/2, x = −3
6. x² + 4x + 1 = 0
a = 1, b = 4, c = 1
b² − 4ac = (4)² − 4(1)(1) = 16 − (4) = 12
√12 simplifies to 2√3, so x = (−4 ± 2√3) ⁄ 2
Answer: x = −2 + √3, x = −2 − √3
7. x² − 2x + 5 = 0
a = 1, b = −2, c = 5
b² − 4ac = (−2)² − 4(1)(5) = 4 − (20) = −16
The discriminant is −16. A negative discriminant means the parabola never crosses the x-axis.
Answer: No real roots
8. 3x² − 5x − 2 = 0
a = 3, b = −5, c = −2
b² − 4ac = (−5)² − 4(3)(−2) = 25 − (−24) = 49
√49 = 7, so x = (5 ± 7) ⁄ 6
Answer: x = 2, x = −1/3
9. x² − 7 = 0
a = 1, b = 0, c = −7
b² − 4ac = (0)² − 4(1)(−7) = 0 − (−28) = 28
√28 simplifies to 2√7, so x = (0 ± 2√7) ⁄ 2
Answer: x = √7, x = −√7
10. 2x² − 4x − 3 = 0
a = 2, b = −4, c = −3
b² − 4ac = (−4)² − 4(2)(−3) = 16 − (−24) = 40
√40 simplifies to 2√10, so x = (4 ± 2√10) ⁄ 4
Answer: x = (2 + √10)/2, x = (2 − √10)/2
11. x² + 6x + 4 = 0
a = 1, b = 6, c = 4
b² − 4ac = (6)² − 4(1)(4) = 36 − (16) = 20
√20 simplifies to 2√5, so x = (−6 ± 2√5) ⁄ 2
Answer: x = −3 + √5, x = −3 − √5
12. 4x² + 4x + 1 = 0
a = 4, b = 4, c = 1
b² − 4ac = (4)² − 4(4)(1) = 16 − (16) = 0
The discriminant is 0, so the ± contributes nothing and there's a single repeated root: x = −4 ⁄ 8
Answer: x = −1/2 (repeated root)
13. x² − 7x + 12 = 0
a = 1, b = −7, c = 12
b² − 4ac = (−7)² − 4(1)(12) = 49 − (48) = 1
√1 = 1, so x = (7 ± 1) ⁄ 2
Answer: x = 4, x = 3
14. 2x² + 3x + 4 = 0
a = 2, b = 3, c = 4
b² − 4ac = (3)² − 4(2)(4) = 9 − (32) = −23
The discriminant is −23. A negative discriminant means the parabola never crosses the x-axis.
Answer: No real roots
15. x² + x − 3 = 0
a = 1, b = 1, c = −3
b² − 4ac = (1)² − 4(1)(−3) = 1 − (−12) = 13
√13 has no perfect-square factor, so it stays as is, so x = (−1 ± √13) ⁄ 2
Answer: x = (−1 + √13)/2, x = (−1 − √13)/2
16. 5x² − 6x + 1 = 0
a = 5, b = −6, c = 1
b² − 4ac = (−6)² − 4(5)(1) = 36 − (20) = 16
√16 = 4, so x = (6 ± 4) ⁄ 10
Answer: x = 1, x = 1/5
17. x² − 8x + 11 = 0
a = 1, b = −8, c = 11
b² − 4ac = (−8)² − 4(1)(11) = 64 − (44) = 20
√20 simplifies to 2√5, so x = (8 ± 2√5) ⁄ 2
Answer: x = 4 + √5, x = 4 − √5
18. 3x² + 2x − 1 = 0
a = 3, b = 2, c = −1
b² − 4ac = (2)² − 4(3)(−1) = 4 − (−12) = 16
√16 = 4, so x = (−2 ± 4) ⁄ 6
Answer: x = 1/3, x = −1
19. x² − 12 = 0
a = 1, b = 0, c = −12
b² − 4ac = (0)² − 4(1)(−12) = 0 − (−48) = 48
√48 simplifies to 4√3, so x = (0 ± 4√3) ⁄ 2
Answer: x = 2√3, x = −2√3
20. 2x² − 6x + 1 = 0
a = 2, b = −6, c = 1
b² − 4ac = (−6)² − 4(2)(1) = 36 − (8) = 28
√28 simplifies to 2√7, so x = (6 ± 2√7) ⁄ 4
Answer: x = (3 + √7)/2, x = (3 − √7)/2
Tutor's note
If a student is getting the discriminant wrong, it's almost always the double-negative step above rather than the formula itself. Have them write out −4 · a · c as its own line before combining anything, so the sign change is visible instead of happening in their head.
Yes. As long as the equation is in the form ax² + bx + c = 0 and a isn't zero, the formula gives the roots. Factoring is faster when it works, but it doesn't always work.
There are no real roots — the parabola never touches the x-axis. In Algebra II you'd write the answers using i; in Algebra I you'd stop and say "no real solutions."
Yes, and it's the step people skip. x² + 3x = 10 has c = −10, not 10. Get it equal to zero before reading off a, b, and c.
Exact form (the radical) unless the question asks you to round. A decimal is an approximation, and most teachers mark it down if the exact form was available.
Guide + handwritten worked example · Free to print for classroom and home use
Still stuck on quadratics?
I tutor Algebra I and II in students' homes across Fremont, Newark, and Union City. Most students who struggle here need about two sessions on sign handling, not a whole unit re-taught.