Find a number $a\in[0,50]$ such that $a\equiv (105^{70}+1)^{15}\pmod {51}$
My question is there a simple way to solve this by hand? maybe using Fermat's little theorem or something?, I tried this way:
Since $105\equiv 3\pmod{51}$ I can write $(3^{70}+1)^{15}\pmod{51}$ and then to solve with long way $((3^4)^{10}3^{30}+1)^{15}\pmod{51}...$ with a lot of calculations I got $\color{green}{a=16}$ is a solution