The problem I am facing is that with each term, number of ways to achieve $x^{n-1}$ is increasing, so it is getting very difficult to club all the cases together. Please provide some insight.
2026-04-03 07:28:03.1775201283
Coefficient of $x^{n-1}$ in the given expansion
163 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2

Let $a=x+3$ and $b=x+2$. Note that $$a^{n+1}-b^{n+1}=(a-b)(a^n +a^{n-1}b+\cdots +b^n).$$ In our case we have $a-b=1$. So we want the coefficient of $x^{n-1}$ in the expansions of $(x+3)^{n+1}$ and $(x+2)^{n+1}$. These are not hard to compute. The first is $3^2\binom{n+1}{2}$ and the second is $2^2\binom{n+1}{2}$. Subtract.