Prove using simple induction that $n^2+3n$ is even for each integer $n\ge 1$
I have made $P(n)=n^2+3n$ as the equation.
Checked for $n=1$ and got $P(1)=4$, so it proves that $P(1)$ is even.
Then I do it with random integer $k\ge 1$ and assume for P(k).
My issue is that I am not sure how to do $P(k+1)$, which is what I eventually need to prove the main equation.
$$P(k+1)=(k+1)^2+3(k+1)=k^2+2k+1+3k+3$$ Now can you express $P(k+1)$ in terms of $P(k)$? And once you've done that, what conclusion can you draw on $P(k+1)$, using the assumption that $P(k)$ is even?