2022 AIME I 第 2 题

先试着解答 2022 AIME I 第 2 题,然后核对你的答案与精心整理的解答,解答来自 LIVE by Po-Shen Loh。你也可以参加完整限时模拟考试、查看全部 2022 AIME I 解答,或核对答案

所有题目均经美国数学协会(MAA)官方合法授权使用。

2.

求三位正整数 abc\underline{a}\,\underline{b}\,\underline{c},它以九为底的表示为 bcanine\underline{b}\,\underline{c}\,\underline{a}_{\,\text{nine}},其中 aabbcc 是(不一定互不相同的)数字。

Find the three-digit positive integer abc\underline{a}\,\underline{b}\,\underline{c} whose representation in base nine is bcanine,\underline{b}\,\underline{c}\,\underline{a}_{\,\text{nine}}, where a,a, b,b, and cc are (not necessarily distinct) digits.

答案:227
知识点:进制数字模运算
难度评级:1950
解答:

条件表示 100a+10b+c=81b+9c+a100a + 10b + c = 81b + 9c + a,化简为 99a=71b+8c99a = 71b + 8c。由于这些数字也出现在一个以九为底的数中,每个数字都至多为 88。模 88 化简,得到 3ab(mod8)3a \equiv -b \pmod 8,所以 b5a(mod8)b \equiv 5a \pmod 8

a=1a = 1 时,b=5b = 5 会使 71b71b 超过 9999;当 a=2a = 2 时,b=2b = 2 给出 8c=198142=568c = 198 - 142 = 56,所以 c=7c = 7。对每个 a3a \ge 3,所需的 bb 都会迫使 99a71b99a - 71b 落在区间 [0,64][0, 64] 之外,因此没有其他解。

这个数是 227227,并且确实有 227=281+79+2227 = 2 \cdot 81 + 7 \cdot 9 + 2 =272nine= 272_{\text{nine}}

The condition says 100a+10b+c=81b+9c+a,100a + 10b + c = 81b + 9c + a, which simplifies to 99a=71b+8c.99a = 71b + 8c. Since the digits also appear in a base-nine numeral, each is at most 8.8. Reducing modulo 88 gives 3ab(mod8),3a \equiv -b \pmod 8, so b5a(mod8).b \equiv 5a \pmod 8.

For a=1,a = 1, b=5b = 5 makes 71b71b exceed 99;99; for a=2,a = 2, b=2b = 2 gives 8c=198142=56,8c = 198 - 142 = 56, so c=7.c = 7. For each a3,a \ge 3, the required bb forces 99a71b99a - 71b outside the range [0,64],[0, 64], so there is no other solution.

The number is 227,227, and indeed 227=281+79+2227 = 2 \cdot 81 + 7 \cdot 9 + 2 =272nine.= 272_{\text{nine}}.

← 第 1 题#1
完整试卷

其他年份的第 2 题