If: $$(1+ax+bx^{2})^{10} = 1-30x+410x^{2}+...$$ find the value of a and b then find the coefficient of $x^{19}$ in this expansion.
I found $a=-3$ and $b=\frac{1}{2}$ by writing the trinomial as a binomial as follows: $$((1)+(ax+bx^{2}))^{10} = 1-30x+410x^{2}+...$$ But I have no idea how to find the coefficient of a specific power aside from expanding fully which would be an epic job in this case.
The answer in the book is $\frac{-15}{256}$.
How is this done?
You can use for the coefficients the triangle of Pascal which gives $$1,10,45,120,210,252,210,120,45,10,1$$
Then$$[(ax+bx^2)+1]^{10}=(ax+bx^2)^{10}+10(ax+bx^2)^9+.....+252(ax+bx^2)^5+...+1$$ From this you get
$$10a=-30\Rightarrow a=-3\\45a^2+10b=410\Rightarrow b=\frac 12$$
For the coefficient of $x^{19}$you can developpe $(ax+bx^2)^{10}$ (using the same coefficients above) which gives $10ab^9$ as coefficient of $x^{19}$. Do you have to find if $(ax+bx^2)^9$ and the others powers have a power $x^{19}$ to finish?