2009 AMC 12A Problema 24

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

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

Conceptos:recursiónlogaritmoexponente

Nivel de dificultad: 2650

24.

La función torre de doses se define recursivamente como sigue: T(1)=2T(1) = 2 y T(n+1)=2T(n)T(n + 1) = 2^{T(n)} para n1.n \ge 1. Sea A=(T(2009))T(2009)A = (T(2009))^{T(2009)} y B=(T(2009))A.B = (T(2009))^A. ¿Cuál es el mayor entero kk tal que log2log2log2log2kB\underbrace{\log_2 \log_2 \log_2 \ldots \log_2}_{k} B está definido?

The tower function of twos is defined recursively as follows: T(1)=2T(1) = 2 and T(n+1)=2T(n)T(n + 1) = 2^{T(n)} for n1.n \ge 1. Let A=(T(2009))T(2009)A = (T(2009))^{T(2009)} and B=(T(2009))A.B = (T(2009))^A. What is the largest integer kk such that log2log2log2log2kB\underbrace{\log_2 \log_2 \log_2 \ldots \log_2}_{k} B is defined?

20092009

20102010

20112011

20122012

20132013

Solución:

Como log2T(n+1)=T(n),\log_2 T(n + 1) = T(n), cada aplicación de log2\log_2 quita un 22 de la cima de una torre de doses.

Reduciendo B=(T(2009))AB = (T(2009))^A con A=(T(2009))T(2009),A = (T(2009))^{T(2009)}, se encuentra log2B=AT(2008),\log_2 B = A\cdot T(2008), log22B=T(2009)T(2008)\log_2^2 B = T(2009)T(2008) +T(2007),+ T(2007), y en general el término dominante tras k+3k + 3 logaritmos es T(2008k).T(2008 - k).

Así que tras 20122012 aplicaciones de log2\log_2 el resultado sigue siendo positivo, lo que significa que un 20132013-ésimo log2\log_2 está definido. Una cota superior correspondiente muestra que el resultado se vuelve negativo tras 20132013 aplicaciones, así que un 20142014-ésimo log2\log_2 no está definido. Por lo tanto el mayor kk es 2013.2013.

Por lo tanto, la respuesta correcta es E.

Since log2T(n+1)=T(n),\log_2 T(n + 1) = T(n), each application of log2\log_2 strips one 22 off the top of a tower of twos.

Reducing B=(T(2009))AB = (T(2009))^A with A=(T(2009))T(2009),A = (T(2009))^{T(2009)}, one finds log2B=AT(2008),\log_2 B = A\cdot T(2008), log22B=T(2009)T(2008)\log_2^2 B = T(2009)T(2008) +T(2007),+ T(2007), and in general the dominant term after k+3k + 3 logs is T(2008k).T(2008 - k).

So after 20122012 applications of log2\log_2 the result is still positive, meaning a 20132013th log2\log_2 is defined. A matching upper bound shows the result becomes negative after 20132013 applications, so a 20142014th log2\log_2 is undefined. Hence the largest kk is 2013.2013.

Thus, the correct answer is E.

← Problema 23#23Examen completoProblema 25#25 →

El Problema 24 en otros años