Here is my question:
Find the coefficient of $x^3$ in the expansion of $(1 + 2x - 3x^2)^5.$
I know that I am suppose to use the multinomial theorem, but I don't know how to. The proof that's in my textbook approaches it using partial derivatives, as opposed to combinations and I was expecting an example of how to find the coefficient of some expression, but there wasn't any. I've been reading a couple other threads about how to find coefficients of terms and I came across this link and this link as well. After reading through everything, here is my approach:
$$(1)^j(2x)^k(-3x^2)^p,$$ where $(j + k + p )= 5$. Since I want to look for the coefficient of the $x^3$ term, do I have to find combinations such that $(j + k + p) = 5?$ So for example, let $j = 1, k = 1$ and $p = 1$. But this doesn't add up to $5$... and this is where I got stuck Perhaps there is a different approach. By the way, wolfram gave me a coefficient of $-40$.
I don't know why this problem in particular is hard for me. I can do a similar problem of the same type.
EDIT So as the answer below suggests, this problem can be solved using the binomial theorem, but how would it look like if we used the multinomial theorem?