Now proving by induction is fairly simple. However, this is a multiple choice problem whose answers don't make any sense to me. The actual problem goes as follows:
To prove by induction that $n^2 - 7n - 2$ is divisible by $2$ is true for all positive integers $n$, we assume $k^2 - 7k - 2$ is divisible by $2$ is true for some positive integers $k$ and we show that $k^2 - 7k - 2 + A$ is divisible by $2$ where $A$ is:
Now I would've assumed that $A$ would be $(k+1)^2 - 7(k + 1) - 2$, but I checked the answer and it is actually $2(k-3)$ which makes no sense to me. I tried to factor, reduce, and anything I could think of but I can't get $(k+1)^2 - 7(k + 1) - 2$. Does anyone know where I am going wrong?
HINT: For the inductive step, we assume that $2$ divides $n^2-7n-2$, i.e., $n^2-7n-2 = 2M$. We now have \begin{align} (n+1)^2 - 7(n+1) - 2 & = n^2 + 2n + 1 - 7n - 7 +2 = n^2 - 7n -2 + 2(n-3)\\ & = 2(M+n-3) \end{align}