Let $x$ be an integer. If $x^2 + x + 1$ is even, then $x$ is odd.
To prove this, I prove its contrapositive. If $x$ is even, $x^2 + x + 1$ is odd.
All even numbers can be shown as $2k$ and all odd can we shown as $2k + 1$, where $k$ is an integer.
Let $2k = x$.
$4k^2 + 2k + 1$. I can substitute $1 = k$ and show that the answer is $7$ and therefore odd.
What is the next step to show that all $k+1$ or $k+2$ or $k+x$ is odd? What is the next step?
There is no need to use induction in this proof. Once you have gotten to $4k^2 + 2k + 1$, we can note that $$ 4k^2 + 2k + 1 = 2(2k^2 + k) + 1 = 2l + 1 $$ for $l = 2k^2 + k$. Since $2l$ is even, $2l+1$ must be odd, and you have shown your statement for all even numbers without having to resort to induction.