So I have to show the following to be true using induction
$7\mid 2^{n+2}+3^{2n+1}$
This is easily checked with the case $n=0$ because $7 \mid 7$, but I assuming this holds for$n=k :$ $$7\mid 2^{k+2}+3^{2k+1}$$
I fail to see how I can use this for $n=(k+1):$ $$\begin{align*}\begin{split} &7 \mid \left(2^{k+3}+3^{2k+3}\right) &\Longleftrightarrow\\ &7 \mid \left(2\times2^{k+2}+3^2\times3^{2k+1}\right) \end{split}\end{align*} $$
I'm assuming my strategy is flawed, but it's a while since I've done these and I can't remember what should be done.
$2\times2^{k+2}+3^2\times3^{2k+1}=2\times(2^{k+2}+3^{2k+1})+7\times3^{2k+1}$