Maths Olympiad Prep

Library / /194 of 196

Combinatorics Difficulty 7.1 National Olympiad, round 2 Prove it Soviet Union

Problem:

SS is a set of integers. Its smallest element is 11 and its largest element is 100100. Every element of SS except 11 is the sum of two distinct members of the set or double a member of the set. What is the smallest possible number of integers in SS?

Solution

Solution:

Let {n}={M}({n})+{m}({n})\{n\} = \{M\}(\{n\}) + \{m\}(\{n\}), where {M}({n}){m}({n})\{M\}(\{n\}) \geq \{m\}(\{n\}). Put {M}1({n})={M}({n})\{M\}^{1}(\{n\}) = \{M\}(\{n\}), {M}2({n})={M}({M}({n}))\{M\}^{2}(\{n\}) = \{M\}(\{M\}(\{n\})) etc. Then {M}(100)50\{M\}(100) \geq 50, {M}2(100)25\{M\}^{2}(100) \geq 25, {M}3(100)13\{M\}^{3}(100) \geq 13, {M}4(100)7\{M\}^{4}(100) \geq 7, {M}5(100)4\{M\}^{5}(100) \geq 4, {M}6(100)2\{M\}^{6}(100) \geq 2 (and obviously {n}>{M}({n})\{n\} > \{M\}(\{n\})), so we need at least 88 numbers. There are several ways of using 99 numbers. For example, {1,2,4,8,16,32,36,64,100}\{1, 2, 4, 8, 16, 32, 36, 64, 100\}, where 36=4+3236 = 4 + 32, 100=36+64100 = 36 + 64 and the others are double another number.

Doubling every time does not work: 1,2,4,8,16,32,64,1281, 2, 4, 8, 16, 32, 64, 128. But if we do not double every time, then we cannot get a number larger than 9696 with 88 numbers: the best we can do is 126(3/2)=961 \cdot 2^{6} \cdot (3 / 2) = 96 (on the occasion when we do not double the best we can do is to the largest plus the next largest, or 3/23 / 2 times the largest). Hence we need at least 99 numbers. [To be more formal, write the elements as 1=a1<a2<<an1 = a_{1} < a_{2} < \ldots < a_{n}, then each aia_{i} must be a sum of preceding elements. The largest possible aia_{i} is 2ai12a_{i-1} and the next largest ai1+ai2a_{i-1} + a_{i-2} and so on.]

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: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.