Maths Olympiad Prep

Library / /54 of 397

Combinatorics Difficulty 5.0 AIME, harder Prove it Taiwan

There is an infinite grid board, with each cell containing a positive integer, such that the sum inside any rectangle is never a prime number, and at least one cell contains 11. Find the minimum possible value of the maximum number among all cells.

Solution

The answer is 99.

Note that the smallest number that can be placed next to 11 is 88, but 8+1+8=178 + 1 + 8 = 17 is a prime number, so there must be a 99 among the cells.

486
819
699

The construction uses modulo 22 and modulo 33 in the cells surrounding the 11, and places 66 in all cells outside these nine cells. In this way, the sum inside any rectangle containing more than one number is always a multiple of 22 or 33.

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 translated into English from zh; metadata (topic, difficulty) added by this project.