How to Solve a Quadratic Equation by Factoring

How to Solve a Quadratic Equation by Factoring How to Solve a Quadratic Equation by Factoring

Solving quadratic equations is a fundamental skill in algebra, and one of the most straightforward methods is factoring. While not all quadratic equations are easily factorable, when they are, factoring is often the quickest and cleanest approach. In this post, we’ll walk you through what factoring is, the steps involved, and give real examples to help you grasp the method confidently.


What Is Factoring in Mathematics?

Factoring involves breaking down a complex expression into simpler expressions (called “factors”) that, when multiplied together, give you the original expression.

In the case of quadratic equations, we’re typically working with an equation in the standard form:

ax² + bx + c = 0

Factoring means rewriting this equation as:

(mx + n)(px + q) = 0

Once you factor the quadratic into this form, you can apply the Zero Product Property, which states:

If (A)(B) = 0, then either A = 0 or B = 0.

This property allows you to solve for the variable x.


Step-by-Step: How to Solve a Quadratic Equation by Factoring

Let’s go through the steps in detail.


Step 1: Write the Equation in Standard Form

Before factoring, make sure your equation is written like:

ax² + bx + c = 0

Example:
Solve x² + 5x + 6 = 0

Already in standard form.


Step 2: Look for a Greatest Common Factor (GCF)

Check if there’s a common factor you can factor out from all terms.

In our example, x² + 5x + 6, there is no GCF other than 1, so we move to the next step.

How to Solve a Quadratic Equation by Factoring
How to Solve a Quadratic Equation by Factoring

Step 3: Factor the Quadratic Expression

We need to find two numbers that multiply to c (6) and add up to b (5).

Numbers that fit: 2 and 3

So we rewrite the equation:

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


Step 4: Apply the Zero Product Property

Set each factor equal to zero:

x + 2 = 0x = -2
x + 3 = 0x = -3


Step 5: Check Your Work

Plug both values of x back into the original equation to verify:

  • For x = -2 → (-2)² + 5(-2) + 6 = 4 – 10 + 6 = 0 ✅

  • For x = -3 → (-3)² + 5(-3) + 6 = 9 – 15 + 6 = 0 ✅

Both are valid solutions.


More Examples of Factoring Quadratics

Example 1: With a GCF

Solve: 2x² + 4x = 0

Step 1: Factor out the GCF, which is 2x:

2x(x + 2) = 0

Apply Zero Product Property:

  • 2x = 0x = 0

  • x + 2 = 0x = -2

Solutions: x = 0, -2


Example 2: Leading Coefficient ≠ 1

Solve: 3x² + 11x + 6 = 0

We need two numbers that multiply to (3 × 6 = 18) and add to 11.

Those numbers are 9 and 2.

Rewrite the middle term:

3x² + 9x + 2x + 6

Group and factor:

(3x² + 9x) + (2x + 6)
3x(x + 3) + 2(x + 3)

Factor again:

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

Solutions:

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

  • x + 3 = 0x = -3


When Is Factoring the Best Method?

Factoring is ideal when:

  • The quadratic is simple (especially when a = 1).

  • The roots are rational and easy to find.

  • Time is limited, such as on a standardized test.

But if the equation doesn’t factor easily, you may need to use other methods like:

  • The quadratic formula

  • Completing the square

  • Graphing


Tips for Successful Factoring

  • Always check for a GCF before doing anything else.

  • Practice your multiplication tables – they’re essential!

  • If you can’t find two numbers that satisfy the condition, the equation may not be factorable using integers.

  • Double-check your factored form by expanding to ensure it matches the original.


Common Mistakes to Avoid

  1. Not setting the equation to zero
    You must rewrite the equation in ax² + bx + c = 0 form.

  2. Forgetting to check for a GCF
    This simplifies the process significantly.

  3. Choosing the wrong factors
    Always double-check that the factors add and multiply to the correct values.

  4. Incorrect signs
    Pay close attention to negative and positive signs in both factors and the original equation.


Conclusion

Factoring is a foundational method for solving quadratic equations and a skill every math student should master. It’s efficient, logical, and provides exact solutions when applicable. The key is recognizing patterns, understanding the structure of quadratics, and practicing regularly. With the steps outlined in this post, you’ll be solving factored quadratics with confidence in no time.