2023 AIME II 第 2 题

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

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

2.

回忆:回文数是正着读和倒着读都相同的数。求小于 10001000 的最大整数,使它用十进制和八进制表示时都是回文数,例如 292=4448292 = 444_8

Recall that a palindrome is a number that reads the same forward and backward. Find the greatest integer less than 10001000 that is a palindrome both when written in base ten and when written in base eight, such as 292=4448.292 = 444_8.

答案:585
知识点:回文数进制系统列举
难度评级:2110
小提示:

512512999999 之间的八进制回文数有四位,形如 1bb18=513+72b\overline{1bb1}_8 = 513 + 72b

Any base-eight palindrome between 512512 and 999999 has four base-eight digits and looks like 1bb18=513+72b\overline{1bb1}_8 = 513 + 72b

大提示:

三位八进制数至多为 511511,所以只需从 b=6,5,4,b = 6, 5, 4, \ldots 开始检验它的十进制表示是否为回文数

Three-digit base-eight numbers are at most 511,511, so just test b=6,5,4,b = 6, 5, 4, \ldots for a base-ten palindrome

解答:

四位八进制数在 51251240954095 之间,所以小于 10001000 的四位八进制回文数的首位(也是末位)必须是 11:它的形式为 1bb18=512+64b\overline{1bb1}_8 = 512 + 64b +8b+1{}+ 8b + 1 =513+72b= 513 + 72b。要使它小于 10001000,需 b6b \le 6,得到候选数 513,585,657,729,801,873,945513, 585, 657, 729, 801, 873, 945

从大到小检查,其中唯一在十进制下也是回文数的是 585=11118585 = 1111_8。所有至多三位的八进制回文数至多为 7778=511<585777_8 = 511 \lt 585,所以答案是 585585

A four-digit base-eight number lies between 512512 and 4095,4095, so a base-eight palindrome less than 10001000 with four digits must have leading (and trailing) digit 1:1: it has the form 1bb18=512+64b\overline{1bb1}_8 = 512 + 64b +8b+1{}+ 8b + 1 =513+72b.= 513 + 72b. Keeping this below 10001000 requires b6,b \le 6, giving the candidates 513,585,657,729,801,873,945.513, 585, 657, 729, 801, 873, 945.

Checking from the top, the only one of these that is also a palindrome in base ten is 585=11118.585 = 1111_8. Every base-eight palindrome with at most three digits is at most 7778=511<585,777_8 = 511 \lt 585, so the answer is 585.585.

第 1 题#1
完整试卷

其他年份的第 2 题