Factoring Algebra- Methods and Practice
What Factoring Algebra Actually Is
Factoring is breaking down a complex expression into simpler parts that multiply together to give you the original. That's it. No magic, no philosophy. You take ax² + bx + c and you find what two things, when multiplied, produce it.
Why does this matter? Because factoring is the backbone of solving equations, simplifying expressions, and understanding how polynomials behave. Skip this and you'll hit a wall every time you encounter anything beyond basic algebra.
The Methods You're Going to Actually Use
1. Factoring Out the Greatest Common Factor (GCF)
This is the first thing you check every single time. Always. Look for what divides evenly into every term.
Example:
12x³ + 18x² + 6x
What's common? 6x divides into everything.
Factor it out: 6x(2x² + 3x + 1)
Done. That's your first step before attempting any other method.
2. Factoring Trinomials: The "AC" Method
When you have ax² + bx + c and a = 1, this is straightforward. Find two numbers that multiply to give you c but add to give you b.
Example:
x² + 5x + 6
What multiplies to 6 and adds to 5? 2 and 3.
Your answer: (x + 2)(x + 3)
When a ≠ 1, you use the AC method. Multiply a and c, find factors that sum to b, then split the middle term and factor by grouping.
3. Difference of Squares
Recognize this pattern: a² - b² = (a + b)(a - b)
Example:
49x² - 25
49x² is (7x)². 25 is 5².
Your answer: (7x + 5)(7x - 5)
This only works for difference. Sum of squares doesn't factor over the real numbers.
4. Perfect Square Trinomials
These are trinomials that come from squaring a binomial.
a² + 2ab + b² = (a + b)²
a² - 2ab + b² = (a - b)²
Example:
x² + 6x + 9
Check: x² is a², 9 is 3², and 6x = 2(x)(3). Yes, this is a perfect square.
Answer: (x + 3)²
5. Sum and Difference of Cubes
Less common but you'll need them eventually.
a³ + b³ = (a + b)(a² - ab + b²)
a³ - b³ = (a - b)(a² + ab + b²)
Example:
8x³ + 27
8x³ = (2x)³. 27 = 3³.
Answer: (2x + 3)(4x² - 6x + 9)
6. Factoring by Grouping
When you have four terms and no obvious GCF, try grouping.
Example:
3x³ + 2x² + 6x + 4
Group: (3x³ + 2x²) + (6x + 4)
Factor each group: x²(3x + 2) + 2(3x + 2)
Common binomial: (3x + 2)(x² + 2)
Quick Reference: Factoring Methods
| Method | Pattern | When to Use |
|---|---|---|
| GCF | ab + ac = a(b + c) | Always check first |
| Trinomials (a=1) | x² + bx + c | Two numbers multiply to c, add to b |
| Trinomials (a≠1) | AC Method | Use when a coefficient exists on x² |
| Difference of Squares | a² - b² | Two perfect squares being subtracted |
| Perfect Square Trinomial | a² ± 2ab + b² | First and last terms are perfect squares |
| Sum/Difference of Cubes | a³ ± b³ | Two perfect cubes being added or subtracted |
| Grouping | Four terms | No GCF across all terms |
How to Factor: Step-by-Step
Here's what you actually do when you see a polynomial:
- Step 1: Factor out the GCF. Always. No exceptions.
- Step 2: Count the terms.
- Two terms? Check for difference of squares or sum/difference of cubes.
- Three terms? Check if it's a perfect square trinomial. If not, use the trinomial method.
- Four terms? Try grouping.
- Step 3: Check each factor to confirm it multiplies back to the original.
That's the process. Don't overthink it. Don't invent new methods. Follow the checklist.
Where Students Actually Screw Up
- Skipping the GCF. This is the most common mistake. You always check for a common factor first.
- Forgetting to check for perfect squares. Before doing heavy trinomial work, see if the expression is already a perfect square.
- Getting the signs wrong. In trinomials, test your factors with a quick FOIL check. If the signs don't match, you messed up.
- Assuming sum of squares factors. x² + 4 doesn't factor over the real numbers. Stop trying to make it happen.
- Not practicing the cube formulas. Students memorize these, then freeze when they need them. Write them out until they're automatic.
Practice Problems
Factor these. Check your answers by multiplying back.
- 6x² + 9x
- x² - 4x - 12
- 25y² - 36
- x² + 10x + 25
- 2x³ + 12x² + 10x
- 8a³ - 1
Answers:
- 3x(2x + 3)
- (x - 6)(x + 2)
- (5y + 6)(5y - 6)
- (x + 5)²
- 2x(x² + 6x + 5) = 2x(x + 5)(x + 1)
- (2a - 1)(4a² + 2a + 1)
When You're Stuck
If you can't factor something, it might be prime—meaning it doesn't factor over the integers. x² + x + 1 is prime. Stop wasting time trying to break it down.
Also, the quadratic formula gives you the roots, which means you can write any trinomial as (x - r₁)(x - r₂) where r₁ and r₂ are the roots. This works when factoring by inspection fails.
x² + x - 2 = 0 has roots x = 1 and x = -2.
Therefore: (x - 1)(x + 2) = x² + x - 2. There it is.
The Bottom Line
Factoring isn't complicated. It's systematic. Learn the patterns, follow the checklist, and verify your work. That's all there is to it.