Maths Olympiad Prep

Library / /28 of 397

, 2018

Combinatorics Difficulty 4.7 AIME Prove it Taiwan

A rectangle R\mathcal{R} has all its side lengths odd integers. We partition it into several small rectangles, such that each small rectangle has all its side lengths positive integers. Prove that among these, there is at least one small rectangle whose distances to the four sides of R\mathcal{R} all have the same parity.

(Here, the distance from a small rectangle to a side LL of R\mathcal{R} is defined as the perpendicular distance between LL and the side of the small rectangle parallel to LL that is closer to LL.)

Solution

Let the length and width of RR be a,ba, b respectively. Divide the rectangle into a grid of abab unit squares, and color them alternately black and white in a chessboard pattern. Note that since a,ba, b are both odd, the four corner squares must be colored the same color; without loss of generality, assume it is black.

For each rectangle, we call it black (white) if and only if all four of its corner squares are black (white); otherwise we call it gray. Note the following facts:
(i) A gray rectangle contains the same number of black and white squares;
(ii) A black rectangle contains one more black square than white squares;
(iii) A white rectangle contains one more white square than black squares.

Now, RR is black, so it contains one more black square than white squares; combined with the above facts, we know that there must be at least one small rectangle that is black. Now let the distances from this rectangle to the four sides, starting from the top and proceeding clockwise, be w,x,y,zw, x, y, z respectively. Since the small rectangle and the top-right corner of RR are both black, it is easy to see that ww and xx must have the same parity. In the same way we can show that xx and yy, yy and zz, zz and ww all have the same parity, so this black rectangle's distances to the four sides all have the same parity. This completes 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 translated into English from zh; metadata (topic, difficulty) added by this project.