Factoring Polynomial Equations- Techniques and Examples
What Factoring Polynomials Actually Is
Factoring is reverse distribution. Instead of multiplying terms out, you're breaking a polynomial down into pieces that multiply back together. That's it. No magic, no mystery—just working backward from FOIL.
You need this skill because factoring lets you solve equations, simplify expressions, and find x-intercepts. Every algebra course tests this. Every standardized test assumes you know it. So learn it properly.
The Building Blocks First
Before touching polynomials, make sure you know these terms cold:
- Monomial — a single term like 3x² or -7xy
- Binomial — two terms like x + 5 or 2x - 3
- Trinomial — three terms like x² + 5x + 6
- Degree — the highest exponent in the polynomial
- Leading coefficient — the number in front of the highest-degree term
If any of those made you pause, stop here. Go review. You'll just confuse yourself otherwise.
Factoring Out the GCF First — Always
Before doing anything else, check for a Greatest Common Factor. Find the biggest number and variable combination that divides into every term.
Example:
12x³ + 18x² - 6x
GCF = 6x
Factor it out:
6x(2x² + 3x - 1)
That's the first step. Always. Check for a GCF in every polynomial you touch.
Factoring Trinomials: The Core Skill
When a = 1 (coefficient of x² is just 1)
For x² + bx + c, you need two numbers that multiply to c and add to b.
Example: x² + 7x + 12
What multiplies to 12 and adds to 7? 3 and 4.
Answer: (x + 3)(x + 4)
Check by FOIL: x·x = x², x·4 + x·3 = 7x, 3·4 = 12. Works.
Example: x² - 5x + 6
What multiplies to 6 and adds to -5? -2 and -3.
Answer: (x - 2)(x - 3)
When a ≠ 1 (coefficient is something other than 1)
More complicated. You have two options:
Method 1: The AC Method
For 2x² + 7x + 3:
- Multiply a and c: 2 × 3 = 6
- Find two numbers that multiply to 6 and add to 7: 6 and 1
- Split the middle term: 2x² + 6x + x + 3
- Factor by grouping: 2x(x + 3) + 1(x + 3)
- Pull out the common binomial: (x + 3)(2x + 1)
Method 2: Guess and Check
Try (2x + ?)(x + ?) combinations. Adjust until it works. Slower, but some people find it more intuitive.
The Special Patterns You Must Memorize
Difference of Squares
a² - b² = (a + b)(a - b)
Example: 4x² - 9
√4x² = 2x. √9 = 3.
Answer: (2x + 3)(2x - 3)
Example: 16y² - 1
Answer: (4y + 1)(4y - 1)
Perfect Square Trinomials
a² + 2ab + b² = (a + b)²
a² - 2ab + b² = (a - b)²
Example: x² + 10x + 25
√x² = x. √25 = 5. The middle term (10x) equals 2(x)(5). So it's a perfect square.
Answer: (x + 5)²
Sum and Difference of Cubes
a³ + b³ = (a + b)(a² - ab + b²)
a³ - b³ = (a - b)(a² + ab + b²)
These are ugly. Memorize them or derive them when needed.
Example: 27x³ - 8
∛27x³ = 3x. ∛8 = 2.
Answer: (3x - 2)(9x² + 6x + 4)
Factoring by Grouping
Works when you have four terms with no obvious GCF.
Example: 3x³ + 2x² + 9x + 6
- Group the first two and last two: (3x³ + 2x²) + (9x + 6)
- Factor each group: x²(3x + 2) + 3(3x + 2)
- Pull out the common binomial: (3x + 2)(x² + 3)
Doesn't always work. If the binomials don't match, try a different grouping.
How to Approach Any Polynomial
Follow this checklist in order:
- Check for a GCF — factor it out first
- Count the terms — this tells you what to try
- Two terms? — difference of squares, sum/difference of cubes
- Three terms? — trinomial factoring (AC method or guess)
- Four terms? — try grouping
- Check your answer — multiply it back out
Common Mistakes That Cost You Points
- Forgetting to check for a GCF before trying other methods
- Getting the signs wrong when factoring negative trinomials
- Not checking your work by FOILing the answer
- Confusing (a - b)² with a² - b² — they're not the same
- Dropping terms when factoring out a GCF
Quick Reference Table
| Pattern | Form | Factored Form |
|---|---|---|
| GCF | ax + ay | a(x + y) |
| Difference of Squares | a² - b² | (a + b)(a - b) |
| Perfect Square Trinomial | a² + 2ab + b² | (a + b)² |
| Perfect Square Trinomial | a² - 2ab + b² | (a - b)² |
| Sum of Cubes | a³ + b³ | (a + b)(a² - ab + b²) |
| Difference of Cubes | a³ - b³ | (a - b)(a² + ab + b²) |
Getting Started: Practice Method
Don't just read this. Work problems.
- Start with trinomials where a = 1. Get those down cold.
- Add GCF factoring to every problem automatically.
- Move to trinomials where a ≠ 1 once the basics feel automatic.
- Learn the special patterns. They come up constantly.
- Always, always check your work by multiplying the factors back out.
You'll know you've got it when you can factor x² + 4x + 4 in under five seconds. Until then, keep drilling.