Maths Olympiad Prep

Library / /90 of 115

Number theory Difficulty 7.6 National olympiad, round 2 Find the answer

( Dick Gibbs ) For a given positive integer kk find, in terms of kk , the minimum value of NN for which there is a set of 2k+12k+1 distinct positive integers that has sum greater than NN but every subset of size kk has sum at most N/2N/2 .

A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.

Solution

Solution 1
Let one optimal set of integers be {a1,,a2k+1}\{a_1,\dots,a_{2k+1}\} with a1>a2>>a2k+1>0a_1 > a_2 > \cdots > a_{2k+1} > 0 .
The two conditions can now be rewritten as a1++akN/2a_1+\cdots + a_k \leq N/2 and a1++a2k+1>Na_1+\cdots +a_{2k+1} > N .
Subtracting, we get that ak+1++a2k+1>N/2a_{k+1}+\cdots + a_{2k+1} > N/2 , and hence ak+1++a2k+1>a1++aka_{k+1}+\cdots + a_{2k+1} > a_1+\cdots + a_k .
In words, the sum of the k+1k+1 smallest numbers must exceed the sum of the kk largest ones.
Let ak+1=Ca_{k+1}=C . As all the numbers are distinct integers, we must have i{1,,k}: ak+1iC+i\forall i \in\{1,\dots,k\}:~ a_{k+1-i} \geq C+i , and also i{1,,k}: ak+1+iCi\forall i \in\{1,\dots,k\}:~ a_{k+1+i} \leq C-i .
Thus we get that a1++akkC+k(k+1)2a_1+\cdots + a_k \geq kC + \dfrac{k(k+1)}2 , and ak+1++a2k+1(k+1)Ck(k+1)2a_{k+1}+\cdots + a_{2k+1} \leq (k+1)C - \dfrac{k(k+1)}2 .
As we want the second sum to be larger, clearly we must have (k+1)Ck(k+1)2>kC+k(k+1)2(k+1)C - \dfrac{k(k+1)}2 > kC + \dfrac{k(k+1)}2 .
This simplifies to C>k(k+1)C > k(k+1) .
Hence we get that:
N2(a1++ak)2(kC+k(k+1)2)=2kC+k(k+1)2k(k2+k+1)+k(k+1)=2k3+3k2+3k\begin{align*} N & \geq 2(a_1+\cdots + a_k) \\ & \geq 2\left( kC + \dfrac{k(k+1)}2 \right) \\ & = 2kC + k(k+1) \\ & \geq 2k(k^2+k+1) + k(k+1) \\ & = 2k^3 + 3k^2 + 3k \end{align*}
On the other hand, for the set {k2+k+1+i  i{k,,k}}\{ k^2+k+1+i ~|~ i\in\{-k,\dots,k\} \, \} the sum of the largest kk elements is exactly k3+k2+k+k(k+1)2k^3 + k^2 + k + \dfrac{k(k+1)}2 , and the sum of the entire set is (k2+k+1)(2k+1)=2k3+3k2+3k+1(k^2+k+1)(2k+1) = 2k^3 + 3k^2 + 3k + 1 , which is more than twice the sum of the largest set.
Hence the smallest possible NN is N=2k3+3k2+3k\boxed{ N = 2k^3 + 3k^2 + 3k } .
Alternate solutions are always welcome. If you have a different, elegant solution to this problem, please add it to this page.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: Omni-MATH, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.