Factoring Polynomials
1 / 7
Hook
Multiplication in reverse
You know (x + 3)(x + 2) = x² + 5x + 6. Factoring is the reverse: given x² + 5x + 6, find that it came from (x + 3)(x + 2). It's like un-multiplying — and it's essential for solving quadratic equations.