1 The bipartite graph in Fig. 1 represents a board game for two players. At each turn a player tosses a coin and moves their counter. The graph shows which square the counter is moved to if the coin shows heads, and which square if it shows tails. Each player starts with their counter on square 1. Play continues until one player gets their counter to square 9 and wins.
\begin{figure}[h]
\includegraphics[alt={},max width=\textwidth]{b9ee9306-18ca-42b3-9f2e-b23849374b5e-2_723_1287_569_425}
\captionsetup{labelformat=empty}
\caption{Fig. 1}
\end{figure}
- Draw a tree to show all of the possibilities for the player's first three moves.
- Show how a player can win in 3 turns.
- List all squares which it is possible for a counter to occupy after 3 turns.
- Show that a game can continue indefinitely.