返回题库

AIME 2004 II · 第 12 题

AIME 2004 II — Problem 12

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let ABCDABCD be an isosceles trapezoid, whose dimensions are AB=6,BC=5=DA,AB = 6, BC=5=DA,and CD=4.CD=4. Draw circles of radius 3 centered at AA and B,B, and circles of radius 2 centered at CC and D.D. A circle contained within the trapezoid is tangent to all four of these circles. Its radius is k+mnp,\frac{-k+m\sqrt{n}}p, where k,m,n,k, m, n, and pp are positive integers, nn is not divisible by the square of any prime, and kk and pp are relatively prime. Find k+m+n+p.k+m+n+p.

解析

Solution

Let the radius of the center circle be rr and its center be denoted as OO.

AIME diagram

Clearly line AOAO passes through the point of tangency of circle AA and circle OO. Let yy be the height from the base of the trapezoid to OO. From the Pythagorean Theorem,

32+y2=(r+3)2y=r2+6r.3^2 + y^2 = (r + 3)^2 \Longrightarrow y = \sqrt {r^2 + 6r}. We use a similar argument with the line DODO, and find the height from the top of the trapezoid to OO, zz, to be z=r2+4rz = \sqrt {r^2 + 4r}.

Now y+zy + z is simply the height of the trapezoid. Let DD' be the foot of the perpendicular from DD to ABAB; then AD=32=1AD' = 3 - 2 = 1. By the Pythagorean Theorem, (AD)2+(DD)2=(AD)2DD=24(AD')^2 + (DD')^2 = (AD)^2 \Longrightarrow DD' = \sqrt{24} so we need to solve the equation r2+4r+r2+6r=24\sqrt {r^2 + 4r} + \sqrt {r^2 + 6r} = \sqrt {24}. We can solve this by moving one radical to the other side, and squaring the equation twice to end with a quadratic equation.

Solving this, we get r=60+48323r = \frac { - 60 + 48\sqrt {3}}{23}, and the answer is k+m+n+p=60+48+3+23=134k + m + n + p = 60 + 48 + 3 + 23 = \boxed{134}.