Let $N = 3^{105} + 4^{105}$. Show that $7 \vert N.$
So the rule for a number to be divisible by $7$ is that we have to take the last digit and double it and see if the difference between that and the original number is divisible by $7$.
This doesn't seem to be the way to go here since the number is huge. Using computer I managed to compute $N \equiv 7 \pmod{10}$, thus $7$ is the last digit of $N$. Now I would need to determine if $3^{105} + 4^{105} - 14$ is divisible by $7$ which isn't that easy to do. Also, I wasn't able even to compute the last digit by hand here, there seems to be an alternative way to go about this?