Factoring Out Common Factors- Expression Methods
What Factoring Out Common Factors Actually Means
Factoring out common factors is the process of finding what multiplies with other terms to give you the original expression. You're essentially working backward from multiplication—identifying the shared building blocks that exist in every term of your expression.
It's not complicated. Take 6x + 12. Both terms share a factor of 6. Factor it out and you get 6(x + 2). That's it. That's the whole concept.
If this still confuses you, revisit multiplication basics first. Factoring won't make sense until you understand how multiplication builds expressions.
Why Bother Factoring?
Factoring matters because it simplifies everything that comes next:
- Simplifying fractions becomes possible
- Solving equations gets easier
- Graphing reveals x-intercepts
- Polynomial division requires factored forms
You can't solve quadratic equations efficiently without factoring. You can't simplify rational expressions. The entire structure of algebra depends on this skill.
Master it or struggle through everything else.
How to Identify Common Factors
Step 1: Examine the Numbers
Look at the coefficients. Find the greatest common factor (GCF)—the largest number that divides evenly into every coefficient.
For 8 and 12, the GCF is 4. For 15 and 25, it's 5. For 7 and 14, it's 7.
Step 2: Examine the Variables
Find which variable factors appear in every term. If every term has x, factor out one x. If every term has x², factor out x².
Expression: 4x³ + 8x²
- Numbers: GCF of 4 and 8 is 4
- Variables: Both terms have x² as the highest common power
- Combined: Factor out 4x²
Result: 4x²(x + 2)
Step 3: Check for Hidden Factors
Sometimes you miss factors hiding in parentheses. Always factor completely.
3x + 6y + 12z
The GCF of coefficients 3, 6, and 12 is 3. No variable appears in all terms, so only factor out 3:
3(x + 2y + 4z)
Getting Started: Factoring Step-by-Step
Example 1: Basic
Factor: 14x + 21
- GCF of 14 and 21 = 7
- No variable in both terms
- Factor out 7
Answer: 7(2x + 3)
Example 2: With Variables
Factor: 12x² + 18x
- GCF of 12 and 18 = 6
- Both terms have x (at least x¹)
- Factor out 6x
Answer: 6x(2x + 3)
Example 3: Multiple Variables
Factor: 15x³y² + 10x²y³
- GCF of 15 and 10 = 5
- Lowest power of x in both terms: x²
- Lowest power of y in both terms: y²
- Factor out 5x²y²
Answer: 5x²y²(3x + 2y)
Example 4: Four Terms
Factor: ax + ay + bx + by
Group terms with common factors:
(ax + ay) + (bx + by)
Factor each group:
a(x + y) + b(x + y)
Factor out the common binomial (x + y):
Answer: (x + y)(a + b)
Factoring Methods Comparison
| Method | When to Use | Example |
|---|---|---|
| GCF Factoring | When terms share a common factor | 6x + 9 = 3(2x + 3) |
| Grouping | Four-term expressions | ax + ay + bx + by |
| Difference of Squares | a² - b² form | x² - 9 = (x+3)(x-3) |
| Trinomial Factoring | ax² + bx + c expressions | x² + 5x + 6 |
| Perfect Cube | a³ + b³ or a³ - b³ | x³ + 8 = (x+2)(x²-2x+4) |
Common Mistakes That Cost You Points
Mistake 1: Forgetting to check all terms
Students see x in the first two terms and forget the third. Always check every term systematically.
Mistake 2: Factoring out the wrong GCF
For 24 and 36, the GCF is 12, not 6. Take the largest common factor.
Mistake 3: Leaving terms unfactored inside parentheses
6x + 9 factored as 3(2x + 3) is correct. Factored as 3(6x + 9) is wrong—you haven't simplified anything.
Mistake 4: Forgetting negative signs
Factor -3 from 6x - 9 gives -3(-2x + 3). Most students write 3(2x - 3). Both are technically correct, but watch your signs carefully.
Factoring vs. Distributing: Know the Difference
Distributing multiplies: 3(x + 4) = 3x + 12
Factoring reverses this: 3x + 12 = 3(x + 4)
If you can distribute correctly, you can factor. They're the same operation reversed.
Quick Reference: Factoring Checklist
- Find the GCF of all coefficients
- Find the lowest power of each variable present in every term
- Combine both into your factored term
- Divide each original term by the factored term
- Write the result with parentheses around the remaining terms
- Verify by distributing—do you get the original expression back?
When Factoring Gets More Complex
Not all expressions have obvious common factors. Sometimes you need to rewrite terms to reveal hidden factors.
Example: Factor 2x² + 8
At first glance, no variable is common. But 8 = 2(4). So:
2x² + 8 = 2x² + 2(4) = 2(x² + 4)
Always look for ways to rewrite coefficients to expose common factors.
Final Warning
Factoring isn't optional. It's not a side skill. Every advanced algebra operation assumes you can factor quickly and correctly. Quadratic equations, rational expressions, polynomial division—all of it falls apart if your factoring is weak.
Practice until it's automatic. Test every answer by distributing back. If you don't get the original expression, you made a mistake somewhere.