Learn essential techniques for factoring quadratic and polynomial expressions, a fundamental skill for solving equations on the SAT.
Factoring is the process of breaking down an expression into simpler parts (factors) that when multiplied together give the original expression.
For expressions in the form x² + bx + c:
Example: Factor x² + 5x + 6
Find numbers that multiply to 6 and add to 5 → 2 and 3
Solution: (x + 2)(x + 3)
Example: Factor 2x² + 7x + 3
AC = 2×3 = 6. Find numbers: 6 and 1 (6×1=6, 6+1=7)
Rewrite: 2x² + 6x + x + 3
Group: (2x² + 6x) + (x + 3) = 2x(x + 3) + 1(x + 3)
Solution: (2x + 1)(x + 3)
Pattern | Form | Factored Form |
---|---|---|
Difference of Squares | a² - b² | (a + b)(a - b) |
Perfect Square Trinomial | a² + 2ab + b² | (a + b)² |
Perfect Square Trinomial | a² - 2ab + b² | (a - b)² |
Sum/Difference of Cubes | a³ ± b³ | (a ± b)(a² ∓ ab + b²) |
Useful for polynomials with 4 or more terms:
Example: Factor x³ + 2x² + 3x + 6
Group: (x³ + 2x²) + (3x + 6)
Factor groups: x²(x + 2) + 3(x + 2)
Common factor: (x + 2)(x² + 3)
Which of the following is the fully factored form of the expression 3x² - 12x - 36?
Follow these steps:
Step-by-Step Solution:
1. Factor out GCF (3): 3(x² - 4x - 12)
2. Factor quadratic: Find two numbers that multiply to -12 and add to -4 → -6 and +2
3. Write factored form: 3(x - 6)(x + 2)
4. Verify by expanding: 3[(x)(x) + (x)(2) + (-6)(x) + (-6)(2)] = 3[x² + 2x - 6x - 12] = 3[x² - 4x - 12] = 3x² - 12x - 36 ✓
The correct answer is A) 3(x - 6)(x + 2).