返回题库

AIME 2006 II · 第 9 题

AIME 2006 II — Problem 9

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Circles C1,C2,\mathcal{C}_1, \mathcal{C}_2, and C3\mathcal{C}_3 have their centers at (0,0), (12,0), and (24,0), and have radii 1, 2, and 4, respectively. Line t1t_1 is a common internal tangent to C1\mathcal{C}_1 and C2\mathcal{C}_2 and has a positive slope, and line t2t_2 is a common internal tangent to C2\mathcal{C}_2 and C3\mathcal{C}_3 and has a negative slope. Given that lines t1t_1 and t2t_2 intersect at (x,y),(x,y), and that x=pqr,x=p-q\sqrt{r}, where p,q,p, q, and rr are positive integers and rr is not divisible by the square of any prime, find p+q+r.p+q+r.

解析

Solution

AIME diagram

Call the centers O1,O2,O3O_1, O_2, O_3, the points of tangency r1,r2,s1,s2r_1, r_2, s_1, s_2 (with rr on t1t_1 and ss on t2t_2, and s2s_2 on C2\mathcal{C}_2), and the intersection of each common internal tangent to the X-axis r,sr, s. O1r1rO2r2r\triangle O_1r_1r \sim \triangle O_2r_2r since both triangles have a right angle and have vertical angles, and the same goes for O2s2sO3s1s\triangle O_2s_2s \sim \triangle O_3s_1s. By proportionality, we find that O1r=4O_1r = 4; solving O1r1r\triangle O_1r_1r by the Pythagorean theorem yields r1r=15r_1r = \sqrt{15}. On C3\mathcal{C}_3, we can do the same thing to get O3s1=4O_3s_1 = 4 and s1s=43s_1s = 4\sqrt{3}.

The vertical altitude of each of O1r1r\triangle O_1r_1r and O3s1s\triangle O_3s_1s can each by found by the formula ch=abc \cdot h = a \cdot b (as both products equal twice of the area of the triangle). Thus, the respective heights are 154\frac{\sqrt{15}}{4} and 232\sqrt{3}. The horizontal distance from each altitude to the intersection of the tangent with the x-axis can also be determined by the Pythagorean theorem: 151516=154\sqrt{15 - \frac{15}{16}} = \frac{15}{4}, and by 30-60-90: 66.

From this information, the slope of each tangent can be uncovered. The slope of t1=ΔyΔx=154154=115t_1 = \frac{\Delta y}{\Delta x} = \frac{\frac{\sqrt{15}}{4}}{\frac{15}{4}} = \frac{1}{\sqrt{15}}. The slope of t2=236=13t_2 = -\frac{2\sqrt{3}}{6} = -\frac{1}{\sqrt{3}}.

The equation of t1t_1 can be found by substituting the point r(4,0)r (4,0) into y=115x+by = \frac{1}{\sqrt{15}}x + b, so y=115x415y = \frac{1}{\sqrt{15}}x - \frac{4}{\sqrt{15}}. The equation of t2t_2, found by substituting point s(16,0)s (16,0), is y=13x+163y = \frac{-1}{\sqrt{3}}x + \frac{16}{\sqrt{3}}. Putting these two equations together results in the desired 115x415=13x+163\frac{1}{\sqrt{15}}x - \frac{4}{\sqrt{15}} = -\frac{1}{\sqrt{3}}x + \frac{16}{\sqrt{3}} x=165+45+15151\Longrightarrow x = \frac{16\sqrt{5} + 4}{\sqrt{5} + 1} \cdot \frac{\sqrt{5}-1}{\sqrt{5}-1} =761254= \frac{76 - 12\sqrt{5}}{4} =1935= 19 - 3\sqrt{5}. Thus, p+q+r=19+3+5027p + q + r = 19 + 3 + 5 \Longrightarrow \boxed{027}.