灯下 登录
番外 · 题谱 · 2025 · P3

2025 Putnam A3

代数 · P3/P6 · 压轴题

题面据 Putnam 可核档案整理;中文题意为本站自译,公式请以原始来源为准。 PDF:https://kskedlaya.org/putnam-archive/2025.pdf。

Putnam 2025 A3 algebra

Alice and Bob play a game with a string of nn digits, each of which is restricted to be 00, 11, or 22. Initially all the digits are 00. A legal move is to add or subtract 11 from one digit to create a new string that has not appeared before. A player with no legal move loses, and the other player wins.

Alice goes first, and the players alternate moves. For each n1n \geq 1, determine which player has a strategy that guarantees winning.

Alice 和 Bob 玩一个包含 nn 数字串的游戏,每个数字仅限于 001122。最初所有数字都是 00。合法的做法是在一位数字上加上或减去 11,以创建一个以前未曾出现过的新字符串。没有合法动作的玩家输,而另一个玩家赢。

爱丽丝先走,玩家轮流移动。对于每个 n1n \geq 1,确定哪个玩家有保证获胜的策略。

提示 1

先把题面里的关系改写成一个干净的代数对象。

提示 2

寻找不变量、对称式或一个可以降次数的替换。

提示 3

最后用判别式、因式分解、单调性或构造把所有可能排完。

完整解答

这页先给题面、题型和提示阶梯,完整证明留给读者逐步展开。2025 年 Putnam A3 可先归入代数:第一步把题设翻成对象、条件、目标三行;第二步沿提示寻找不变量、标准构型或关键变形;第三步补齐边界情形,并回到题目原要求核对。

这题适合先独立想一轮再打开提示。不要急着搜索完整解答,先问自己:题面里最硬的限制是哪一句?