Prove that $n(n+1)$ is even using induction
The base case of $n=1$ gives us $2$ which is even.
Assuming $n=k$ is true,
$n=(k+1)$ gives us $ k^2 +2k +k +2$
while $k(k+1) + (k+1)$ gives us $k^2+2k+1.$
whats is the next step to prove this by induction? I can't seem to show
$ k^2 +2k +k +2$ = $k^2+2k+1$
What you wrote in the second line is incorrect.
To show that $n(n+1)$ is even for all nonnegative integers $n$ by mathematical induction, you want to show that following:
Step 1. Show that for $n=0$, $n(n+1)$ is even;
Step 2. Assuming that for $n=k$, $n(n+1)$ is even, show that $n(n+1)$ is even for $n=k+1$.
[Added:] In Step 2, what you really need to show is the following implication: