📚 College Credit Guide ✓ TransferCredit.org 🕐 10 min read

How Do You Solve Quadratic Equations?

This article shows how to solve quadratic equations with factoring, square roots, and the quadratic formula, using step-by-step examples for beginners.

VE
Education Advisor · Board Member
📅 June 09, 2026
📖 10 min read
VE
About the Author
Veena spent 30+ years as a high school principal before retiring. She now consults for several schools and sits on the boards of a handful of schools and colleges. When she writes, it's from the seat of someone who has watched thousands of students try to figure out where their credits go. Read more from Veena K. →

A quadratic equation can give 0, 1, or 2 real answers, and that surprises a lot of beginners. The good news is that you do not need fancy tricks to solve most of them. You need three tools: factoring, square roots, and the quadratic formula. A quadratic has an x² term, and that squared term changes everything. Linear equations usually give one answer. Quadratics can cross the x-axis twice, touch it once, or miss it completely, which is why the graph matters. If you learn the pattern in standard form, ax² + bx + c = 0, the rest gets much easier. A lot of students try to memorize steps without seeing the shape behind them, and that slows them down. A graph of y = x² - 4, for instance, hits the x-axis at -2 and 2, so the equation has 2 real solutions. A graph of y = x² - 4x + 4 touches the axis once at x = 2, so you get 1 repeated solution. A graph of y = x² + 1 has no real x-intercepts, so there is no real answer to find. That pattern matters because it tells you which method makes sense before you start grinding through the work. A community-college student who needs algebra for a fall placement test can save time by spotting whether an equation factors cleanly, while a homeschool senior working through 3 practice sets in one week can avoid useless guessing. The method choice comes first. The arithmetic comes second.

Close-up of a teenager building a robotics project, focusing on electronics and repairs — TransferCredit.org

Why Quadratic Equations Have Three Answers

A quadratic equation has an x² term, and that single square changes how many answers you can get. You can get 2 real answers, 1 repeated answer, or 0 real answers, depending on where the parabola hits the x-axis. That is why quadratic equations feel different from other algebra equations.

The standard form, ax² + bx + c = 0, helps because it puts every term on one side and gives you the coefficient values you need later. In that setup, a, b, and c tell you how wide the graph opens, where it shifts, and whether the equation factors cleanly. If the equation does not sit in standard form, move every term before you try anything else.

The catch: A graph that crosses the x-axis twice gives 2 real solutions, but a graph that just touches the axis gives 1 repeated solution. That repeated answer still counts as one solution, so do not go hunting for a second number that is not there.

A 35-year-old paramedic studying after 12-hour shifts does not need to stare at the curve for 30 minutes. They need to spot whether the equation has a clean square, a clean factor pattern, or a messy middle term. That one decision saves time when study time only runs 4 nights a week.

A quadratic like x² - 5x + 6 = 0 factors into (x - 2)(x - 3) = 0, so the graph crosses the axis at 2 points. A tougher one like x² - 6x + 9 = 0 gives (x - 3)², which means the parabola touches the x-axis at x = 3 and turns back. A problem like x² + 4 = 0 has no real x-intercepts, so you stop looking for real roots and move on.

That last case trips people up because they expect every equation to have a neat real answer. It does not. The graph tells the truth faster than blind algebra does.

Start Solving by Factoring First

Factoring works best when the quadratic expression breaks into two binomials without much drama. If the numbers cooperate, this method can take 2 minutes instead of 10, and that matters on timed homework or a 50-question quiz. The trick is to get the equation into standard form first.

  1. Move every term to one side so the equation equals 0. For x² + 5x + 6 = 0, you already have standard form, which saves a step.
  2. Find two numbers that multiply to 6 and add to 5. The pair 2 and 3 works, so the expression factors as (x + 2)(x + 3) = 0.
  3. Use the zero-product property. If a product equals 0, one factor must equal 0, so x + 2 = 0 or x + 3 = 0.
  4. Solve each small equation. That gives x = -2 and x = -3, and you should check both in the original equation before you stop.
  5. Try a less obvious one: x² - x - 12 = 0. The pair -4 and 3 works because -4 × 3 = -12 and -4 + 3 = -1, so (x - 4)(x + 3) = 0.
  6. Set each factor to 0 and solve. You get x = 4 and x = -3, and a quick plug-in check should take under 1 minute.

Reality check: Factoring gets overused in some study guides. A clean factor problem can take 30 seconds, but a stubborn one can waste 5 full minutes if you keep guessing pairs. If the numbers do not show up fast, switch methods instead of forcing it.

A student who sees x² + 11x + 24 = 0 should test 3 and 8 right away because 3 × 8 = 24 and 3 + 8 = 11. A student who sees x² + 7x + 10 = 0 should test 5 and 2 for the same reason. That habit beats random trial and error every time.

A lot of beginners skip the check, and that is sloppy. Put the answers back into the original equation, even if the factorization looks perfect.

College Algebra TransferCredit.org Dedicated Resource

The Complete Resource for Quadratic Equations

TransferCredit.org has a full resource page built for quadratic equations — covering CLEP/DSST prep with chapter quizzes and video lessons, plus the ACE/NCCRS-approved backup course if you do not pass the exam. $29/month covers both, and credits transfer to partner colleges.

Browse College Algebra Course →

When Square Roots Solve It Fast

The square root method works best when the x² term stands alone. If the equation looks like x² = 49 or (x - 4)² = 25, you can solve it faster than you can factor it. That is because square roots reverse squaring directly.

For x² = 49, take the square root of both sides and remember both signs. You get x = 7 and x = -7, because both numbers square to 49. For (x - 4)² = 25, take the square root first, then solve x - 4 = 5 or x - 4 = -5, which gives x = 9 and x = -1.

What this means: A square-root problem can finish in 2 steps, while a factoring problem can take 4 or 5 steps. Use the shorter path when the equation already isolates the square, because adding extra work only creates sign mistakes.

A community-college transfer student who has 6 days before a placement deadline can use this method on problems that already look like x² = number. That student should not waste 20 minutes trying to factor x² = 64 when the answer sits on the surface. Save factoring for expressions with a middle term.

This method has a downside: it only works cleanly when the square is isolated or easy to isolate. If you still have a bx term sitting there, square roots alone will not finish the job. In those cases, move the terms first or use another method.

x² = 81 gives x = 9 and x = -9. That pair is the whole answer set, so do not forget the negative root just because the first one looks familiar.

Using the Quadratic Formula Correctly

The quadratic formula works every time a quadratic is written as ax² + bx + c = 0. That makes it the safest fallback when factoring equations refuse to cooperate, and it saves you from guessing. Most students should keep it ready for the hard cases, not the easy ones.

  1. Write the equation in standard form and label a, b, and c. For 2x² + 3x - 2 = 0, you have a = 2, b = 3, and c = -2.
  2. Substitute those values into x = [-b ± √(b² - 4ac)] / 2a. Keep the parentheses tight, because one missed sign can wreck the whole result.
  3. Simplify inside the radical first. Here, b² - 4ac becomes 3² - 4(2)(-2) = 9 + 16 = 25, and 25 gives a clean square root.
  4. Finish the arithmetic. You get x = [-3 ± 5] / 4, which leads to x = 1/2 and x = -2.
  5. Check both answers in the original equation, especially if the problem came from a timed 45-minute worksheet or a 60-question test review.
  6. Use the formula on a harder one like 3x² + 2x + 7 = 0 when factoring stalls. Here, the discriminant is 2² - 4(3)(7) = -80, so the radical turns negative and you know there are no real answers.

Bottom line: The formula is not the fastest method, but it is the most reliable. A problem that looks impossible to factor still has a path through this formula, and that matters on homework sets with 12 mixed problems.

The biggest mistake here is sign work. Students often copy b as 3 instead of -3, or they forget that c can be negative, and one tiny slip turns a correct setup into garbage. Slow down on the substitution step and the rest gets smoother.

A 20-minute study block works well for 3 formula problems, because each one needs careful writing more than speed.

Choosing the Right Method Every Time

Pick the method by looking at the shape of the equation first, not by reaching for the same tool every time. If the equation factors cleanly, use factoring. If the square stands alone, use square roots. If the expression looks messy or refuses to split, use the quadratic formula. That last one saves a lot of frustration, and honestly, too many beginners waste 15 minutes trying to factor something the formula handles in 2. A 9-problem homework set usually mixes all 3 methods, so matching the method to the structure matters more than raw speed.

A lot of people think the formula is the “hard” method and should come last. That is backwards sometimes. If factoring takes 6 guesses and 2 whiteboard erasures, the formula wins on speed and sanity.

The most common mistakes are simple: leaving a term on the wrong side, forgetting the ± on square roots, and mixing up -b with b. Fix those 3 habits and your work gets a lot cleaner.

How TransferCredit.org Fits

Frequently Asked Questions about Quadratic Equations

Final Thoughts on Quadratic Equations

Quadratic work gets easier when you stop treating every problem like a mystery. A good first pass tells you whether the equation factors, fits square roots, or needs the formula. That choice matters more than memorizing a giant pile of steps, because the method does half the thinking for you. The graph gives you a clue before you even solve. Two x-intercepts mean 2 real answers. One touch point means 1 repeated answer. No x-intercepts means no real answer, so you do not waste time chasing one. A clean factor problem should feel almost mechanical. A square-root problem should feel direct. A formula problem should feel controlled, not scary. The hard part for most beginners is not the algebra itself. It is picking the right door at the start. Check your signs. Move everything to one side. Write the formula carefully when you need it. Those 3 habits prevent most mistakes, and they also make your work easier to review later if a teacher asks you to show every step. If you want to get faster, practice 3 problems of each type tonight: 3 factoring, 3 square-root, and 3 formula problems. That mix gives you the pattern fast, and the pattern is what sticks.

How CLEP credits actually work

Ready to Earn College Credit?

CLEP & DSST prep + ACE/NCCRS backup courses · Self-paced · $29/month covers everything

More on College Algebra