How do you factor x^2 + 2x + 4x + 8 by grouping?
1 Answer
May 15, 2016
Explanation:
Group the terms using parentheses:
(x^2+2x)+(4x+8)
Identify the common factor inside each pair of parentheses and separate it out:
x(x+2)+4(x+2)
Combine the coefficients of the common factor:
(x+4)(x+2)
I would normally simply write this:
x^2+2x+4x+8
=(x^2+2x)+(4x+8)
=x(x+2)+4(x+2)
=(x+4)(x+2)