/

AMC10 2021 B

AMC10 2021 B · Q24

AMC10 2021 B · Q24. It mainly tests Casework, Invariants.

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 $4$ and $2$ can be changed into any of the following by one move: $(3,2),(2,1,2),(4),(4,1),(2,2),$ or $(1,1,2).$ 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?
Arjun和Beth玩一个游戏,他们轮流从几堵砖墙中选择一堵墙,取走一块砖或两块相邻的砖,间隙可能产生新墙。墙高为一砖。例如,尺寸为$4$和$2$的墙组,一步可变为$(3,2),(2,1,2),(4),(4,1),(2,2)$或$(1,1,2)$。 Arjun先手,取走最后一块砖者胜。对于哪种起始配置,Beth有必胜策略?
stem
(A) (6,1,1) (6,1,1)
(B) (6,2,1) (6,2,1)
(C) (6,2,2) (6,2,2)
(D) (6,3,1) (6,3,1)
(E) (6,3,2) (6,3,2)
Answer
Correct choice: (E)
正确答案:(E)
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 $(6, 1, 1)$ is an N-position, since we can win by moving to $(2, 2, 1, 1)$; this rules out $\textbf{(A)}$. We next look at $(6, 2, 1)$. The possible next states are \[(6, 2), (6, 1, 1), (6, 1), (5, 2, 1), (4, 2, 1, 1), (4, 2, 1), (3, 2, 2, 1), (3, 2, 1, 1), (2, 2, 2, 1).\] 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 $(6, 2)$ and $(6, 1)$, we can win by moving to $(2, 2, 1, 1)$; it remains to check that $(6, 2)$ and $(6, 1)$ are N-positions. To save ourselves work, it would be nice if we could find a single P-position directly reachable from both $(6, 2)$ and $(6, 1)$. We notice that $(3, 2, 1)$ is directly reachable from both states, so it would suffice to show that $(3, 2, 1)$ is a P-position. Indeed, the possible next states are \[(3, 2), (3, 1, 1), (3, 1), (2, 2, 1), (2, 1, 1, 1), (2, 1, 1),\] which allow for the following refutations: \begin{align*} &(3, 2) \to (2, 2), && &&(3, 1, 1) \to (1, 1, 1, 1), && &&(3, 1) \to (1, 1), \\ &(2, 2, 1) \to (2, 2), && &&(2, 1, 1, 1) \to (1, 1, 1, 1), && &&(2, 1, 1) \to (1, 1). \end{align*} Hence, $(3, 2, 1)$ is a P-position, so $(6, 2)$ and $(6, 1)$ are both N-positions, along with all other possible next states from $(6, 2, 1)$ as noted before. Thus, $(6, 2, 1)$ is a P-position, so our answer is $\boxed{\textbf{(B)}}$.
我们称游戏状态为N-位(下一玩家胜)或P-位(前玩家胜)。我们寻找给定位中的P-位。 首先,对称位置为P-位,二玩家可镜像获胜。故$(6, 1, 1)$为N-位,可移至$(2, 2, 1, 1)$,排除$\textbf{(A)}$。接下来$(6, 2, 1)$,可能后继状态为 \[(6, 2), (6, 1, 1), (6, 1), (5, 2, 1), (4, 2, 1, 1), (4, 2, 1), (3, 2, 2, 1), (3, 2, 1, 1), (2, 2, 2, 1).\] 这些均不对称,故疑为N-位。事实上,除$(6, 2)$和$(6, 1)$外,均可移至$(2, 2, 1, 1)$胜;余下需证$(6, 2)$和$(6, 1)$为N-位。 注意到$(3, 2, 1)$可由两者直达,若$(3, 2, 1)$为P-位即可。$(3, 2, 1)$后继为 \[(3, 2), (3, 1, 1), (3, 1), (2, 2, 1), (2, 1, 1, 1), (2, 1, 1),\] 反驳如下: \begin{align*} &(3, 2) \to (2, 2), && &&(3, 1, 1) \to (1, 1, 1, 1), && &&(3, 1) \to (1, 1), \\ &(2, 2, 1) \to (2, 2), && &&(2, 1, 1, 1) \to (1, 1, 1, 1), && &&(2, 1, 1) \to (1, 1). \end{align*} 故$(3, 2, 1)$为P-位,$(6, 2)$和$(6, 1)$为N-位,故$(6, 2, 1)$所有后继为N-位,$(6, 2, 1)$为P-位,答案$\boxed{\textbf{(B)}}$。
Topics
Related Questions
Practice full AMC exams on amcdrill.
Try full-length practice and diagnostics at www.amcdrill.com.