I'm currently working through this question and am having some trouble finishing it.
So far I have done the following
For n or n + 2 to be a multiple of 4
n = 4c
n + 2 = 4c
Where c is any integer
Since n is even, n = 2k
So
2k = 4c
2k + 2 = 4c
Where do I go from here to prove that n must be a multiple of 4 in one of these cases for any even value of n?
Here's a hint: if $n$ is even, then $n=2k$. $k$ is either even (say $k=2r$) or $k$ is odd (say $k=2r+1$). Substitute and proceed from there.