Factoring by grouping is used with expressions with 4 terms.
AC method is used for expressions with 3 terms, and as part of this method, factoring by grouping is included.
Let's look at the question to get a better understanding.
2x2 +7x +3
- Multiply the a (2) and the c (3) terms: ac = 2 x 3 = 6
- Next you need to identify the two numbers whose sum gives the b term while the product is the ac = 6. Numbers 1 and 6 satisfy this condition.
- Express 7x in terms of the two coefficients we discovered, i.e., 1 and 6 and rewrite the expression as follows:
2x2 +7x +3 = 2x2 +(6x + x) +3
- Group the 4-term expression into two binomial terms as follows:
(2x2 +6x) + (x +3)
- Factor out 2x from the first binomial as follows:
2x(x + 3) + (x+3)
- (x+3)is the common term in the above expression. Factor that out as follows:
(x + 3)(2x + 1) which is our answer.