Which of the following statements are true?
(A)
: The sum of any 2 consecutive integers is divisible by 2.
(B)
: The sum of any 3 consecutive integers is divisible by 3.
(C)
: The sum of any 4 consecutive integers is divisible by 4.
(D)
: The sum of any 5 consecutive integers is divisible by 5.
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.
Let m be an integer.
The first statement can be expressed as m + ( m + 1 ) = 2 m + 1 , which is odd, thus, is not divisible by 2.
The second is the same that m + ( m + 1 ) + ( m + 2 ) = 3 m + 3 = 3 ( m + 1 ) , which clearly is divisible by 3.
m + ( m + 1 ) + ( m + 2 ) + ( m + 3 ) = 4 m + 6 , which is not divisible by 4, because 4 ∣ 4 m , but 4 ∤ 6 .
m + ( m + 1 ) + ( m + 2 ) + ( m + 3 ) + ( m + 4 ) = 5 m + 1 0 = 5 ( m + 2 ) , which is divisible by 5.
Therefore, only (B) and (D) are true.