2020 AMC 10B Problema 15

Intenta el Problema 15 del 2020 AMC 10B a continuación y luego compara tu respuesta con la solución preparada profesionalmente de LIVE by Po-Shen Loh. También puedes intentar el examen cronometrado completo, ver todas las soluciones del 2020 AMC 10B, o revisar la clave de respuestas.

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

15.

Steve escribió los dígitos 1,1, 2,2, 3,3, 4,4, y 55 en orden repetidamente de izquierda a derecha, formando una lista de 10,00010,000 dígitos, que empieza 123451234512123451234512\ldots Luego borró cada tercer dígito de su lista (es decir, los dígitos 33º, 66º, 99º, \ldots desde la izquierda), después borró cada cuarto dígito de la lista resultante (es decir, los dígitos 44º, 88º, 1212º, \ldots desde la izquierda de lo que quedaba), y luego borró cada quinto dígito de lo que quedaba en ese punto. ¿Cuál es la suma de los tres dígitos que quedaron entonces en las posiciones 2019,2019, 2020,2020, y 20212021?

Steve wrote the digits 1,1, 2,2, 3,3, 4,4, and 55 in order repeatedly from left to right, forming a list of 10,00010,000 digits, beginning 123451234512123451234512\ldots He then erased every third digit from his list (that is, the 33rd, 66th, 99th, \ldots digits from the left), then erased every fourth digit from the resulting list (that is, the 44th, 88th, 1212th, \ldots digits from the left in what remained), and then erased every fifth digit from what remained at that point. What is the sum of the three digits that were then in positions 2019,2019, 2020,2020, and 2021?2021?

77

99

1010

1111

1212

Respuesta: D
Conceptos:reconocimiento de patronessimulación de procesosmínimo común múltiplo
Nivel de dificultad: 1660
Solución:

Comienza con el bloque que se repite 12345.12345. Borrar cada tercer dígito se repite cada lcm(3,5)=15\operatorname{lcm}(3,5)=15 posiciones originales: así que el nuevo periodo tiene longitud 10.10. 1234512345123451245235134, \begin{aligned} &123451234512345 \\ &\quad \longrightarrow 1245235134, \end{aligned}

Borrar cada cuarto dígito de este periodo se repite cada lcm(4,10)=20\operatorname{lcm}(4,10)=20 posiciones: así que el nuevo periodo tiene longitud 15.15. 12452351341245235134124235341452513, \begin{aligned} &12452351341245235134 \\ &\quad \longrightarrow 124235341452513, \end{aligned}

Borrar cada quinto dígito de este periodo da que tiene periodo 12.12. Como 20193(mod12),2019\equiv 3\pmod{12}, los dígitos en las posiciones 2019,2019, 2020,2020, y 20212021 son el 3.º, 4.º y 5.º dígitos de este periodo: 4,2,5.4,2,5. Su suma es 11.11. 124235341452513124253415251, \begin{aligned} &124235341452513 \\ &\quad \longrightarrow 124253415251, \end{aligned}

Por lo tanto, la respuesta correcta es D.

Start with the repeating block 12345.12345. Deleting every third digit repeats over lcm(3,5)=15\operatorname{lcm}(3,5)=15 original positions: 1234512345123451245235134, \begin{aligned} &123451234512345 \\ &\quad \longrightarrow 1245235134, \end{aligned} so the new period has length 10.10.

Deleting every fourth digit from this period repeats over lcm(4,10)=20\operatorname{lcm}(4,10)=20 positions: 12452351341245235134124235341452513, \begin{aligned} &12452351341245235134 \\ &\quad \longrightarrow 124235341452513, \end{aligned} so the new period has length 15.15.

Deleting every fifth digit from this period gives 124235341452513124253415251, \begin{aligned} &124235341452513 \\ &\quad \longrightarrow 124253415251, \end{aligned} which has period 12.12. Since 20193(mod12),2019\equiv 3\pmod{12}, the digits in positions 2019,2019, 2020,2020, and 20212021 are the 3rd, 4th, and 5th digits of this period: 4,2,5.4,2,5. Their sum is 11.11.

Thus, the correct answer is D .

← Problema 14#14
Examen completo

El Problema 15 en otros años