Browse · harp
Printsmc
counting and probability senior
Problem
Arjun and Beth play a game in which they take turns removing one brick or two adjacent bricks from one "wall" among a set of several walls of bricks, with gaps possibly creating new walls. The walls are one brick tall. For example, a set of walls of sizes and can be changed into any of the following by one move: or
Arjun plays first, and the player who removes the last brick wins. For which starting configuration is there a strategy that guarantees a win for Beth?
(A)
(B)
(C)
(D)
Solution
We say that a game state is an N-position if it is winning for the next player (the player to move), and a P-position if it is winning for the other player. We are trying to find which of the given states is a P-position. First we note that symmetrical positions are P-positions, as the second player can win by mirroring the first player's moves. It follows that is an N-position, since we can win by moving to ; this rules out . We next look at . The possible next states are None of these are symmetrical, so we might reasonably suspect that they are all N-positions. Indeed, it just so happens that for all of these states except and , we can win by moving to ; it remains to check that and are N-positions. To save ourselves work, it would be nice if we could find a single P-position directly reachable from both and . We notice that is directly reachable from both states, so it would suffice to show that is a P-position. Indeed, the possible next states are which allow for the following refutations: Hence, is a P-position, so and are both N-positions, along with all other possible next states from as noted before. Thus, is a P-position, so our answer is . (For completeness, we could also rule out , and as in Solution 2.)
Final answer
B