Factoring
GeneralFactoring (Algebraic)
The quickest method for solving a quadratic equation when its roots are integers or simple fractions, rewriting the equation as a product of two linear factors and applying the zero-product property.
Definition
Factoring is a method for solving a quadratic equation by rewriting it as a product of two linear expressions, then applying the zero-product property, if two factors multiply to zero, at least one of them must equal zero. It's the fastest solving method when a quadratic's roots happen to be integers or simple fractions, though it doesn't work cleanly for every equation.
Unlike completing the square or the quadratic formula, which work for any quadratic regardless of how messy the numbers are, factoring by inspection depends on being able to spot the right integer or fraction pair, a skill that gets faster with practice but isn't guaranteed to work quickly for every equation.
Formula
axยฒ + bx + c = 0 โ a(x โ p)(x โ q) = 0
Where p and q are the equation's roots, found by identifying two numbers that multiply to give aรc and add to give b.
Worked Example
Solve xยฒ + 7x + 12 = 0 by factoring:
- Find two numbers that multiply to 12 and add to 7: those numbers are 3 and 4
- Rewrite: (x + 3)(x + 4) = 0
- Apply the zero-product property: x + 3 = 0 or x + 4 = 0
- Solve: x = โ3 or x = โ4
Checking both values against the original equation confirms they satisfy xยฒ + 7x + 12 = 0.
Key Things to Know
- The discriminant predicts whether clean factoring is even possible. A perfect square discriminant means rational factors exist, otherwise factoring by inspection will be frustrating or impossible.
- Look for two numbers that multiply to aรc and add to b. This is the core pattern-matching step for factoring a quadratic where the leading coefficient a isn't 1.
- Not every quadratic factors nicely, and that's expected. Many real-world quadratics don't have clean integer roots, in those cases, switching to the quadratic formula is faster than continuing to hunt for factors.
- Factored form directly reveals the roots. Once written as (x โ p)(x โ q) = 0, the solutions p and q are immediately visible, no further calculation needed.
- Practice speeds up pattern recognition significantly. Spotting factor pairs quickly is a skill that improves with repetition, making factoring genuinely faster than other methods once it's familiar.
Frequently Asked Questions