返回题库

AIME 2005 II · 第 8 题

AIME 2005 II — Problem 8

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Circles C1C_1 and C2C_2 are externally tangent, and they are both internally tangent to circle C3.C_3. The radii of C1C_1 and C2C_2 are 4 and 10, respectively, and the centers of the three circles are all collinear. A chord of C3C_3 is also a common external tangent of C1C_1 and C2.C_2. Given that the length of the chord is mnp\frac{m\sqrt{n}}p where m,n,m,n, and pp are positive integers, mm and pp are relatively prime, and nn is not divisible by the square of any prime, find m+n+p.m+n+p.

解析

Solution

AIME diagram

Let O1,O2,O3O_1, O_2, O_3 be the centers and r1=4,r2=10,r3=14r_1 = 4, r_2 = 10,r_3 = 14 the radii of the circles C1,C2,C3C_1, C_2, C_3. Let T1,T2T_1, T_2 be the points of tangency from the common external tangent of C1,C2C_1, C_2, respectively, and let the extension of T1T2\overline{T_1T_2} intersect the extension of O1O2\overline{O_1O_2} at a point HH. Let the endpoints of the chord/tangent be A,BA,B, and the foot of the perpendicular from O3O_3 to AB\overline{AB} be TT. From the similar right triangles HO1T1HO2T2HO3T\triangle HO_1T_1 \sim \triangle HO_2T_2 \sim \triangle HO_3T,

HO14=HO1+1410=HO1+10O3T.\frac{HO_1}{4} = \frac{HO_1+14}{10} = \frac{HO_1+10}{O_3T}. It follows that HO1=283HO_1 = \frac{28}{3}, and that O3T=587O_3T = \frac{58}{7}\dagger. By the Pythagorean Theorem on ATO3\triangle ATO_3, we find that

AB=2AT=2(r32O3T2)=214258272=83907AB = 2AT = 2\left(\sqrt{r_3^2 - O_3T^2}\right) = 2\sqrt{14^2 - \frac{58^2}{7^2}} = \frac{8\sqrt{390}}{7} and the answer is m+n+p=405m+n+p=\boxed{405}.

\dagger Alternatively, drop an altitude from O1O_1 to O3TO_3T at O3O_3', and to O2T2O_2T_2 at O2O_2'. Then, O2O2=104=6O_2O_2'=10-4=6, and O1O2=14O_1O_2=14. But O1O3O3O_1O_3O_3' is similar to O1O2O2O_1O_2O_2' so O3O3=61410=307O_3O_3'=\frac{6}{14} \cdot 10=\frac{30}{7}. From rectangles, O3T=O1T1=4O_3'T=O_1T_1=4 so O3T=4+307=587O_3T=4+\frac{30}{7}=\frac{58}{7}.

Solution 2

Call our desired length xx. Note for any XX on AB\overline{AB} and YY on O1O2\overline{O_1O_2} such that XYAB\overline{XY}\perp\overline{AB} that the function ff such that f(O1Y)=XYf(\overline{O_1Y})=\overline{XY} is linear. Since (0,4)(0,4) and (14,10)(14,10), we can quickly interpolate that f(10)=O3T=587f(10)=\overline{O_3T}=\frac{58}{7}. Then, extend O3T\overline{O_3T} until it reaches the circle on both sides; call them P,QP,Q. By Power of a Point, PTTQ=ATTB\overline{PT}\cdot\overline{TQ}=\overline{AT}\cdot\overline{TB}. Since AT=TB=12x\overline{AT}=\overline{TB}=\frac{1}{2}x,

(PO3O3T)(QO3+O3T)=14x2(\overline{PO_3}-\overline{O_3T})(\overline{QO_3}+\overline{O_3T})=\frac{1}{4}x^2 (14+587)(14587)=14x2\left(14+\frac{58}{7}\right)\left(14-\frac{58}{7}\right)=\frac{1}{4}x^2 After solving for xx, we get x=83907x=\frac{8\sqrt{390}}{7}, so our answer is 8+390+7=4058+390+7=\boxed{405}