Skip to main content
OlympiadHQ

Browse · MathNet

Print

Japan Mathematical Olympiad

Japan counting and probability

Problem

Let be an integer. Alice and Bob play the following game using an grid. First, Alice colors each square either black or white. Bob places a piece in one of the squares in the top row and designates one square in the bottom row as the goal. Then, Alice repeatedly does the following operation times: > If the piece is on a white square, she moves the piece to the square one below. > Otherwise, she moves the piece to one left or right and then to one below.

Find the minimum possible value of such that Alice can always move the piece to the goal regardless of Bob's choice.
Solution
The answer is .

First, we will prove that . We denote the square in the row and the column as . When the piece in is moved to in a single operation, it holds that and . Thus, in order to move the piece from to in some operations, it requires that and . If Bob places the piece in and designates as the goal, then yields .

For , if Bob places the piece in and designates as the goal, then Alice has to move the piece from to for any . Hence she has to color any black. In this situation, we can show that she cannot move the piece from to for any , and specifically to , which yields . The proof follows from induction on . For this claim holds since is colored black. For , note that she can move the piece to only from , , or . Here, as , she cannot move from to . Also, she cannot move to by the induction hypothesis. Additionally, as is colored black, she cannot move from that square to .

Conversely, we will prove that Alice can move the piece to the goal when . First, she colors the squares with black. Then, for any odd integers with and , she can move the piece from to . Similarly, for any even integers with , she can move the piece from to .

Next, for the squares with , she colors the following form of squares black for any with :

And she colors the remaining squares white. Note that for , and are the same squares. In this situation, we prove that Alice can move the piece to the goal. From the symmetry of this coloring, we only need to prove that she can move from with to any squares in the bottom row. For with , she can move from , , or to , then through or , she can move to or . Hence, she can move from to any squares in the bottom row. This completes the proof.
Final answer
2022

Techniques

Games / greedy algorithmsInduction / smoothingColoring schemes, extremal arguments