返回题库

AIME 1994 · 第 2 题

AIME 1994 — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A circle with diameter PQ\overline{PQ} of length 10 is internally tangent at PP to a circle of radius 20. Square ABCDABCD is constructed with AA and BB on the larger circle, CD\overline{CD} tangent at QQ to the smaller circle, and the smaller circle outside ABCDABCD. The length of AB\overline{AB} can be written in the form m+nm + \sqrt{n}, where mm and nn are integers. Find m+nm + n.

AIME diagram

Note: The diagram was not given during the actual contest.

解析

Solution

AIME diagram

Call the center of the larger circle OO. Extend the diameter PQ\overline{PQ} to the other side of the square (at point EE), and draw AO\overline{AO}. We now have a right triangle, with hypotenuse of length 2020. Since OQ=OPPQ=2010=10OQ = OP - PQ = 20 - 10 = 10, we know that OE=ABOQ=AB10OE = AB - OQ = AB - 10. The other leg, AEAE, is just 12AB\frac 12 AB.

Apply the Pythagorean Theorem:

(AB10)2+(12AB)2=202(AB - 10)^2 + \left(\frac 12 AB\right)^2 = 20^2 AB220AB+100+14AB2400=0AB^2 - 20 AB + 100 + \frac 14 AB^2 - 400 = 0 AB216AB240=0AB^2 - 16 AB - 240 = 0

The quadratic formula shows that the answer is 16±162+42402=8±304\frac{16 \pm \sqrt{16^2 + 4 \cdot 240}}{2} = 8 \pm \sqrt{304}. Discard the negative root, so our answer is 8+304=3128 + 304 = \boxed{312}.

Video Solution by OmegaLearn

https://youtu.be/nPVDavMoG9M?t=32

~ pi_is_3.14