Question

Amy and Brian play a game together, as follows. They take it in turns to write down a number from the set \(\{ 0,1,2 \}\), with Amy playing first. On each turn (except Amy’s first turn), the player must not repeat the number just played by the previous player.

In their first version of the game, Brian wins if, after he plays, the sum of all the numbers played so far is a multiple of \(3\). For example, Brian will win after the sequence \[(2,0)\; (1,2)\; (1,0)\] (where we draw a bracket around each round) because the sum of the numbers is \(6\). Amy wins if Brian has not won within five rounds; for example, Amy wins after the sequence \[(2,0)\; (1,2)\; (1,2)\; (0,2)\; (1,2)\]

  1. Show that if Amy starts by playing either \(1\) or \(2\), then Brian can immediately win.

  2. Suppose, instead, Amy starts by playing \(0\). Show that Brian can always win within two rounds.

They now decide to change the rules so that Brian wins if, after he plays, the sum of all the numbers played so far is one less than a multiple of \(3\). Again, Amy wins if Brian has not won within five rounds. It is still the case that a player must not repeat the number just played previously.

  1. Show that if Amy starts by playing either \(0\) or \(2\), then Brian can immediately win.

  2. Suppose, instead, Amy starts by playing \(1\). Explain why it cannot benefit Brian to play \(2\), assuming Amy plays with the best strategy.

  3. So suppose Amy starts by playing \(1\), and Brian then plays \(0\). How should Amy play next?

  4. Assuming both play with the best strategies, who will win the game? Explain your answer.