Maths Olympiad Prep

Library / /36 of 61

Combinatorics Difficulty 5.8 AIME, harder Prove it Ibero-American Mathematical Olympiad

Problem:

ABCDABCD is an n×nn \times n board. We call a diagonal row of cells a positive diagonal if it is parallel to ACAC. How many coins must be placed on an n×nn \times n board such that every cell either has a coin or is in the same row, column or positive diagonal as a coin?

Solution

Solution:

There must be at least nkn - k rows without a coin and at least nkn - k columns without a coin. Let r1,r2,,rnkr_1, r_2, \ldots, r_{n-k} be cells in the top row without a coin which are also in a column without a coin. Let r1,c2,c3,,cnkr_1, c_2, c_3, \ldots, c_{n-k} be cells in the first column without a coin which are also in a row without a coin. Each of the 2n2k12n - 2k - 1 rir_i and cjc_j are on a different positive diagonal, so we must have k2n2k1k \geq 2n - 2k - 1 and hence k(2n1)/3k \geq (2n - 1)/3.

Let (i,j)(i, j) denote the cell in row ii, column jj. For n=3m1n = 3m - 1, put coins in (m,1),(m1,2),(m2,3),,(1,m)(m, 1), (m-1, 2), (m-2, 3), \ldots, (1, m) and in (2m1,m+1),(2m2,m+2),,(m+1,2m1)(2m-1, m+1), (2m-2, m+2), \ldots, (m+1, 2m-1). It is easy to check that this works. For n=3mn = 3m, put an additional coin in (2m,2m)(2m, 2m), it is easy to check that works. For n=3m+1n = 3m + 1 we can use the same arrangement as for 3m+23m + 2.

Figure 1

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.