My question is that what will be the remainder when $2^{30}\cdot 3^{20}$ is divided by $7$.
As it'll be practically non-sense to calculate such a large digit so I think one will have to use the binomial theorem. But I have no idea how to begin with it.
Further I also want to inform all you that I have no knowledge regarding the modular arithmetic (general method that discovered in SE and other sites), so please submit an alternative.
Thanks in advance.
Hint: Use binomial theorem and then divide by 7.
$2^{30}.3^{20}=2^{20}.3^{20}.2^{10}=1024.6^{20} = 1024 .(7-1)^{20}$
$1024\dot \,(1-7)^{20}=1024[1-^{20}C_1.7+^{20}C_2.7^2+\mathrm{other\ terms}]$
$=1024-^{20}C_1\dot \,7\dot \,1024+^{20}C_2\dot \,7^2\dot \,1024+\ldots+\mathrm{other\ terms}$
Now divide by $7$.
ADD:
Just to complete the answer I guess,
Since all the other terms except first are divisible by 7 your answer lies in only first term.