🧩 What is Factoring Quadratics?
Factoring is rewriting a quadratic expression (like ax² + bx + c) as a product of two simpler binomials. For example, turning x² + 5x + 6 into (x + 2)(x + 3). This is incredibly useful because it allows us to find the roots (or x-intercepts) of a quadratic equation, which is essential for graphing and solving real-world problems.
📝 Step-by-Step Guide (a = 1)
When the coefficient of x² is 1, follow these steps:
- Identify a, b, and c in the trinomial ax² + bx + c.
- Find two numbers that:
- Multiply to equal c
- Add to equal b
- Write the factors as (x + first number)(x + second number).
- Check your work by expanding (using FOIL) to ensure you get the original expression.
🔍 Worked Examples
Example 1: Factor x² + 7x + 12
- a=1, b=7, c=12
- Find two numbers that multiply to 12 and add to 7.
✅ Possibilities: 3 & 4 (because 3×4=12 and 3+4=7) - Write the factors: (x + 3)(x + 4)
- Check: (x+3)(x+4) = x² + 4x + 3x + 12 = x² + 7x + 12 ✔
Example 2: Factor x² - 3x - 10
- a=1, b=-3, c=-10
- Find two numbers that multiply to -10 and add to -3.
✅ Possibilities: -5 & 2 (because -5×2=-10 and -5+2=-3) - Write the factors: (x - 5)(x + 2)
- Check: (x-5)(x+2) = x² + 2x - 5x - 10 = x² - 3x - 10 ✔
⚠️ Common Mistakes to Avoid
- Incorrect Signs: This is the #1 error! Pay close attention to whether b and c are positive or negative. If c is positive, both numbers have the same sign. If c is negative, the numbers have opposite signs.
- Forgetting to Factor Out a GCF First: Always look for a Greatest Common Factor in all three terms before you start. For example, in 2x² + 8x + 6, first factor out the 2.
- Assuming All Quadratics are Factorable: Not all quadratics factor into nice integers. Some require the quadratic formula.
💡 Tips & Tricks
- The "AC" Method (for a ≠ 1): Multiply a and c. Find two numbers that multiply to this product and add to b. Rewrite the middle term and factor by grouping.
- Memory Aid: Think "M.A." - Multiply to Add. It reminds you of the relationship between the two numbers you're looking for.
- Check Your Factors! A quick FOIL check takes seconds and can save you from losing points on a test.
🎯 How to Practice
Mastery comes with consistent practice. Try this sequence:
- Start with simple trinomials where a=1 and all terms are positive.
- Move to trinomials where a=1 but b and/or c are negative.
- Challenge yourself with trinomials where a > 1.
- Create your own problems and solve them, or try to factor the quadratics you see in your homework and textbook examples before looking at the solution.