Given that is an even number and is not a multiple of 4, calculate .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We can always express an even integer as N = 2 n , where n is an integer. Then, we have:
N 2 ≡ 4 n 2 ≡ 0 (mod 4)
All squares of even numbers whether a multiple of 4 or not is divisible by 4.