Find the coefficient of $ x^{8} $ in the expansion of $ (1+x^2-x^3)^{9} $ I know the problem is simple if we use multinomial theorem and I got an answer $ 378 $ using it. Can someone check it and also provide a shorter method if possible.!
2026-03-25 07:49:33.1774424973
On
Coefficient problem in algebra
61 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
You may reduce it to using the binomial theorem only as follows:
\begin{eqnarray*}[x^8](1+x^2-x^3)^{9} & = & [x^8](1+x^2(x-1))^{9} \\ & = & [x^8]\sum_{k=0}^9 \binom{9}{k}x^{2k}(x-1)^k\\ & = & [x^8]\sum_{k=\color{blue}{3}}^{\color{blue}{4}}\binom{9}{k}x^{2k}(x-1)^k\\ & = & \binom{9}{3}[x^2](x-1)^3 + \binom{9}{4}[x^0](x-1)^4\\ & = & 3\binom{9}{3} + \binom{9}{4}\\ & = & 378\\ \end{eqnarray*}
That is correct. Multinomial theorem is the shortest proof here, the point being only 4 $x^2$s or one $x^2$ and two $x^3$ (the rest being $1$s) can give a product $x^8$. So you can almost just write down the answer $$ \binom{9}{5,4,0}+\binom{9}{6,1,2}(-1)^2=126+252=378. $$