I really should be able to do this but I don't know why I can't figure it out.
My problem is that I have to prove $8^n - 3^n$ is divisible by $5$.
So what I did is I tried it for $n=1, n=2, n=3$ and so on and all the numbers I tried, the expression was divisible by 5.
So then what I did is I said "assume it's true for $n=g$"
So the expression turns into $8^g - 3^g$ is divisible by 5
Then I wanted to try it for $g+1$ so:
$8^{g+1} - 3^{g+1} $
$(8^g * 8) - (3^g * 3)$
Where should I go from here?
The induction hypothesis can be written $$ 8^g-3^g=5k $$ for some integer $k$. Therefore $8^g=3^g+5k$. Then $$ 8^{g+1}-3^{g+1}=8\cdot 8^g-3^{g+1}= 8\cdot 3^g+40k-3\cdot3^g=(8-3)\cdot 3^g+40k $$ Can you finish?