If the coefficient of $x^3$ in the expansion $(3x^2-2/x)^n$ is $-54$, find the value of $n$.
When I tried to do it using the normal expansion $nCr$, I ended up with 2 simultaneous equations (A&B) which cannot be solved.
$2n=3r$----A $\qquad nCr*3^{(n+1-r)}*(-2)^{(r-1)}=-54$ ----B
Please help :)
HINT Using the Binomial Theorem, you should get $$ (a+b)^n = \sum_{k=0}^n \binom{n}{k} a^k b^{n-k} $$ In your case, $a = 3x^2$ and $b = -2/x$. Can you