Factoring Math- Techniques and Examples Explained
What Factoring Actually Is (And Why You Need to Know It)
Factoring is breaking down a complex mathematical expression into simpler parts that, when multiplied together, give you the original expression. Think of it like reverse-engineering multiplication.
It's not optional math fluff. Factoring is essential for solving equations, simplifying expressions, and working with polynomials. If you're taking algebra, you'll use factoring constantly.
The Main Factoring Techniques You Must Know
1. Factoring Out the Greatest Common Factor (GCF)
This is the first thing you should always check. Find the largest factor that divides into every term.
Example:
12x³ + 18x²
The GCF is 6x². Pull it out:
6x²(2x + 3)
That's it. Simple, effective, and you should do this before trying anything else.
2. Factoring Trinomials
Trinomials look like ax² + bx + c. The goal is to find two binomials that multiply to give you this result.
Example:
x² + 5x + 6
You need two numbers that multiply to 6 and add to 5. Those numbers are 2 and 3.
(x + 2)(x + 3)
For trickier ones where a ≠ 1, you may need to use grouping or the AC method. It takes practice.
3. Difference of Squares
This pattern only works for expressions that subtract two perfect squares.
Formula: a² - b² = (a + b)(a - b)
Example:
x² - 16
This is x² - 4², so:
(x + 4)(x - 4)
Don't try this with addition. It doesn't work that way.
4. Perfect Square Trinomials
These are the result of squaring a binomial.
Formulas:
- a² + 2ab + b² = (a + b)²
- a² - 2ab + b² = (a - b)²
Example:
x² + 6x + 9
Square root of x² is x. Square root of 9 is 3. The middle term is 2(x)(3) = 6x. It fits.
(x + 3)²
5. Factoring by Grouping
Useful when you have four terms. Group them, factor out the GCF from each group, then look for a common binomial factor.
Example:
x³ + 3x² + 2x + 6
Group: (x³ + 3x²) + (2x + 6)
Factor each: x²(x + 3) + 2(x + 3)
Common factor: (x + 3)
Answer: (x + 3)(x² + 2)
6. Sum and Difference of Cubes
Less common but you'll see them eventually.
- Sum of cubes: a³ + b³ = (a + b)(a² - ab + b²)
- Difference of cubes: a³ - b³ = (a - b)(a² + ab + b²)
The signs in the trinomial part follow a specific pattern. Remember: SOAP — Same, Opposite, Always Positive.
Quick Reference: Factoring Methods Comparison
| Method | Best Used When | Pattern/Formula |
|---|---|---|
| GCF | Every term shares a common factor | Extract largest common factor |
| Trinomials (a=1) | x² + bx + c | Find two numbers that multiply to c and add to b |
| Trinomials (a≠1) | ax² + bx + c | AC method or grouping |
| Difference of Squares | Two perfect squares subtracted | a² - b² = (a+b)(a-b) |
| Perfect Square Trinomial | Result of squaring a binomial | a² ± 2ab + b² |
| Grouping | Four terms available | Group, factor each, find common binomial |
| Cubes | Sum or difference of perfect cubes | a³ ± b³ formulas |
Getting Started: How to Factor Any Polynomial
Follow this order. Don't skip steps.
- Check for GCF first. Always. Factor it out completely before doing anything else.
- Count the terms.
- 2 terms → Difference of squares or cubes
- 3 terms → Trinomial factoring
- 4 terms → Try grouping
- Identify the pattern. Does it match any special forms?
- Check your work. Multiply the factors back out. They must give you the original expression.
Common Mistakes to Avoid
- Skipping the GCF step and getting stuck on more complex factoring
- Forgetting that factoring requires practice — you won't get it instantly
- Not checking your work by redistributing
- Assuming every trinomial can be factored nicely — some are prime
- Confusing addition and subtraction in special patterns
Why This Matters
Factoring isn't a chapter you learn and forget. You'll use these skills when solving quadratic equations, simplifying rational expressions, and working with polynomial functions. The time you spend mastering factoring now saves you frustration later.
Work through practice problems daily. Use the comparison table as a reference until the patterns become automatic. There's no shortcut — you just have to do the work.