Maths Olympiad Prep

Library / /11 of 31

Combinatorics Difficulty 8.1 Shortlist Prove it Baltic Way

Non-negative integers are written in some cells of 100×100100 \times 100 table. For each kk, 1k1001 \le k \le 100, the kk-th row of the table contains numbers from 11 to kk written in increasing order (from left to right) but not necessarily in consecutive cells. The empty cells are filled with zeroes. Prove that there exist two columns such that the sum of numbers in one of them is at least 1919 times greater than the sum in the second column.

Solution

Observe that the sum of numbers in the first column is at most 1100=1001 \cdot 100 = 100, the sum in the first and second columns is at most 1100+2991 \cdot 100 + 2 \cdot 99, the sum in the first, second and third columns is at most 1100+299+3981 \cdot 100 + 2 \cdot 99 + 3 \cdot 98, etc. But the sum of all nonzero numbers equals i=1100i(101i)\sum_{i=1}^{100} i(101 - i), therefore the sum in the columns from 3131-th to 100100-th is at least
i=31100i(101i)=i=170i(101i)=101i=170ii=170i2=3571(101141/3)=702771. \sum_{i=31}^{100} i(101-i) = \sum_{i=1}^{70} i(101-i) = 101 \sum_{i=1}^{70} i - \sum_{i=1}^{70} i^2 = 35 \cdot 71(101 - 141/3) = 70 \cdot 27 \cdot 71.
Therefore one of these columns has a sum at least 2771=191727 \cdot 71 = 1917. Therefore the ratio of sums in this column and in the first one is more than 1919.

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 and solution reproduced as published; topic and difficulty added by this site.