I have trying to prove that $4^{n} + 5$.
I've already proved the base case, so I'm working on the inductive step.
I've done the following:
$4^{n} + 5$
$4^{n+1} + 5$
$4*4^{n} + 5$
But I am unsure where to go from here to prove that it is divisible by 3 since I am unsure how to get a $3$ or multiple of $3$ from this.