Property
To factor a trinomial in the form ax2+bx+c by grouping, find two numbers, p and q, that have a product of ac and a sum of b.
Rewrite the expression as ax2+px+qx+c.
Then, factor the GCF from the first pair of terms and the GCF from the second pair, and finally factor out the common binomial factor.
Examples
- To factor 3x2+10x+8, find two numbers that multiply to ac=24 and add to b=10. The numbers are 6 and 4. Rewrite as 3x2+6x+4x+8, which factors to 3x(x+2)+4(x+2), giving (3x+4)(x+2).
- To factor 2y2β5yβ12, find numbers that multiply to ac=β24 and add to b=β5. The numbers are β8 and 3. Rewrite as 2y2β8y+3yβ12, which factors to 2y(yβ4)+3(yβ4), giving (2y+3)(yβ4).
- To factor 4z2+13zβ12, find numbers that multiply to ac=β48 and add to b=13. The numbers are 16 and β3. Rewrite as 4z2+16zβ3zβ12, which factors to 4z(z+4)β3(z+4), giving (4zβ3)(z+4).
Explanation
When the leading coefficient isn't 1, we split the middle term into two new terms. This allows us to factor the polynomial in two halves, revealing a common binomial that can then be factored out for the final answer.