1
+
2
+
3
+
4
+
5
=
1
5
is divisible by 5.
7
+
8
+
9
+
1
0
+
1
1
=
4
5
is divisible by 5.
2
3
+
2
4
+
2
5
+
2
6
+
2
7
=
1
2
5
is divisible by 5.
Is it true that 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.
That's what I concluded.
Although I was a little nervous assuming that 0 is divisible by 5.
What about -2,-1,0,1,2
We can always assign the middle integer as k ; then the sum of the 5 consecutive integers is S = ( k − 2 ) + ( k − 1 ) + k + ( k + 1 ) + ( k + 2 ) = 5 k , which is divisible by 5.
Bonus: Proof that if n is a positive odd number, then the sum of any n consecutive integers is always divisible by n .
Proof: The sum of n consecutive integers starting with a is given by S = 2 n ( 2 a + n − 1 = n ( a + 2 n − 1 ) . If n is odd, then n − 1 is even and divisible by 2 then S is divisible by n . □
Bonus:
Prove that if "n" is a positive odd number, then the sum of any "n" consecutive integers is always divisible by "n".
Assume the five numbers are: a, a+1, a+2, a+3, a+4, a+5 The sum of these 5 numbers is : S = 5a + 1 + 2 +3 +4 S= 5a + 10 S = 5 (a + 2)
So S has 5 times something, it means it is divisible by 5
Yes, since the sum of those five numbers will always be the same as five times the third number in the sequence.
More rigorously, let n be the third number and S be the sum of the sequence.
Then S = n − 2 + n − 1 + n + n + n + 1 + n + 2 .
Adding/subtracting the constants gives S = n + n + n + n + n = 5 n .
Therefore the sum of any 5 consecutive numbers is divisible by 5.
Let 5 consecutives integers are: n-2, n-1, n, n+1, n+2. Their sum is: n-2+n-1+n+n+1+n+2 = 5n and this is divisible by 5.
Yes. 0+1+2+3+4 = 10. Every consecutive sum starting at n = 5n + 10 = 5(n+2).
Careful with your notations. n = 5n + 10 gives n = -5/2 only.
The sum of any N consecutive digits, where N is odd, is the middle number times N.
Problem Loading...
Note Loading...
Set Loading...
Suppose first digit is x .
= x + ( x + 1 ) + ( x + 2 ) + ( x + 3 ) + ( x + 4 )
= 5 x + 1 0
= 5 ( x + 2 )
So, we can conclude that the statement is true.