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!
$P(n)$ being true means that $$ 5^{3n}+2^{n+1} = 3k, $$ for some $k \in \mathbb Z$. Now write $$ 125 \cdot 5^{3n} + 2\cdot2^{n+1} = 123 \cdot 5^{3n} + 2 (5^{3n}+2^{3n}) = 3 \cdot 41 \cdot 5^{3n} + 2 \cdot 3k = 3(41 \cdot 5^{3n} + 2k). $$