I've been stuck on this problem on my homework for a while. I have a expression
$$\sum_{k=0}^n {n \choose k}5^{3n+k}(-6)^{2k-2}$$
which I need to re-write in the form of
$$(x+y)^n = \sum_{k=0}^n {n \choose k}x^{n-k}y^k$$
so that I can use the binomial theorem and turn it into closed form.
I'm able to figure out the $(-6)^{2k-2} = ((-6)^2)^{k-1} = 36^{k-1} = \frac{36^k}{36}$ part of the expression, but I can't figure out how to rewrite $5^{3n+k}$ as $x^{n-k}$.
Hint: $5^{3n+k}=5^{3n}5^k = (5^3)^n(5^{-1})^{-k}$... Do you see how to continue?