Skip to main content
OlympiadHQ

Browse · MathNet

Print

Japan Mathematical Olympiad

Japan counting and probability

Problem

In a chessboard, a coin is placed in the square in the first row from the top, the fourth column from the left. We call square a lower left square of square if is squares to the left and squares below for some positive integer . Similarly, we call square a lower right square of square if is squares to the right and squares below for some positive integer . For a square not on the bottom line, one can perform one of the following four operations when a coin is placed on :

a. Remove a coin from and place a coin in the square one below .

b. Remove a coin from and place coins in each of the lower left squares of .

c. Remove a coin from and place coins in each of the lower right squares of .

d. Remove a coin from and place coins in the square one square to the left and one square below , and the square one square to the right and one square below . If there is only one such square, place a coin in that square only.

If there is already a coin in the place where one intends to place a coin, one will not place the coin there. Find the maximum possible number of coins that can be placed on the square when the operation is performed an arbitrary number of times.

problem
(a)
problem
(b)
problem
(c)
problem
(d)

problem
Solution


If one writes the number in each square as shown in the figure below, the sum of the numbers written in the squares where the coins are placed cannot be increased by the operations. The number written in the square where the coin was initially placed is and there are three squares with written in them, eight squares with and six squares with . Since the number written in each of the other squares is at least , shows that the number of coins placed in the squares is always less than or equal to .

On the other hand, one can place coins in the squares by performing the operations as follows. In the following operation on the square in th row from the top and th column from the left is denoted by " on ".

Do on , on , on , on , on , on , on , on , on , on , on , on , on , on , on , on , on , on , on in that order.

From the above, the answer is .

---

Alternative solution.

The proof that the number of coins placed in the squares is at most is the same as above. One can also place coins in the squares by performing the operations as follows.

Do on , on , on , on , on , on , on , on , on , on , on , on , on , on , on , on , on , on , on , on , on , on , on in that order.

From the above, the answer is .
Final answer
19

Techniques

Invariants / monovariantsGames / greedy algorithms