2006 AIME I Problema 11

Intenta el Problema 11 del 2006 AIME I 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 2006 AIME I, o revisar la clave de respuestas.

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

11.

Una colección de 88 cubos consta de un cubo de arista kk para cada entero k,k, 1k8.1 \le k \le 8. Se va a construir una torre usando los 88 cubos según las reglas:

• Cualquier cubo puede ser el cubo de la base de la torre.

• El cubo que se coloca inmediatamente encima de un cubo de arista kk debe tener arista a lo sumo k+2.k + 2.

Sea TT el número de torres diferentes que se pueden construir. ¿Cuál es el residuo cuando TT se divide entre 10001000?

A collection of 88 cubes consists of one cube with edge-length kk for each integer k,k, 1k8.1 \le k \le 8. A tower is to be built using all 88 cubes according to the rules:

• Any cube may be the bottom cube in the tower.

• The cube immediately on top of a cube with edge-length kk must have edge-length at most k+2.k + 2.

Let TT be the number of different towers that can be constructed. What is the remainder when TT is divided by 1000?1000?

Respuesta: 458
Conceptos:conteo recursivobiyección
Nivel de dificultad: 2760
Solución:

Sea S(n)S(n) el número de torres legales que usan los cubos de aristas 1,,n.1, \ldots, n. Dada una torre legal de n2n \ge 2 cubos, el cubo n+1n + 1 puede insertarse en exactamente tres lugares: en la base, inmediatamente encima del cubo n,n, o inmediatamente encima del cubo n1n - 1 (en cualquier otro lugar quedaría apoyado sobre un cubo de arista a lo sumo n2,n - 2, violando la regla). Cada inserción sigue siendo legal, porque el cubo que termina encima del cubo n+1n + 1 tiene arista a lo sumo n<(n+1)+2.n \lt (n+1) + 2. Recíprocamente, borrar el cubo n+1n + 1 de una torre legal de n+1n + 1 cubos deja una torre legal: el cubo que estaba encima de él, de arista a lo sumo n,n, cae sobre un cubo de arista al menos n1.n - 1.

Por lo tanto S(n+1)=3S(n)S(n + 1) = 3 S(n) para n2.n \ge 2. Como S(2)=2S(2) = 2 (cualquiera de los dos cubos puede quedar arriba), obtenemos T=S(8)=236=1458,T = S(8) = 2 \cdot 3^6 = 1458, y el residuo es 458.458.

Let S(n)S(n) be the number of legal towers using the cubes of edge-lengths 1,,n.1, \ldots, n. Given a legal tower of n2n \ge 2 cubes, cube n+1n + 1 can be inserted in exactly three places: at the bottom, immediately on top of cube n,n, or immediately on top of cube n1n - 1 (anywhere else it would rest on a cube of edge-length at most n2,n - 2, violating the rule). Each insertion stays legal, because the cube that ends up on top of cube n+1n + 1 has edge-length at most n<(n+1)+2.n \lt (n+1) + 2. Conversely, deleting cube n+1n + 1 from a legal tower of n+1n + 1 cubes leaves a legal tower: the cube that was above it, of edge-length at most n,n, lands on a cube of edge-length at least n1.n - 1.

Hence S(n+1)=3S(n)S(n + 1) = 3 S(n) for n2.n \ge 2. Since S(2)=2S(2) = 2 (either of the two cubes may be on top), we get T=S(8)=236=1458,T = S(8) = 2 \cdot 3^6 = 1458, and the remainder is 458.458.

← Problema 10#10
Examen completo

El Problema 11 en otros años