How Do You Solve A Quadratic Equation By Factoring: Step-by-Step Guide

10 min read

How to Solve a Quadratic Equation by Factoring

The first time I saw x² + 5x + 6 = 0 on a test, I froze. I knew what all those symbols meant individually, but putting them together felt like trying to read a sentence in a language I'd only half-learned. That was years ago, but I still remember the relief when it finally clicked — not just the steps, but why those steps worked.

Here's the good news: solving quadratic equations by factoring is one of those skills that feels impossible until it suddenly doesn't. Once you see the pattern, you can't unsee it. And that's exactly what I want to help you with today.

Whether you're prepping for an exam, helping a kid with homework, or just curious about the math behind things, this guide will walk you through everything you need to know. No jargon without explanation. On the flip side, no skipping steps. Just the real deal on how to factor and solve.


What Is a Quadratic Equation?

Let's start with the basics — and I'll keep it practical.

A quadratic equation is any equation that can be written in the form:

ax² + bx + c = 0

Where a, b, and c are numbers (called coefficients), and a isn't zero. If a were zero, you'd just have a regular linear equation — bx + c = 0 — which is a different beast entirely And that's really what it comes down to. Worth knowing..

The little "2" above the x is what makes it quadratic. That exponent means we're dealing with a parabola when you graph it — a U-shaped curve. But for now, we're focused on finding the values of x that make the equation true. Those values are called roots or solutions.

Here's the thing: not every quadratic equation can be solved by factoring. Some have solutions that aren't nice, neat integers. But when they can be factored — especially in classroom settings — it's usually because the numbers work out in a way that makes finding the solution satisfyingly straightforward.

The Standard Form Matters

Before you can factor anything, you need your equation in the right shape: ax² + bx + c = 0, with everything on one side and zero on the other And that's really what it comes down to..

Take this: if you start with x² + 5x = -6, you can't factor it yet. You need to move the -6 to the left side first:

x² + 5x + 6 = 0

Now it's in standard form. a = 1, b = 5, c = 6. Now, see how that works? Getting to standard form is Step Zero — the thing you do before you do the actual factoring But it adds up..


Why Factoring Works (And Why You Should Care)

Here's what most textbooks don't explain well: why does setting each factor to zero give you the answer?

It comes down to something called the Zero Product Property.

The logic goes like this: if you multiply two things together and get zero, then at least one of those things must be zero. That's it. That's the whole engine.

Think about it. If I told you "some number times some other number equals zero," you'd immediately know one of them has to be zero. There's no other way to get zero from multiplication.

So when we factor a quadratic and get something like (x + 2)(x + 3) = 0, we're saying "these two factors multiply to give us zero.Worth adding: " So, either (x + 2) = 0 or (x + 3) = 0. Solve those two mini-equations, and you've found your solutions: x = -2 or x = -3 Not complicated — just consistent..

That's the whole method in a nutshell. Everything else is just the mechanics of how you get to that factored form.

Why This Matters in Practice

You might be thinking, "Okay, cool, but when am I actually going to use this?"

Fair question. In practice, quadratic equations show up in more places than you'd expect — physics (projectile motion), business (profit calculations), engineering (structural loads), even video game design (trajectory and collision detection). Understanding the logic behind solving them gives you a foundation that extends far beyond the classroom.

But even if you never use this specific technique again after school, the thinking matters. Learning to break a complex problem into smaller, manageable pieces? That's a skill that applies everywhere Most people skip this — try not to. Turns out it matters..


How to Solve a Quadratic Equation by Factoring

Now for the meat of it. Here's the step-by-step process, broken down so you can follow along.

Step 1: Write the Equation in Standard Form

I mentioned this earlier, but it bears repeating because it's where most mistakes happen.

Make sure your equation looks like ax² + bx + c = 0 — everything on one side, zero on the other.

Example: Start with: 2x² + 4x = 6x + 12 Subtract 6x and 12 from both sides: 2x² + 4x - 6x - 12 = 0 Simplify: 2x² - 2x - 12 = 0

Now it's ready Worth keeping that in mind..

Step 2: Factor the Quadratic Expression

This is the part that takes practice. You need to rewrite ax² + bx + c as a product of two binomials — two expressions in parentheses that multiply together.

For x² + 5x + 6, you need two numbers that:

  • Multiply together to give you c (6)
  • Add together to give you b (5)

The answer? 2 and 3. They multiply to 6 and add to 5 Worth knowing..

So: x² + 5x + 6 = (x + 2)(x + 3)

Not every problem is that clean. Sometimes the numbers are trickier. Sometimes you need to factor out a greatest common factor first. We'll cover the different scenarios shortly.

Step 3: Set Each Factor Equal to Zero

This is where the Zero Product Property kicks in.

If (x + 2)(x + 3) = 0, then:

  • x + 2 = 0
  • or x + 3 = 0

Write both equations out. Don't skip this step — it's where students lose points Less friction, more output..

Step 4: Solve for x

Now just solve each mini-equation:

  • x + 2 = 0 → x = -2
  • x + 3 = 0 → x = -3

And you're done. The solutions are x = -2 and x = -3.

Step 5: Check Your Work (Please)

This is optional in the sense that nobody can force you to do it. But it's required in the sense that you'll get wrong answers if you skip it Simple, but easy to overlook..

Plug your solutions back into the original equation. Do they make it equal zero?

For x = -2: (-2)² + 5(-2) + 6 = 4 - 10 + 6 = 0 ✓ For x = -3: (-3)² + 5(-3) + 6 = 9 - 15 + 6 = 0 ✓

Both work. You're gold Nothing fancy..


Different Factoring Methods You'll Encounter

Not every quadratic factors the same way. Here are the main scenarios you'll run into.

Factoring Out the Greatest Common Factor (GCF)

Sometimes every term in the expression shares a factor you can pull out front.

Take 2x² + 8x = 0. Every term has an x, and both coefficients are divisible by 2.

Factor out 2x: 2x(x + 4) = 0

Now you have two factors: 2x and (x + 4). Set each to zero:

  • 2x = 0 → x = 0
  • x + 4 = 0 → x = -4

Done That's the part that actually makes a difference. Turns out it matters..

Factoring the Difference of Squares

Some quadratics look like a² - b² — one squared term minus another squared term. These factor predictably: (a + b)(a - b).

Example: x² - 9 = 0

x² - 9 = (x + 3)(x - 3) = 0

Solutions: x = 3 or x = -3.

This works because (x + 3)(x - 3) = x² - 3x + 3x - 9 = x² - 9. The middle terms cancel out And that's really what it comes down to..

Factoring Trinomials When a > 1

This is where it gets trickier. When the coefficient in front of x² is something other than 1, you need to work a little harder It's one of those things that adds up. And it works..

Example: 2x² + 7x + 3 = 0

You need two binomials that multiply to give you this. Here's the mental checklist:

  1. The first terms need to multiply to 2x². So: (2x)(x) or (x)(2x).
  2. The last terms need to multiply to 3. So: (3)(1) or (1)(3).
  3. When you FOIL it all together, the middle term needs to be 7x.

Try (2x + 1)(x + 3):

  • First: 2x · x = 2x² ✓
  • Outer: 2x · 3 = 6x
  • Inner: 1 · x = x
  • Last: 1 · 3 = 3

Combine the middle terms: 6x + x = 7x. There it is And that's really what it comes down to..

So: 2x² + 7x + 3 = (2x + 1)(x + 3) = 0

Solutions: x = -1/2 or x = -3 Small thing, real impact. That's the whole idea..


Common Mistakes to Avoid

Let me save you some pain. These are the errors I see (and made) most often:

1. Forgetting to set factors equal to zero. Students factor correctly, then just... stop. They leave (x + 2)(x + 3) = 0 sitting there without solving. The factored form isn't the answer — the solutions are.

2. Moving terms incorrectly when setting up standard form. A sign error here will throw off everything. Double-check that you've moved everything to one side and have a clean zero on the other No workaround needed..

3. Trying to factor when it doesn't work. Not every quadratic factors nicely using integers. If you've tried the obvious pairs and nothing works, the equation might need a different method — like completing the square or the quadratic formula. That's not a failure; it's just math telling you to try another path No workaround needed..

4. Skipping the check. Seriously, just plug your answers back in. It takes five seconds and saves you from losing points Most people skip this — try not to..


Tips That Actually Work

A few things I've learned that make this process smoother:

  • Start with the easiest method. If there's a GCF, factor that out first. It often simplifies everything else.
  • Make a list of factor pairs. For c, write out all the integer pairs that multiply to it. Then see which ones add to b. This systematic approach beats guessing.
  • Practice with "nice" numbers first. Don't start with messy coefficients. Build your confidence with clean integers, then gradually work up.
  • Talk through it. Say the steps out loud: "I need two numbers that multiply to six and add to five. Two and three. So (x + 2)(x + 3). Then set each to zero..." Hearing yourself say it reinforces the logic.

Frequently Asked Questions

Can all quadratic equations be solved by factoring?

No. In those cases, you'd use the quadratic formula or complete the square instead. Some quadratic equations have solutions that are irrational numbers or don't simplify nicely. Factoring only works cleanly when the solutions are rational numbers (usually integers).

What's the difference between solving and factoring?

Factoring is the process — rewriting the quadratic as a product of two binomials. Solving is the goal — finding the values of x that make the equation true. Factoring is the tool; solving is what you do with it It's one of those things that adds up..

How do I know if I factored correctly?

Two ways: First, multiply your factored form back out and see if you get the original expression. Second, plug your solutions into the original equation and confirm you get zero. Either method catches most errors.

What if the quadratic has only two terms, like x² - 4 = 0?

That's a difference of squares — a special case. You can factor it as (x + 2)(x - 2) = 0, then solve for x = 2 or x = -2 Easy to understand, harder to ignore..

Why is it called a "quadratic" equation?

Because "quad" refers to four, and the area of a square is side². Plus, a quadratic equation involves the second power (x²). The term comes from the Latin quadratus, meaning "square Practical, not theoretical..


The Bottom Line

Solving quadratic equations by factoring comes down to three things: getting the equation in the right form, rewriting it as a product of two factors, and using the Zero Product Property to find your solutions.

It's a skill that builds on itself. Because of that, the more you practice, the faster you'll recognize the patterns. And once it clicks — really clicks — you'll have a tool you can use for life.

So grab some problems, start working through them, and don't stress if you get a few wrong at first. That's literally how everyone learns this. The fact that you're reading about it means you're already ahead of the curve.

New This Week

Straight from the Editor

Try These Next

Cut from the Same Cloth

Thank you for reading about How Do You Solve A Quadratic Equation By Factoring: Step-by-Step Guide. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home