Maths Olympiad Prep

Library / /5 of 6

, 2016

Combinatorics Difficulty 7.7 National olympiad, round 2 Prove it Romania

Let kk and nn be integers such that k2k \ge 2 and kn2k1k \le n \le 2k-1. Place rectangular tiles, each of size 1×k1 \times k or k×1k \times 1, on an n×nn \times n chessboard so that each tile covers exactly kk cells, and no two tiles overlap. Do this until no further tile can be placed in this way. For each such kk and nn, determine the minimum number of tiles that such an arrangement may contain.

Solution

The required minimum is nn if n=kn = k, and it is min(n,2n2k+2)\min(n, 2n-2k+2) if k<n<2kk < n < 2k.

The case n=kn=k being clear, assume henceforth k<n<2kk < n < 2k. Begin by describing maximal arrangements on the board [0,n]×[0,n][0, n] \times [0, n], having the above mentioned cardinalities.

If k<n<2k1k < n < 2k-1, then min(n,2n2k+2)=2n2k+2\min(n, 2n-2k+2) = 2n-2k+2. To obtain a maximal arrangement of this cardinality, place four tiles, [0,k]×[0,1][0, k] \times [0, 1], [0,1]×[1,k+1][0, 1] \times [1, k+1], [1,k+1]×[k,k+1][1, k+1] \times [k, k+1] and [k,k+1]×[0,k][k, k+1] \times [0, k] in the square [0,k]×[0,k][0, k] \times [0, k], stack nk1n-k-1 horizontal tiles in the rectangle [1,k+1]×[k+1,n][1, k+1] \times [k+1, n], and erect nk1n-k-1 vertical tiles in the rectangle [k+1,n]×[1,k+1][k+1, n] \times [1, k+1].

If n=2k1n = 2k-1, then min(n,2n2k+2)=n=2k1\min(n, 2n-2k+2) = n = 2k-1. A maximal arrangement of 2k12k-1 tiles is obtained by stacking k1k-1 horizontal tiles in the rectangle [0,k]×[0,k1][0, k] \times [0, k-1], another k1k-1 horizontal tiles in the rectangle [0,k]×[k,2k1][0, k] \times [k, 2k-1], and adding the horizontal tile [k1,2k1]×[k1,k][k-1, 2k-1] \times [k-1, k].

The above examples show that the required minimum does not exceed the mentioned values.

To prove the reverse inequality, consider a maximal arrangement and let rr, respectively cc, be the number of rows, respectively columns, not containing a tile.

If r=0r=0 or c=0c=0, the arrangement clearly contains at least nn tiles.

If rr and cc are both positive, we show that the arrangement contains at least 2n2k+22n-2k+2 tiles. To this end, we will prove that the rows, respectively columns, not containing a tile are consecutive. Assume this for the moment, to notice that these rr rows and cc columns cross to form an r×cr \times c rectangular array containing no tile at all, so r<kr < k and c<kc < k by maximality. Consequently, there are nrnk+1n-r \ge n-k+1 rows containing at least one horizontal tile each, and ncnk+1n-c \ge n-k+1 columns containing at least one vertical tile each, whence a total of at least 2n2k+22n-2k+2 tiles.

We now show that the rows not containing a tile are consecutive; columns are dealt with similarly. Consider a horizontal tile TT. Since n<2kn < 2k, the nearest horizontal side of the board is at most k1k-1 rows away from the row containing TT. These rows, if any, cross the kk columns TT crosses to form a rectangular array no vertical tile fits in. Maximality forces each of these rows to contain a horizontal tile and the claim follows.

Consequently, the cardinality of every maximal arrangement is at least min(n,2n2k+2)\min(n, 2n-2k+2), and the conclusion follows.

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.