2026 AIME II Problema 4

A continuación está la solución preparada profesionalmente para el Problema 4 del 2026 AIME II, de LIVE by Po-Shen Loh. También puedes intentar el examen cronometrado completo, ver todas las soluciones del 2026 AIME II, o revisar la clave de respuestas.

Todos los problemas se usan con el permiso legal oficial de la Mathematical Association of America (MAA).

Conceptos:base numéricadígitosconteo complementario

Nivel de dificultad: 2300

4.

Para cada entero positivo nn sea f(n)f(n) el valor del numeral en base diez nn visto en base b,b, donde bb es el menor entero mayor que el mayor dígito de n.n. Por ejemplo, si n=72,n = 72, entonces b=8,b = 8, y 7272 como numeral en base 88 es igual a 78+2=58;7 \cdot 8 + 2 = 58; por lo tanto f(72)=58.f(72) = 58. Halla el número de enteros positivos nn menores que 10001000 tales que f(n)=n.f(n) = n.

For each positive integer nn let f(n)f(n) be the value of the base-ten numeral nn viewed in base b,b, where bb is the least integer greater than the greatest digit in n.n. For example, if n=72,n = 72, then b=8,b = 8, and 7272 as a numeral in base 88 equals 78+2=58;7 \cdot 8 + 2 = 58; therefore f(72)=58.f(72) = 58. Find the number of positive integers nn less than 10001000 such that f(n)=n.f(n) = n.

Solución:

Si nn tiene un solo dígito d,d, entonces el numeral dd tiene valor dd en toda base, así que f(n)=n:f(n) = n: los 99 números de un dígito funcionan. Si nn tiene dígitos dk1d1d0d_{k-1} \ldots d_1 d_0 con k2,k \ge 2, entonces siempre b10b \le 10, y si b<10b \lt 10 entonces f(n)=dibi<di10i=nf(n) = \sum d_i b^i \lt \sum d_i 10^i = n porque el dígito principal cumple dk1bk1<dk110k1.d_{k-1} b^{k-1} \lt d_{k-1} 10^{k-1}. Así que un nn de varios dígitos cumple f(n)=nf(n) = n exactamente cuando b=10,b = 10, es decir, cuando algún dígito de nn es igual a 9.9.

Números de dos dígitos que contienen un 9:9: los números 9090 hasta 9999 más 19,29,,89,19, 29, \ldots, 89, para un total de 10+8=18.10 + 8 = 18. Números de tres dígitos que contienen un 9:9: 900899=252,900 - 8 \cdot 9 \cdot 9 = 252, restando los números sin ningún 99 (dígito principal 118,8, los demás 0088).

El total es 9+18+252=279.9 + 18 + 252 = 279.

If nn has a single digit d,d, then the numeral dd has value dd in every base, so f(n)=n:f(n) = n: all 99 one-digit numbers work. If nn has digits dk1d1d0d_{k-1} \ldots d_1 d_0 with k2,k \ge 2, then b10b \le 10 always, and if b<10b \lt 10 then f(n)=dibi<di10i=nf(n) = \sum d_i b^i \lt \sum d_i 10^i = n because the leading digit satisfies dk1bk1<dk110k1.d_{k-1} b^{k-1} \lt d_{k-1} 10^{k-1}. So a multi-digit nn satisfies f(n)=nf(n) = n exactly when b=10,b = 10, that is, when some digit of nn equals 9.9.

Two-digit numbers containing a 9:9: the numbers 9090 through 9999 plus 19,29,,89,19, 29, \ldots, 89, for 10+8=18.10 + 8 = 18. Three-digit numbers containing a 9:9: 900899=252,900 - 8 \cdot 9 \cdot 9 = 252, subtracting the numbers with no 99 (leading digit 118,8, others 0088).

The total is 9+18+252=279.9 + 18 + 252 = 279.

← Problema 3#3Examen completoProblema 5#5 →

El Problema 4 en otros años