Help Max Get Started on a Discrete Math Proof for Sum of Consecutive Integers

maxsthekat
Messages
55
Reaction score
0
I'm completely stumped on how to begin a discrete math proof, and I'm looking for a little advice on what might be a good way to approach this.

In a previous problem I did a proof by contradiction to show that at least one of the real numbers a1, a2, ... an is greater than or equal to the average of these numbers.

This was done by a1 + a2 + ... + an < nA.
By definition, A = (a1 + a2 + ... + an)/n, which is a contradiction of the assumption, and therefore proving a1, a2, ... an \le average of these numbers.

However, now I'm supposed to use this info to prove that if the first 10 integers are placed around a circle, in any order, there exists three integers in consecutive locations around the circle that have a sum greater than or equal to 17.

I have no idea where to go with this. Can someone give me a pointer that could help me start?

Thanks!

-Max
 
Physics news on Phys.org
Let b_i be the ith number plus its two neighbors. Then you wish to show that for at least one i you have b_i \geq 17, so for the sake of contradiction assume b_i \leq 16 for all i. Now compute the average A=(b_1+\cdots+b_{10})/10 and apply your previous result.
 
Thanks, rasmhop :)

So, with the contradiction, in order to show that the contradiction is false, can I take any set of three integers to show it is false? For example, can I simply assert there would be a ring where 8, 9, and 10 are neighbors, and thus the contradiction is false?

I'm still not quite certain how the knowledge from the previous problem is useful. I see that A = 5.66, which means that one of the integers selected will be bigger than 6. Yet, this alone doesn't seem to imply there will be neighbors that will ensure the result is greater than 17.

Thanks again :)
 
maxsthekat said:
I'm still not quite certain how the knowledge from the previous problem is useful. I see that A = 5.66, which means that one of the integers selected will be bigger than 6. Yet, this alone doesn't seem to imply there will be neighbors that will ensure the result is greater than 17.
Your average is incorrect. b_1+\cdots+b_{10} counts each number of 1,2,...,10 three times so we have,
A = \frac{b_1+b_2+\cdots+b_{10}}{10} = \frac{3(1+2+\cdots+10)}{10} = 165/10 &gt; 16
The average is larger than 16, so at least one b_i must be larger than 16 which contradicts that they are all less than or equal to 16.

So, with the contradiction, in order to show that the contradiction is false, can I take any set of three integers to show it is false? For example, can I simply assert there would be a ring where 8, 9, and 10 are neighbors, and thus the contradiction is false?
No because you're supposed to prove it for all possible ways to place the numbers around the circle and in general 8,9,10 won't be consecutive.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top