I have to prove the following statement by induction:
$P(n):5^{3n} + 2^{n+1}$ is a multiple of $3$ for all $n \in \mathbb{N}$
I started with the base case for $n=1$, which is true, and then, by taking $P(n)$ as true, $P(n+1)$ gives me $125 * 5^{3n} + 2 * 2^{n+1}$, and I can't see how to prove that this is a multiple of $3$... any suggestions? Thanks in advance!