2008 AIME II Problem 6

Below is the professionally curated solution for Problem 6 of the 2008 AIME II, from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2008 AIME II 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:recursionfactorialtelescoping

Difficulty rating: 2460

6.

The sequence {an}\{a_n\} is defined by a0=1,a1=1,andan=an1+an12an2for n2.a_0 = 1, \quad a_1 = 1, \quad \text{and} \quad a_n = a_{n-1} + \frac{a_{n-1}^2}{a_{n-2}} \quad \text{for } n \ge 2.

The sequence {bn}\{b_n\} is defined by b0=1,b1=3,andbn=bn1+bn12bn2for n2.b_0 = 1, \quad b_1 = 3, \quad \text{and} \quad b_n = b_{n-1} + \frac{b_{n-1}^2}{b_{n-2}} \quad \text{for } n \ge 2.

Find b32a32.\frac{b_{32}}{a_{32}}.

Solution:

Dividing the recurrence by an1a_{n-1} gives anan1=1+an1an2,\frac{a_n}{a_{n-1}} = 1 + \frac{a_{n-1}}{a_{n-2}}, so the consecutive-term ratio increases by exactly 11 each step. For {an}\{a_n\} the first ratio is a1a0=1,\frac{a_1}{a_0} = 1, so anan1=n\frac{a_n}{a_{n-1}} = n and an=n!.a_n = n!. The same computation applies to {bn},\{b_n\}, whose first ratio is b1b0=3,\frac{b_1}{b_0} = 3, so bnbn1=n+2\frac{b_n}{b_{n-1}} = n + 2 and bn=(n+2)!2.b_n = \frac{(n+2)!}{2}.

Therefore b32a32=34!/232!=34332=561.\frac{b_{32}}{a_{32}} = \frac{34!/2}{32!} = \frac{34 \cdot 33}{2} = 561.

← Problem 5Full ExamProblem 7

Problem 6 in Other Years