Sum of n consecutive numbers is divisible by n

In summary: Half of an odd number is not an integer. So n must be odd, and the expression has a remainder of n/2.In summary, the statement "The sum of n consecutive numbers is always divisible by n" is only true when the total amount of numbers is an odd number. This is because when n is even, the expression has a remainder of n/2. Additionally, it has been found that the median and mean are the same with consecutive numbers, but it has not been proven that this is only true with odd numbers. To find the sum of consecutive numbers, a general formula can be used by summing the remainders after dividing by n.
  • #1
Matt
11
0
I'm trying to investigate this statement: The sum of n consecutive numbers is always divisible by n.

I've found already that it's only true when the total amount of numbers is an odd number. I've also found that the median and mean are the same with consecutive numbers. I can not prove that the it's only true with odd numbers.
 
Mathematics news on Phys.org
  • #2
Matt said:
I'm trying to investigate this statement: The sum of n consecutive numbers is always divisible by n.

I've found already that it's only true when the total amount of numbers is an odd number. I've also found that the median and mean are the same with consecutive numbers. I can not prove that the it's only true with odd numbers.
try writing down a general formula for the sum
 
  • #3
The remainders, after dividing by n, for n consecutive numbers are 0,1,...,n-1. Sum the remainders to get n(n-1)/2.

If n is odd, n-1 is even and (n-1)/2 is an integer, so this sum is divisible by n.

If n is even, n-1 is odd. n(n-1)/2 = n(n-2)/2 + n/2. (n-2)/2 is an integer, so n/2 is the remainder after dividing the sum by n.
 
Last edited:
  • #4
Another way to look at it: to find the sum of numbers from k to k+ n- 1, find the sum from 1 to k+ n- 1, (k+ n- 1)(k+ n)/2, then subtract the sum from 1 to k, k(k- 1)/2. That is ((k^2+ 2kn+ n^2- k- n)- (k^2- k))/2= (2kn+ n^2- n)/2= n((2k- n- 1)/2) so is divisible by n.
 
  • #5
HallsofIvy said:
Another way to look at it: to find the sum of numbers from k to k+ n- 1, find the sum from 1 to k+ n- 1, (k+ n- 1)(k+ n)/2, then subtract the sum from 1 to k, k(k- 1)/2. That is ((k^2+ 2kn+ n^2- k- n)- (k^2- k))/2= (2kn+ n^2- n)/2= n((2k- n- 1)/2) so is divisible by n.
You missed the point. In your derivation 2k-n-1 must be even, so n must be odd. When n is even the expression has a remainder of n/2.
 
  • #6
Thank you very much for your everyone. I really appreciate it.

Mathman, could I run a couple of problems past you if you have a moment?

Regards,
Matt.
 
  • #7
mathman said:
You missed the point. In your derivation 2k-n-1 must be even, so n must be odd. When n is even the expression has a remainder of n/2.
Thank you very much for your everyone. I really appreciate it.
Mathman, could I run a couple of problems past you if you have a moment?

Regards,
Matt.
 
  • #8
Matt said:
Thank you very much for your everyone. I really appreciate it.
Mathman, could I run a couple of problems past you if you have a moment?

Regards,
Matt.
If you submit them via the forum I will look at them. I prefer not to answer privately.
 
  • #9
mathman said:
You missed the point. In your derivation 2k-n-1 must be even,
How do you get that?

so n must be odd. When n is even the expression has a remainder of n/2.
 
  • #10
In your derivation you assumed n((2k- n- 1)/2) is an integer divisible by n. Therefore (2k-1-n)/2 must be an integer.

2k--n-1: 2k is even, if n is even, n+1 is odd. Even number minus odd number is odd.
 

What does it mean for the sum of n consecutive numbers to be divisible by n?

When the sum of n consecutive numbers is divisible by n, it means that the result of the sum divided by n will have no remainder. In other words, the sum can be divided evenly by n.

What is the formula for finding the sum of n consecutive numbers?

The formula for finding the sum of n consecutive numbers is (n/2)(2a + (n-1)d), where "a" is the first number in the sequence and "d" is the common difference between each consecutive number.

How can I prove that the sum of n consecutive numbers is divisible by n?

To prove that the sum of n consecutive numbers is divisible by n, you can use mathematical induction. This involves showing that the formula for finding the sum (as mentioned in the previous question) holds true for any value of n, and then using this to show that it also holds true for n+1.

Can the sum of n consecutive numbers be divisible by n if n is an odd number?

Yes, the sum of n consecutive numbers can be divisible by n even if n is an odd number. This is because the formula for finding the sum (as mentioned in the second question) takes into account the common difference between each consecutive number, which can be any integer regardless of whether n is odd or even.

What are some real-life applications of understanding sums of consecutive numbers being divisible by n?

Understanding sums of consecutive numbers being divisible by n can be useful in various fields such as cryptography, computer science, and data analysis. For example, in cryptography, this concept is used in creating secure algorithms for encryption and decryption. In computer science, it can be used in optimizing algorithms and data structures. In data analysis, it can be used to identify patterns and trends in numerical data.

Similar threads

Replies
12
Views
947
  • General Math
Replies
3
Views
1K
Replies
1
Views
2K
Replies
1
Views
777
Replies
7
Views
1K
  • General Math
Replies
3
Views
1K
Replies
6
Views
829
Replies
5
Views
2K
Replies
3
Views
287
  • Precalculus Mathematics Homework Help
Replies
14
Views
3K
Back
Top