Maths Olympiad Prep

Library / /42 of 48

, 2013

Combinatorics Difficulty 7.5 National Olympiad, round 2 Prove it Baltic Way

A game is played on a regular triangle which is split into n2n^2 equal smaller regular triangles by lines that are parallel to one of the sides of the triangle. Denote a "line of triangles" to be all triangles that are placed between two adjacent parallel lines that forms the grid.
In the beginning of the game all triangles are white. At each move one line of triangles that contains at least one white triangle is colored black. Situation with n=6n=6 after possible 4 moves is shown in Figure 1. The game ends when all triangles are colored black. Find the smallest and largest possible number of moves in the game.

Figure 1
Figure 1

Solution

Answer: The smallest possible number of moves is nn and the largest possible number of moves is 3n23n - 2. If all the moves are done with lines parallel to one side of the triangle, then the game will end after nn moves. Let's show that the number of moves cannot be smaller. There will be a move that colors the corner triangle, we can assume that this move is done, coloring all the bottom line of the triangle (it can only increase the number of black squares). Move order is irrelevant, if we do this move as the first move then in remaining (n1)(n-1) moves we have to color black (n1)2(n-1)^2 triangle.

Now lets show that the game can last 3n23n - 2 moves. If n=1n = 1 then it is evident. Assume that we have proved it for n=kn = k. For n=k+1n = k + 1 we start the game with three moves A, B and C coloring two rightmost corners and the rightmost line. We have used 3 moves and reduced the field to the situation when n=kn = k (Fig. 4).
Figure 2
Figure 4

At last we show that there cannot be more than 3n23n-2 moves. If all nn lines parallel to one side of the triangle is colored then the game ends. Therefore the number of moves made before the last move cannot be larger than 3(n1)3(n-1) what gives the total number of moves not larger than 3n23n-2.

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.