Maths Olympiad Prep

Library / /12 of 12

, 2019

Combinatorics Difficulty 9.0 IMO level Prove it Romania

Given an integer n2n \ge 2, colour red exactly nn cells of an infinite sheet of grid paper. A rectangular grid array is called special if it contains at least two red opposite corner cells; single red cells and 1-row or 1-column grid arrays whose end-cells are both red are special. Given a configuration of exactly nn red cells, let NN be the largest number of red cells a special rectangular grid array may contain. Determine the least value NN may take on over all possible configurations of exactly nn red cells.

Based on Mathematical Olympiad Rioplatense, 2010, Level 2

Solution

The required minimum is 1+(n+1)/51 + \lceil (n+1)/5 \rceil and is achieved by the configuration described in the second block of the proof.

Counting multiplicities, the cells aa and cc are both covered by three of these special rectangular grid arrays, the cells bb and dd are both covered by two, and all other red cells are covered by at least one. Letting r[xy]r_{[xy]} denote the number of red cells in [xy][xy], it follows that r[ab]+r[bc]+r[cd]+r[da]+r[ac]32+22+(n4)=n+6r_{[ab]} + r_{[bc]} + r_{[cd]} + r_{[da]} + r_{[ac]} \ge 3 \cdot 2 + 2 \cdot 2 + (n - 4) = n + 6. Consequently, N(n+6)/5N \ge (n + 6)/5.

We now describe a configuration of exactly nn red cells where N=1+(n+1)/5N = 1 + \lceil (n+1)/5 \rceil. Write m=(n+1)/5m = \lceil (n+1)/5 \rceil, so n=5mrn = 5m - r for some positive integer r5r \le 5, and N=m+1N = m + 1.

Fix an integer k>2mk > 2m, let SS be a 3k×3k3k \times 3k grid square, and subdivide SS into nine k×kk \times k grid subsquares.

Let SLLS_{LL} be the lower-left corner k×kk \times k grid subsquare of SS. Colour red the first mm cells along the diagonal upward from the lower-right corner cell of SLLS_{LL}.

The ‘min’ and ‘max’ in the next four paragraphs account for the first few cases where m<rm < r. Had we assumed n20n \ge 20, it would then have followed that mrm \ge r, and ‘min’ and ‘max’ would have been superfluous.

Next, let SULS_{UL} be the upper-left corner k×kk \times k grid subsquare of SS. Colour red the first min(m,4mr)\min(m, 4m-r) cells along the diagonal upward from the lower-left corner cell of SULS_{UL}.

Let further SURS_{UR} be the upper-right corner k×kk \times k grid subsquare of SS. Colour red the first min(m,3mr)\min(m, 3m-r) cells along the diagonal downward from the upper-left corner cell of SURS_{UR}.

Complete the corner tour by letting SLRS_{LR} be the lower-right corner k×kk \times k grid subsquare of SS. Colour red the first min(m,2mr)\min(m, 2m-r) cells along the diagonal downward from the upper-right corner cell of SLRS_{LR}.

Finally, let SCS_C be the central k×kk \times k grid subsquare of SS, and colour red max(0,mr)\max(0, m-r) cells of SCS_C; their exact location is irrelevant.

No other cell whatsoever is coloured red, and it is a routine exercise to check that exactly nn cells of the grid paper have been coloured red. Notice that, for each pair of 'adjacent' corner k×kk \times k grid subsquares, SLLS_{LL} and SULS_{UL}, SULS_{UL} and SURS_{UR}, SURS_{UR} and SLRS_{LR}, and SLRS_{LR} and SLLS_{LL}, there are both horizontal and vertical grid lines separating the strings of red cells they contain.

To complete the argument, we show that, if xx and yy are red cells in this configuration, then r[xy]m+1r_{[xy]} \le m + 1. This is clearly the case if xx and yy both lie in one of SLLS_{LL}, SULS_{UL}, SURS_{UR}, SLRS_{LR} or SCS_{C}, for each of these squares contains at most mm red cells.

If xx and yy lie in 'adjacent' corner k×kk \times k subsquares of SS, then the red cells in [xy][xy] come from those subsquares alone. In addition, the string of red cells in one of those subsquares has exactly one cell in [xy][xy], namely, xx or yy. Consequently, r[xy]m+1r_{[xy]} \le m + 1. Incidentally, notice that equality holds if, for instance, xx is the lower-right corner cell of SLLS_{LL}, and yy is any red cell in SULS_{UL}; since n2n \ge 2, there is at least one such.

If xx and yy lie in 'opposite' corner k×kk \times k subsquares of SS, then they are the only red cells [xy][xy] contains from those subsquares. No red cell in the other two 'opposite' corner k×kk \times k subsquares of SS lies in [xy][xy], and the other red cells in [xy][xy] all come from SCS_C which contains at most m1m-1 such. Consequently, r[xy]2+(m1)=m+1r_{[xy]} \le 2 + (m-1) = m+1.

Finally, if one of xx, yy lies in SCS_C, and the other lies in one of the corner k×kk \times k sub-squares of SS, then the latter cell is the only red cell in [xy][xy] outside SCS_C. Consequently, r[xy](m1)+1=m<m+1r_{[xy]} \le (m-1)+1 = m < m+1. This ends the proof.

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.