2020 AIME II Problema 5

A continuación está la solución preparada profesionalmente para el Problema 5 del 2020 AIME II, de LIVE by Po-Shen Loh. También puedes intentar el examen cronometrado completo, ver todas las soluciones del 2020 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ígitostrabajar hacia atrás

Nivel de dificultad: 2450

5.

Para cada entero positivo n,n, sea f(n)f(n) la suma de los dígitos en la representación en base cuatro de nn y sea g(n)g(n) la suma de los dígitos en la representación en base ocho de f(n).f(n). Por ejemplo, f(2020)=f(1332104)=10f(2020) = f(133210_4) = 10 =128,= 12_8, y la suma de los dígitos de 12812_8 es 3,3, así que g(2020)=3.g(2020) = 3. Sea NN el menor valor de nn tal que la representación en base dieciséis de g(n)g(n) no se puede expresar usando solo los dígitos del 00 al 9.9. Halle el residuo cuando NN se divide entre 1000.1000.

For each positive integer n,n, let f(n)f(n) be the sum of the digits in the base-four representation of nn and let g(n)g(n) be the sum of the digits in the base-eight representation of f(n).f(n). For example, f(2020)=f(1332104)=10f(2020) = f(133210_4) = 10 =128,= 12_8, and the digit sum of 12812_8 is 3,3, so g(2020)=3.g(2020) = 3. Let NN be the least value of nn such that the base-sixteen representation of g(n)g(n) cannot be expressed using only the digits 00 through 9.9. Find the remainder when NN is divided by 1000.1000.

Solución:

La representación en base dieciséis de g(n)g(n) necesita un dígito mayor que 99 exactamente cuando g(n)10.g(n) \ge 10. Así que necesitamos que la suma de dígitos en base ocho de f(n)f(n) sea al menos 10.10. Revisando los valores en orden, todo número menor que 3131 tiene suma de dígitos en base ocho a lo sumo 9,9, mientras que 31=37831 = 37_8 tiene suma de dígitos 10.10. Como el menor nn que alcanza una suma de dígitos en base cuatro dada crece con esa suma, buscamos el menor nn con f(n)=31.f(n) = 31.

Un dígito en base cuatro es a lo sumo 3,3, así que una suma de dígitos de 3131 requiere al menos 1111 dígitos, y la menor elección de 1111 dígitos es un 11 inicial seguido de diez 33s: N=133333333334=410+(4101)=24101=2097151. \begin{aligned} N &= 13333333333_4 \\ &= 4^{10} + (4^{10} - 1) \\ &= 2 \cdot 4^{10} - 1 = 2097151. \end{aligned}

El residuo cuando N=2097151N = 2097151 se divide entre 10001000 es 151.151.

The base-sixteen representation of g(n)g(n) needs a digit beyond 99 exactly when g(n)10.g(n) \ge 10. So we need the base-eight digit sum of f(n)f(n) to be at least 10.10. Checking values in order, every number less than 3131 has base-eight digit sum at most 9,9, while 31=37831 = 37_8 has digit sum 10.10. Since the least nn achieving a given base-four digit sum increases with that sum, we want the least nn with f(n)=31.f(n) = 31.

A base-four digit is at most 3,3, so a digit sum of 3131 requires at least 1111 digits, and the smallest 1111-digit choice is a leading 11 followed by ten 33s: N=133333333334=410+(4101)=24101=2097151. \begin{aligned} N &= 13333333333_4 \\ &= 4^{10} + (4^{10} - 1) \\ &= 2 \cdot 4^{10} - 1 = 2097151. \end{aligned}

The remainder when N=2097151N = 2097151 is divided by 10001000 is 151.151.

← Problema 4#4Examen completoProblema 6#6 →

El Problema 5 en otros años