How can the factor by grouping method simplify polynomials with multiple terms?

  • Context:
  • Thread starter Thread starter mathdad
  • Start date Start date
  • Tags Tags
    Grouping
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
mathdad
Messages
1,280
Reaction score
0
Factor 8a^3 + 27b^3 + 2a + 3b.

8a^3 + 2a + 27b^3 + 3b

2a(4a^2 + 1) = Group A

3b(9b^2 + 1) = Group B

(4a^2 + 1)(9b^2 + 1)(2a + 3b)

Correct?
 
Mathematics news on Phys.org
I would factor as follows:

$$8a^3+27b^3+2a+3b=(2a)^2+(3b)^3+2a+3b=(2a+3b)\left(4a^2-6ab+9b^2\right)+(2a+3b)=(2a+3b)\left(4a^2-6ab+9b^2+1\right)$$

You grouping is valid, however they have no common factors, and so your factored expression isn't equivalent to the original expression.
 
In your final answer, where did + 1 come from?
 
RTCNTC said:
In your final answer, where did + 1 come from?

Think of it like this:

$$(2a+3b)\left(4a^2-6ab+9b^2\right)+(2a+3b)=(2a+3b)\left(4a^2-6ab+9b^2\right)+(2a+3b)\cdot1=(2a+3b)\left(4a^2-6ab+9b^2+1\right)$$

It's the same as writing:

$$xy+x=x(y+1)$$