返回题库

AIME 2006 I · 第 5 题

AIME 2006 I — Problem 5

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The number 1046+46810+14415+2006\sqrt{104\sqrt{6}+468\sqrt{10}+144\sqrt{15}+2006} can be written as a2+b3+c5,a\sqrt{2}+b\sqrt{3}+c\sqrt{5}, where a,b,a, b, and cc are positive integers. Find abcabc.

解析

Solution 1

We begin by equating the two expressions:

a2+b3+c5=1046+46810+14415+2006a\sqrt{2}+b\sqrt{3}+c\sqrt{5} = \sqrt{104\sqrt{6}+468\sqrt{10}+144\sqrt{15}+2006} Squaring both sides yields:

2ab6+2ac10+2bc15+2a2+3b2+5c2=1046+46810+14415+20062ab\sqrt{6} + 2ac\sqrt{10} + 2bc\sqrt{15} + 2a^2 + 3b^2 + 5c^2 = 104\sqrt{6}+468\sqrt{10}+144\sqrt{15}+2006 Since aa, bb, and cc are integers, we can match coefficients:

2ab6=10462ac10=468102bc15=144152a2+3b2+5c2=2006\begin{aligned} 2ab\sqrt{6} &= 104\sqrt{6} \\ 2ac\sqrt{10} &=468\sqrt{10} \\ 2bc\sqrt{15} &=144\sqrt{15}\\ 2a^2 + 3b^2 + 5c^2 &=2006 \end{aligned} Solving the first three equations gives:

ab=52ac=234bc=72\begin{aligned}ab &=& 52\\ ac &=& 234\\ bc &=& 72 \end{aligned} Multiplying these equations gives (abc)2=5223472=2634132abc=936(abc)^2 = 52 \cdot 234 \cdot 72 = 2^63^413^2 \Longrightarrow abc = \boxed{936}.

Solution 2

We realize that the quantity under the largest radical is a perfect square and attempt to rewrite the radicand as a square. Start by setting x=2x=\sqrt{2}, y=3y=\sqrt{3}, and z=5z=\sqrt{5}. Since

(px+qy+rz)2=p2x2+q2y2+r2z2+2(pqxy+prxz+qryz)(px+qy+rz)^2=p^2x^2+q^2y^2+r^2z^2+2(pqxy+prxz+qryz) we attempt to rewrite the radicand in this form:

2006+2(52xy+234xz+72yz)2006+2(52xy+234xz+72yz) Factoring, we see that 52=13452=13\cdot4, 234=1318234=13\cdot18, and 72=41872=4\cdot18. Setting p=13p=13, q=4q=4, and r=18r=18, we see that

2006=132x2+42y2+182z2=1692+163+32452006=13^2x^2+4^2y^2+18^2z^2=169\cdot2+16\cdot3+324\cdot5 so our numbers check. Thus 1042+4683+1445+2006=(132+43+185)2104\sqrt{2}+468\sqrt{3}+144\sqrt{5}+2006=(13\sqrt{2}+4\sqrt{3}+18\sqrt{5})^2. Square rooting gives us 132+43+18513\sqrt{2}+4\sqrt{3}+18\sqrt{5} and our answer is 13418=93613\cdot4\cdot18=\boxed{936}