The problem asks to prove $8^{(n+2)}+9^{(2n+1)}$ is divisible by 73
Proof by induction:
We look at base case $n=1$ => which gives us $1241$ which is divisible by $73$; now for $n+k$
we know that $8^{(k+2)}+9^{(2k+1)}=73t$ for some integer $t$ then $$8^{(k+3)}+9^{(2k+3)}=8\cdot 8^{(k+2)}+81\cdot 9^{(2k+1)}$$
I am stuck on this step. I want to get $8^{(k+2)}+9^{(2k+1)}$ together so I can change them into $73t$ but don't know how to do it, or am I overthinking all of this.
Hint: Try adding and subtracting $8\cdot 9^{2k+1}$ (or $81\cdot 8^{k+2}$) and see what happens. The reason for doing this is that, as written, we can't immediately invoke the inductive hypothesis but if we introduce either of these terms, we would get exactly what we want.