Maths Olympiad Prep

Library / /11 of 17

, 2007

Combinatorics Difficulty 6.1 National olympiad Prove it Japan

We have a square grid of 19×1919 \times 19. We call a rectangle good if its edges are all along the border of small squares. What is the smallest nn with the following property?

Property: If 99 small squares are removed from the grid, we can divide remaining area into nn or less number of good rectangles.

Solution

Let (i,j)(i, j) denote the square on the intersection of the ii-th row and the jj-th column.

First, let us show that n=28n = 28 works. Remove the squares one by one. The initial grid can be divided into 11 good rectangle. If 11 square is removed from a good rectangle, we can divide the remaining part into 44 or less good rectangles as shown in the figure below. By this method we can divide the final grid into 1+3×9=281 + 3 \times 9 = 28 or less good rectangles.

Figure 1
Figure 2
Figure 3

Now we only have to show that nn with the property in this problem is more than or equal to 2828. We will show 2828 rectangles are needed when (2,2),(4,4),,(18,18)(2, 2), (4, 4), \dots, (18, 18) are removed. Paint all squares which are next to the removed ones in red. We have 3636 red squares. Rectangles containing (1,2),(2,1),(18,19)(1, 2), (2, 1), (18, 19) or (19,18)(19, 18) cannot have another red square inside it. For a rectangle with other red squares, we can assume, by rotating and flipping, that it contains square AA in the picture below.

Figure 4

It cannot contain dotted squares because such rectangle contains some removed squares. The only red squares that are not dotted are BB and CC. A rectangle with AA in its inside cannot contain BB and CC together, and if it contains BB or CC it also have DD in it.

So no rectangles have 33 red squares and every rectangle with 22 red squares contains some square of the form (2k+1,2k+1)(1k8)(2k + 1, 2k + 1)(1 \le k \le 8). Therefore n(362×8)+8=28n \ge (36 - 2 \times 8) + 8 = 28.

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.