AIME 2020 II · 第 5 题
AIME 2020 II — Problem 5
题目详情
Problem
For each positive integer , let be the sum of the digits in the base-four representation of and let be the sum of the digits in the base-eight representation of . For example, , and . Let be the least value of such that the base-sixteen representation of cannot be expressed using only the digits through . Find the remainder when is divided by .
解析
Solution 1
Let's work backwards. The minimum base-sixteen representation of that cannot be expressed using only the digits through is , which is equal to in base 10. Thus, the sum of the digits of the base-eight representation of the sum of the digits of is . The minimum value for which this is achieved is . We have that . Thus, the sum of the digits of the base-four representation of is . The minimum value for which this is achieved is . We just need this value in base 10 modulo 1000. We get . Taking this value modulo , we get the final answer of . (If you are having trouble with this step, note that ) ~ TopNotchMath
Solution 2 (Official MAA)
First note that if is the least positive integer whose digit sum, in some fixed base , is , then is a strictly increasing function. This together with the fact that shows that is the least positive integer whose base-eight digit sum is 10. Thus , and is the least positive integer whose base-four digit sum is Therefore
Video Solutions
https://youtu.be/lTyiRQTtIZI
https://youtu.be/ZWe_99091e4
Video Solution by OmegaLearn
https://youtu.be/ZhAZ1oPe5Ds?t=5032
~ pi_is_3.14