Factoring Polynomials
What is Factoring? 🤔
Factoring is like "un-multiplying" a polynomial. You break it down into simpler expressions (called factors) that multiply together to give you the original polynomial. It's super useful for solving quadratic equations and simplifying complicated algebraic expressions.
How to Factor (Step-by-Step)
For a quadratic in the form ax² + bx + c:
- Find two numbers that MULTIPLY to a×c and ADD to b.
- Rewrite the middle term (bx) using those two numbers.
- Factor by grouping the first two terms and the last two terms.
- Factor out the common binomial to get your final answer.
Worked Examples
Example 1: Factor x² + 5x + 6
We need two numbers that multiply to 6 and add to 5.
✅ The numbers are 2 and 3 (because 2×3=6 and 2+3=5).
So, x² + 5x + 6 = (x + 2)(x + 3).
Example 2: Factor 2x² + 7x + 3
Multiply a×c = 2×3 = 6. We need two numbers that multiply to 6 and add to 7.
✅ The numbers are 6 and 1.
Rewrite: 2x² + 6x + 1x + 3
Group: (2x² + 6x) + (1x + 3) = 2x(x + 3) + 1(x + 3)
Final Answer: (2x + 1)(x + 3)
Common Mistakes to Avoid ⚠️
- Wrong signs: Always double-check if your numbers add/subtract to give the correct middle term (b), especially with negatives.
- Forgetting the GCF: Always look for a Greatest Common Factor first! Factor it out before you start.
- Incorrect grouping: Make sure the binomials you factor out from each group are identical.
Tips & Tricks
- Master your multiplication tables! Finding the number pairs is much faster if you know them well.
- Check your work by "FOIL-ing" your final factors to see if you get the original polynomial.
- Remember the shortcut for simple trinomials where a=1: Just find the two numbers that multiply to c and add to b.
How to Practice
Start simple and build up!
- Begin with trinomials where a=1 (e.g., x² + bx + c).
- Move to trinomials where a>1 (e.g., 2x² + 5x + 3).
- Practice with negative terms (e.g., x² - 4x - 5).
- Always start by looking for a GCF to factor out first.
Try factoring these: x² + 8x + 12, 3x² - 14x - 5, 4x² + 12x + 9