返回题库

AIME 2005 II · 第 7 题

AIME 2005 II — Problem 7

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let x=4(5+1)(54+1)(58+1)(516+1).x=\frac{4}{(\sqrt{5}+1)(\sqrt[4]{5}+1)(\sqrt[8]{5}+1)(\sqrt[16]{5}+1)}. Find (x+1)48(x+1)^{48}.

解析

Solution 1

We note that in general,

(52n+1)(52n1)=(52n)212=52n11{} (\sqrt[2^n]{5} + 1)(\sqrt[2^n]{5} - 1) = (\sqrt[2^n]{5})^2 - 1^2 = \sqrt[2^{n-1}]{5} - 1.

It now becomes apparent that if we multiply the numerator and denominator of 4(5+1)(54+1)(58+1)(516+1)\frac{4}{ (\sqrt{5}+1) (\sqrt[4]{5}+1) (\sqrt[8]{5}+1) (\sqrt[16]{5}+1) } by (5161)(\sqrt[16]{5} - 1), the denominator will telescope to 511=4\sqrt[1]{5} - 1 = 4, so

x=4(5161)4=5161x = \frac{4(\sqrt[16]{5} - 1)}{4} = \sqrt[16]{5} - 1.

It follows that (x+1)48=(516)48=53=125(x + 1)^{48} = (\sqrt[16]5)^{48} = 5^3 = \boxed{125}.

Solution 2 (Bashing)

Let y=516y=\sqrt[16]{5}, then expanding the denominator results in:

(y8+1)(y4+1)=(y12+y8+y4+1)(y^8+1)(y^4+1) =(y^{12}+y^8+y^4+1) (y12+y8+y4+1)(y2+1)=(y14+y12+y10+y8+y6+y4+y2+1)(y^{12}+y^8+y^4+1)(y^2+1)=(y^{14}+y^{12}+y^{10}+y^8+y^6+y^4+y^2+1) (y14+y12+y10+y8+y6+y4+y2+1)(y+1)=(y15+y14+y13+y12+y11+y10+y9+y8+y7+y6+y5+y4+y3+y2+y+1)=y161y1(y^{14}+y^{12}+y^{10}+y^8+y^6+y^4+y^2+1)(y+1) = (y^{15}+y^{14}+y^{13}+y^{12}+y^{11}+y^{10}+y^9+y^8+y^7+y^6+y^5+y^4+y^3+y^2+y+1)=\frac{y^{16}-1}{y-1} Therefore:

4(y161)/(y1)=4(y1)y161=4(y1)4=y1\frac{4}{(y^{16}-1)/(y-1)} = \frac{4(y-1)}{y^{16}-1}=\frac{4(y-1)}{4} = y-1 It is evident that x+1=(y1)+1=516x+1 = (y-1)+1 = \sqrt[16]5 as Solution 1 states.

Solution 3

Like Solution 22, let z=516z=\sqrt[16]{5} Then, the expression becomes

x=4(z+1)(z2+1)(z4+1)(z8+1)x=\frac{4}{(z+1)(z^2+1)(z^4+1)(z^8+1)} Now, multiplying by the conjugate of each binomial in the denominator, we obtain...

x=4(z1)(z21)(z41)(z81)(z21)(z41)(z81)(z161)    x=4(z1)z161x=\frac{4(z-1)(z^2-1)(z^4-1)(z^8-1)}{(z^2-1)(z^4-1)(z^8-1)(z^{16}-1)}\implies x=\frac{4(z-1)}{z^{16}-1} Plugging back in,

x=4(5161)51    x=5161x=\frac{4({\sqrt[16]{5}-1)}}{5-1}\implies x=\sqrt[16]{5}-1

Hence, after some basic exponent rules, we find the answer is 125\boxed{125}