Maths Olympiad Prep

Library / /174 of 196

Combinatorics Difficulty 6.2 National Olympiad Prove it Soviet Union

Problem:

Equally spaced perpendicular lines divide a large piece of paper into unit squares. NN squares are colored black. Show that you can always cut out a set of disjoint square pieces of paper, so that all the black squares are removed and the black area of each piece is between 1/51/5 and 4/54/5 of its total area.

Solution

Solution:

We proceed by induction on NN.

Base case: N=1N = 1. The single black square can be cut out as a 1×11 \times 1 square. The black area is 11, which is between 1/51/5 and 4/54/5 of 11 (since 1=11 = 1). So the base case holds.

Inductive step: Suppose the statement is true for all numbers less than NN. Consider NN black squares.

Let kk be the largest integer such that k2Nk^2 \leq N. Consider all possible k×kk \times k squares on the grid. Each such square contains at most k2k^2 black squares. Among all k×kk \times k squares, choose one that contains the largest number mm of black squares. Then mN/(nk+1)2m \geq N / (n - k + 1)^2, where nn is the side length of the grid (but since the paper is large, we can always find such a square).

If mk2/5m \geq k^2 / 5, then mk2m \leq k^2 and mk2/5m \geq k^2 / 5. If m4k2/5m \leq 4k^2 / 5, then we can cut out this k×kk \times k square, and the black area is between 1/51/5 and 4/54/5 of its total area. Remove these mm black squares, and apply the induction hypothesis to the remaining NmN - m black squares.

If m>4k2/5m > 4k^2 / 5, then mm is close to k2k^2. Cut out this k×kk \times k square. The black area is more than 4/54/5 of its total area, but less than or equal to k2k^2. In this case, we can cut out a larger square. Consider a (k+1)×(k+1)(k+1) \times (k+1) square containing the k×kk \times k square. The number of black squares in this (k+1)×(k+1)(k+1) \times (k+1) square is at most NN, and at least mm. If the number of black squares in this (k+1)×(k+1)(k+1) \times (k+1) square is between 1/51/5 and 4/54/5 of its area, we are done. If not, repeat the process with larger squares.

Since the total number of black squares is NN, and the area of the paper is much larger, we can always find such squares. At each step, we remove a square with the required property, and the process terminates after finitely many steps.

Therefore, it is always possible to cut out a set of disjoint square pieces of paper so that all the black squares are removed and the black area of each piece is between 1/51/5 and 4/54/5 of its total area.

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.