What is the coefficient of$ x^6y^1$ in the expansion of $(3x^2+y)^4$?

381 Views Asked by At

So this is what I have so far. $(3x^2)^4$ + $\binom{4}{1}(3x^2)^3(y)$

Why is the answer not 4? How do I continue?

3

There are 3 best solutions below

0
On

$\binom{4}{1}(3x^2)^3 y = 4(3^3)(x^6)y = 108x^6y$ thus the coefficient is $108$

0
On

Recall that

$$(a+b)^4=\sum_{k=0}^4{4\choose k}a^kb^{4-k}$$ so in your case we take $k=3$ to get the desired coefficient: $3^3{4\choose 3}=27\times 4$

1
On

Note that $$(3x^2+y)^4 = \sum_{j=1}^4\binom{4}{j}(3x^2)^{4-j}y^j$$ Now we can pattern match to what you have. We are clearly interested in the case of $j=1$. Thus we consider $$\binom{4}{1}(3x^2)^3y =4\cdot 3^3x^3y \\ = 108x^3y$$