AIME 2026 II · 第 4 题
AIME 2026 II — Problem 4
题目详情
Problem
For each positive integer let be the value of the base-ten numeral viewed in base , where is the least integer greater than the greatest digit in . For example, if , then , and as a numeral in base equals ; therefore . Find the number of positive integers less than such that .
解析
Solution 1
Notice that if we consider each number in base , then the value strictly decreases. For instance, , strictly less than . Therefore, , so the number must contain a . The only other cases are when the number has only one digit in which case the base doesn't really matter at all.
We have two cases to consider:
Case 1. Number containing . We use complementary counting on three place values, where each place value can contain a digit , where leading zeros are permitted, and is understood to be (this produces a bijection between the positive integers from to inclusive and the possibilities from these three place values). There are ways for none of the three place values to contain a , so there are total possibilities in this case.
Case 2. Other one-digit numbers: possibilities (namely ).
The total is .
~ Edited and elaborated by eevee9406
Solution 2
is either digit, digits, or digits So take . So . What is in base ? obviously . Therefore all digit numbers work. for the case of digits. Case 1: is greater than or equal to so . We need two digit number in base which is simply so and . So the two digit number works. Case 2: is less than or equal to so . We need two digit number in base which is simply or so the two digit number works. In short, any two digit number with as a digit works. for the case of digits. Case 1: is the greatest so We have or therefore or in short the only way this could happen is if both summands are therefore and so works in both cases. We can go through all the casework but by symmetry, we realize any three digit number that has has a digit also works So the number of one digit numbers are or . The number of two digit numbers with in it could be all of or so ways subtracting since that's over counted so ways. Now for three digits and that could be so . Now so . And finally so . But we overcount and and and so we overcount numbers. But we're taking twice since and and all overcount three times, but adding the we overcount it twice so we need to add a further to only count it once. we have .
~ilikemath247365
Solution 3 (Basically formalized Solution 1)
For any positive integer , let its digits be represented as in base . Let be the greatest digit in . According to the problem, the base used for is .
The condition implies:
Case 1:
If the maximum digit is less than , then the base satisfies .
For single-digit numbers (), the equation simplifies to , which is an identity. Thus, all work (8 values).
For multi-digit numbers (), since , it follows that for all . Because and at least one for , the Left Hand Side (LHS) is strictly less than the Right Hand Side (RHS). Therefore, no multi-digit numbers work in this case.
Case 2:
If the maximum digit is , then the base is .
The equation becomes:
This is an identity. Thus, any number that contains at least one digit will satisfy .
Using complementary counting: Integers with no digit : Each of the three decimal places (treating as , etc.) can be any of the digits . This gives such numbers.
Total for Case 2: .
Adding the two cases together, we get .
~LI,CHENXI