$n$ is an odd integer.
Use induction to prove $7^{n+2}+1$ is divisible by 8
When I use mathematical induction I get $$7^{k+3}+1$$
then when I use the assumption $$7\times 7^{k+2}+1\\ 7\times (8m-1)+1\\ 56m-6$$
How can I complete the answer? What went wrong?
What is wrong is that this statement is not true.
Consider solving for $k$ such that $8|7^{k+2}+1$.
Then the above statement is equivalent to $$\bmod 8: (-1)^{k+2} \equiv -1$$ which means $k$ must be odd for this to hold, and it does not hold for even $k$.