Property
How to factor trinomials of the form ax2+bx+c using trial and error.
- Write the trinomial in descending order of degrees.
- Factor any GCF. If the leading coefficient is negative, the GCF will be negative.
- Find all the factor pairs of the first term (ax2). These will be the first terms of your binomial factors.
- Find all the factor pairs of the third term (c). These will be the last terms.
- Test all possible combinations of the factors. The correct combination is the one where the sum of the inner and outer products equals the middle term (bx).
- Check by multiplying.
Examples
- To factor 2x2+9x+10, the factors of 2x2 are (x,2x). The factors of 10 are (1,10) and (2,5). Testing combinations, we find (x+2)(2x+5) gives 5x+4x=9x. So, the factors are (x+2)(2x+5).
- To factor 6y2−19y+10, we need two negative factors for 10. Factors of 6y2 include (2y,3y). Testing combinations, (2y−5)(3y−2) gives −4y−15y=−19y. So, the factors are (2y−5)(3y−2).
- To factor 12x3+4x2−16x, first factor out the GCF, 4x. This gives 4x(3x2+x−4). Factoring the trinomial, we get $4x(3x+4)(x-1).
Explanation
This method is a systematic puzzle. You list all possible factors for the first (a) and last (c) coefficients and test pairs. Keep trying combinations until the 'Outer' and 'Inner' products from FOIL add up to the middle term.