Late starters

Chris is designing a contest with multiple games. Each game awards the winner an integer amount of points.

He didn't want it to be a disadvantage for people joining the contest late, so other than the first 2 games he wanted the points awarded from 2 consecutive games to be equal to n n more than the sum of all the points given from all of the games before them .

He also wanted the points given to be strictly increasing as the contest progressed.

Not wanting to give too much of an advantage to the late starters, he decided to choose the smallest such n n to fulfill the criteria above.


The Contest consisted of 2019 2019 games, the greatest score 2 n d 2^{nd} place can achieve can be written as a × b m c a\times b^m - c , where b b is a prime, ( a , b ) = 1 (a, b) = 1 , and c c and m m are positive integers.

What is the value of a + b + c + m a + b + c + m ?


The answer is 1018.

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.

1 solution

Mark Hennings
Jul 10, 2019

Let a j a_j be the j j th term of the sequence, and S j S_j the sum of the first j j terms of the sequence. We are told that a j + 1 + a j = S j 1 + n S j + 1 = 2 S j 1 + n S j + 1 + n = 2 ( S j 1 + n ) \begin{aligned} a_{j+1} + a_j & = \; S_{j-1} + n \\ S_{j+1} & = \; 2S_{j-1} + n \\ S_{j+1} + n & = \; 2\big(S_{j-1} + n\big) \end{aligned} for all j 2 j \ge 2 . Thus we deduce that S 2 j + 1 + n = 2 j ( S 1 + n ) S_{2j+1}+n = 2^j(S_1+n) and S 2 j + n = 2 j 1 ( S 2 + n ) S_{2j}+n = 2^{j-1}(S_2+n) for all j 1 j \ge 1 , and hence S 2 j + 1 = 2 j a 1 + n ( 2 j 1 ) S 2 j = 2 j 1 ( a 1 + a 2 ) + n ( 2 j 1 1 ) S_{2j+1} \; = \; 2^ja_1 + n(2^j-1) \hspace{2cm} S_{2j} \; = \; 2^{j-1}(a_1+a_2) + n(2^{j-1}-1) for all j 1 j\ge 1 . Thus we deduce that a 2 j = 2 j 1 a 2 j 1 a 2 j + 1 = 2 j 1 ( a 1 a 2 + n ) j 1 \begin{array}{rclcl} a_{2j} & \;=\; & 2^{j-1}a_2 & \hspace{2cm} & j \ge 1 \\ a_{2j+1} & = & 2^{j-1}(a_1-a_2+n) & & j \ge 1 \end{array} Since the sequence ( a j ) j (a_j)_j is strictly monotonic increasing, we deduce that a 2 > a 1 a_2 > a_1 and that 0 < a 2 j + 1 a 2 j = 2 j 1 [ a 1 2 a 2 + n ] 0 < a 2 j + 2 a 2 j + 1 = 2 j 1 [ 3 a 2 a 1 n ] 0 < a_{2j+1} - a_{2j} = 2^{j-1}[a_1-2a_2+n] \hspace{2cm} 0 < a_{2j+2}-a_{2j+1} = 2^{j-1}[3a_2-a_1-n] Thus the conditions of the problem are satisfied provided that a 2 > a 1 2 a 2 a 1 < n < 3 a 2 a 1 a_2 > a_1 \hspace{2cm} 2a_2-a_1 < n < 3a_2-a_1 We are assuming that a j N a_j \in \mathbb{N} is a positive integer for all j 1 j \ge 1 . Then n 1 + 2 a 2 a 1 = 1 + a 2 + ( a 2 a 1 ) 2 + a 2 3 + a 1 4 n \ge 1 + 2a_2-a_1 = 1 + a_2 + (a_2-a_1) \ge 2 + a_2 \ge 3 + a_1 \ge 4 and so the smallest possible value of n n is 4 4 . But then 3 2 a 2 a 1 a 2 + 1 3 \ge 2a_2-a_1 \ge a_2 + 1 and hence a 2 2 a_2 \le 2 . Since a 2 > a 1 1 a_2 > a_1 \ge 1 , we deduce that a 2 = 2 a_2=2 , so that a 1 = 1 a_1=1 . Thus we must have a 1 1 a_1-1 , a 2 2 a_2-2 , n = 4 n=4 , and hence a 2 j = 2 j j 1 a 2 j + 1 = { 3 × 2 j 1 j 1 1 j = 0 a_{2j} \; =\; 2^j \hspace{2cm} j \ge 1 \hspace{5cm} a_{2j+1} \; = \; \left\{\begin{array}{lll} 3 \times 2^{j-1} & \hspace{1cm} & j \ge 1 \\ 1 & & j = 0 \end{array}\right.

Suppose that N N is a positive integer, and that there are 2 N + 1 2N+1 rounds. Then the total number of points that can be scored is S 2 N + 1 = 2 N + 4 ( 2 N 1 ) = 5 × 2 N 4 S_{2N+1} = 2^N + 4(2^N-1) = 5 \times 2^N-4 . The maximum score of the player ranked second is obtained if only two players score, and the winner obtains as little more than half the possible total as possible, with the player ranked second scoring the rest. The largest possible score for the second player is then 1 2 ( 5 × 2 N 4 ) 1 = 5 × 2 N 1 3 \tfrac12(5 \times 2^N - 4) - 1 = 5 \times 2^{N-1} - 3 . We need to show that it is possible for one player to score 5 × 2 N 1 3 5 \times 2^{N-1} - 3 .

Adding up subcollections of the numbers a 1 , a 2 , a 4 , , a 2 N a_1,a_2,a_4,\ldots,a_{2N} can give any integer between 0 0 and 2 N + 1 1 2^{N+1}-1 . Adding up subcollections of the numbers a 3 , a 5 , , a 2 N + 1 a_3,a_5,\cdots,a_{2N+1} can given any integer of the form 3 u 3u where 0 u 2 N 1 0 \le u \le 2^N-1 . Thus the possible scores for any player are numbers of the form 3 u + v 3u + v where 0 u 2 N 1 0 \le u \le 2^N-1 and 0 v 2 N + 1 1 0 \le v \le 2^{N+1}-1 . With u = 2 N 1 1 u = 2^{N-1}-1 and v = 2 N v = 2^N we deduce that a player can score 5 × 2 N 1 3 5 \times 2^{N-1} - 3 .

In this case we have N = 1009 N = 1009 , and so the maximum possible score of a player who comes second is 5 × 2 1008 3 5 \times 2^{1008} - 3 , making the answer 5 + 2 + 1008 + 3 = 1018 5 + 2 + 1008 + 3 = \boxed{1018} .

2 pending reports

Vote up reports you agree with

×

Problem Loading...

Note Loading...

Set Loading...