Find the exponent for $x^2$ in the expansion of:
$(\frac{x}{3} - \frac{1}{x^3})^{10}$
What trips me up is that the second term is negative. Though I find using the binomial theorem that the expansion should be a sum of terms on the form:
${ 10 \choose k}(\frac{x}{3})^k(-\frac{1}{x^3})^{10-k} $
But according to the solution, that is wrong. The form is supposed to be:
${ 10 \choose k}(\frac{x}{3})^k(\frac{1}{x^3})^{3(10-k)} $
A solution is then found for $k = 8$ which is simple. But I don't understand why my form is wrong and the solutions form is right. Why is the coefficient for the second factor $3(10-k)$ and where did the negative sign go?
The solution for the problem is supposed to be:
$3^{-8}{ 10 \choose 8 }$