Find the last 10 digits of the number $9511627776^{195761}2^{17}$.
Well, I know I just have to perform $$9511627776^{195761}2^{17} \mod 10^{10}$$
and I know that $195761$ is prime. Also, $9511627776 \equiv 2^{40} \mod 10^{10}$. Where do we go from here?