Factoring trinomials: use product and sum, not random guessing
For x² + bx + c, find two numbers with product c and sum b. For ax² + bx + c, split the middle term using product ac.
How to recognize the method, run it, and know when it is the wrong choice.
Updated July 13, 2026Factoring reverses polynomial multiplication. The middle coefficient comes from a sum; the constant comes from a product.
The monic case has two clean conditions
When the leading coefficient is one, list factor pairs of c and choose the pair whose sum is b. Signs follow from the product and sum.
A positive c means the pair has matching signs; a negative c means opposite signs.
Use ac to handle a leading coefficient
For ax² + bx + c, find numbers whose product is ac and whose sum is b. Split bx into those two terms, then factor by grouping.
This method is systematic and makes every coefficient visible, which is safer than guessing binomial fronts and backs.
Not every trinomial factors over the integers
If no integer pair works, the trinomial may be prime over the integers even though it factors over the reals or complex numbers.
The discriminant b² − 4ac predicts the root structure and can explain why integer factoring fails.
Factor 6x² + 11x + 3.
Multiply the leading and constant coefficients.
Choose the product-sum pair.
Split the middle term.
Factor each group.
Factor the shared binomial.
Common mistakes
- Looking for a product of c instead of ac when a ≠ 1.
- Choosing a pair with the right product but wrong sum.
- Declaring failure after one factor pair.
Three takeaways
- Factoring reverses multiplication.
- Use product ac and sum b.
- Some trinomials are prime over the integers.