Olympiad Maths Prep

Track / Stage 7 / 7 of 300 #1407 of 2000

Problem 1407

National olympiad second round; IMO P1/P4
Combinatorics Difficulty 7.0 Prove it

We have a 10×1010 \times 10 table. TT is a set of rectangles with vertices from the table and sides parallel to the sides of the table such that no rectangle from the set is a subrectangle of another rectangle from the set. tt is the maximum number of elements of TT.
(a) Prove that t>300t>300.
(b) Prove that t<600t<600.

[i]Proposed by Mir Omid Haji Mirsadeghi and Kasra Alishahi[/i]

This one wants a proof. Work it on paper, read the official solution, then mark yourself honestly — the ladder only means something if the record is true.

Official solution

### Part (a): Prove that t>300 t > 300

1. **Construct a set T T of rectangles:**
Consider rectangles with dimensions 1×6 1 \times 6 , 2×5 2 \times 5 , 3×4 3 \times 4 , 4×3 4 \times 3 , 5×2 5 \times 2 , and 6×1 6 \times 1 . These rectangles are chosen such that no rectangle is a subrectangle of another.

2. Count the number of such rectangles:
- For 1×6 1 \times 6 rectangles, there are 10×5=50 10 \times 5 = 50 possible positions.
- For 2×5 2 \times 5 rectangles, there are 9×6=54 9 \times 6 = 54 possible positions.
- For 3×4 3 \times 4 rectangles, there are 8×7=56 8 \times 7 = 56 possible positions.
- For 4×3 4 \times 3 rectangles, there are 7×8=56 7 \times 8 = 56 possible positions.
- For 5×2 5 \times 2 rectangles, there are 6×9=54 6 \times 9 = 54 possible positions.
- For 6×1 6 \times 1 rectangles, there are 5×10=50 5 \times 10 = 50 possible positions.

3. Sum the number of rectangles:
50+54+56+56+54+50=320 50 + 54 + 56 + 56 + 54 + 50 = 320

4. Conclusion for part (a):
Since 320>300 320 > 300 , we have t320 t \geq 320 , proving that t>300 t > 300 .

### Part (b): Prove that t<600 t < 600

1. Consider the edges of the board:
Let E E be an edge of the 10×10 10 \times 10 table. For each rectangle in T T , define its "base" as the side parallel to E E that is closest to E E .

2. Count the possible bases:
- For each row, there are 10 10 possible positions for the base.
- The number of rows is 10 10 , and the number of possible bases in each row is the sum of the first 10 10 natural numbers:
10+9+8++1=10×112=55 10 + 9 + 8 + \cdots + 1 = \frac{10 \times 11}{2} = 55

3. Total number of possible bases:
55×10=550 55 \times 10 = 550

4. Conclusion for part (b):
Since it is impossible for two rectangles to share the same base without one being a subrectangle of the other, we have t550 t \leq 550 . Therefore, t<600 t < 600 .

\blacksquare

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.