2009 AMC 12A Problem 24

Below is the professionally curated solution for Problem 24 of the 2009 AMC 12A, from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2009 AMC 12A solutions, or check the answer key.

All of the real AMC 8, AMC 10, AMC 12, and AIME problems in our complete solution collection are used with official legal permission of the Mathematical Association of America (MAA).

Concepts:recursionlogarithmexponent

Difficulty rating: 2650

24.

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 log2log2log2log2k timesB\underbrace{\log_2 \log_2 \log_2 \ldots \log_2}_{k \text{ times}} B is defined?

20092009

20102010

20112011

20122012

20132013

Solution:

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)+T(2007),\log_2^2 B = T(2009)T(2008) + 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.

Problem 24 in Other Years