We have a series where the sum of any 7 consecutive terms is negative and the sum of any 11 consecutive terms is positive. What is the maximum number of terms in this series?
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.
An example of 16 terms is necessary to complete the argument.
Log in to reply
{5, 5, -13, 5, 5, 5, -13, 5, 5, -13, 5, 5, 5, -13, 5, 5}, I think this works?
Log in to reply
almost, I think the signs are reversed.
It's also important to be clear that 17 is the first number such that each term gets added the same number of times. With 16, per say, the sums of the 7-sets and 11-sets don't have to be the same, because some terms get counted more than others. The key concept here is double counting the sum.
Sorry for spamming your solution, this is for the Brilliant staff. This problem is very well-known since it was included in IMO 1977 and featured in Arthur Engel's book Problem-Solving Strategies. I think that problems that are very popular such as this one shouldn't be featured in Brilliant since it's very easy to just look it up or cheat in different ways.
"If we sum the 7 groups of 11 terms, since each group has a positive sum, the total would be positive. "
I don't follow..
Log in to reply
The problem states that every group of 11 terms has a positive sum so summing 7 groups of 11 terms would also have a positive sum. Does that make more sense?
I recommend you to start reading problem-solving strategies
Thanks for the feedback!
first i showed it is not possible to have 17 terms as follows.
if we make an array :.
a1 a2 a3 a4... a7.
a2 a3 a4 a5 a8.
.
.
a11 a12 ..... a17.
if we take sums by horizontal rows we get the sum of all the terms in the array is positive(since sum of 7 consecutive terms is positive)
similarly if we sum by columns we get the sum of array negative. this is contradictory so 17 terms are not possible.
next, notice that 16 terms are possible for ex.
8,8,-21,8,8,8,-21,8,8,-21,8,8,8,-21,8,8
Problem Loading...
Note Loading...
Set Loading...
If there were 17 terms we see that there are 7 groups of 11 terms and 11 groups of 7 terms. If we sum the 7 groups of 11 terms, since each group has a positive sum, the total would be positive. However, if we sum the 11 groups of 7 terms, since each group has a negative sum, the total would be negative. This is a contradiction. This contradiction does not occur with 16 or less terms thus the maximum number of terms is 16.