True or False
The sum of the squares of any two consecutive numbers always leaves a remainder of 1 when divided by 4.
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.
Sum of squares of two consecutive integers can be written as
n 2 + ( n + 1 ) 2 = 2 n 2 + 2 n + 1 = 2 n ( n + 1 ) + 1
n ( n + 1 ) is divisible by 2 , since either n or n + 1 has to be even.
So 2 n ( n + 1 ) is divisible by 4 and 2 n ( n + 1 ) + 1 therefore leaves a remainder of 1 when divided by 4 .