Solving Quadratics by Factoring- Complete Tutorial

What Is Factoring and Why Bother?

Factoring is the fastest way to solve a quadratic equation—when it works. Instead of plugging numbers into the quadratic formula, you reverse-engineer the equation into two simpler pieces. If the quadratic has clean integer solutions, factoring is usually 30 seconds of work instead of 2 minutes of formula memorization.

Most textbooks throw factoring at you around Algebra 1 or 2, then act surprised when students struggle. The truth is, the process is straightforward. You just need to know the steps.

What You Need Before Starting

If you stumble on any of these, fix that gap first. Factoring builds on basics—you can't skip steps and expect it to click.

The Zero Product Property: The Only Rule That Matters

Everything in factoring comes down to one principle:

If A × B = 0, then A = 0 or B = 0.

That's it. When your factored equation gives you two binomials multiplied together equaling zero, you set each binomial equal to zero separately. One of them (or both) will give you a valid solution.

The Factoring Process, Step by Step

Step 1: Make Sure It's Standard Form

Your equation must equal zero. If you have x² + 5x + 6 = 12, subtract 12 from both sides first. You need x² + 5x - 6 = 0 before anything else.

Step 2: Find Two Numbers That Multiply to "c" and Add to "b"

For x² + bx + c, you're hunting for two numbers that:

Example: x² + 5x + 6

Your numbers are 2 and 3.

Step 3: Write the Factored Form

Replace "b" with your two numbers, split across two binomials:

(x + 2)(x + 3) = 0

Step 4: Solve Each Binomial

Set each piece equal to zero and solve:

Done. Two solutions: x = -2 and x = -3.

Worked Examples

Example 1: Positive "c" with Positive "b"

Solve x² + 7x + 12 = 0

Find factors of 12 that add to 7: 3 and 4.

(x + 3)(x + 4) = 0

x = -3 or x = -4

Example 2: Negative "c"

Solve x² - 5x + 6 = 0

Factors of 6 that add to -5: -2 and -3.

(x - 2)(x - 3) = 0

x = 2 or x = 3

Example 3: Negative "c" with Negative "b"

Solve x² + x - 12 = 0

Factors of -12 that add to 1: 4 and -3.

(x + 4)(x - 3) = 0

x = -4 or x = 3

Example 4: Leading Coefficient Greater Than 1

Sometimes you get 2x² + 5x - 3 = 0. This is trickier.

You need factors of (2 × -3) = -6 that add to 5. That's 6 and -1.

Rewrite: 2x² + 6x - x - 3 = 0

Factor by grouping:

2x(x + 3) - 1(x + 3) = 0

(2x - 1)(x + 3) = 0

x = ½ or x = -3

When Factoring Won't Work

Not every quadratic factors nicely. Some have:

When that happens, use the quadratic formula. It's not a failure—factoring just isn't the right tool for those problems.

Quick Reference: Factoring vs. Quadratic Formula

Method Best When Speed
Factoring Clean integer factors exist Fast (if you spot the factors)
Quadratic Formula Factoring is messy or impossible Reliable but slower
Graphing You need visual confirmation Depends on tools available

Common Mistakes That Blow the Answer

Practice: Solve These on Your Own

Try these before checking answers:

  1. x² + 8x + 15 = 0
  2. x² - 9x + 20 = 0
  3. x² + 2x - 15 = 0
  4. 2x² - 7x + 3 = 0

Answers: 1) x = -3, -5 | 2) x = 4, 5 | 3) x = 3, -5 | 4) x = 3, ½

The Bottom Line

Factoring works when the numbers cooperate. When they don't, move on. The goal is solving the equation—not forcing a particular method. Know your options, know when each applies, and don't waste time on factoring when the quadratic formula is the cleaner path.