返回题库

AIME 1995 · 第 14 题

AIME 1995 — Problem 14

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In a circle of radius 4242, two chords of length 7878 intersect at a point whose distance from the center is 1818. The two chords divide the interior of the circle into four regions. Two of these regions are bordered by segments of unequal lengths, and the area of either of them can be expressed uniquely in the form mπnd,m\pi-n\sqrt{d}, where m,n,m, n, and dd_{} are positive integers and dd_{} is not divisible by the square of any prime number. Find m+n+d.m+n+d.

解析

Solution

Let the center of the circle be OO, and the two chords be AB,CD\overline{AB}, \overline{CD} and intersecting at EE, such that AE=CE<BE=DEAE = CE < BE = DE. Let FF be the midpoint of AB\overline{AB}. Then OFAB\overline{OF} \perp \overline{AB}.

AIME diagram

By the Pythagorean Theorem, OF=OB2BF2=422392=93OF = \sqrt{OB^2 - BF^2} = \sqrt{42^2 - 39^2} = 9\sqrt{3}, and EF=OE2OF2=9EF = \sqrt{OE^2 - OF^2} = 9. Then OEFOEF is a 30609030-60-90 right triangle, so OEB=OED=60\angle OEB = \angle OED = 60^{\circ}. Thus BEC=60\angle BEC = 60^{\circ}, and by the Law of Cosines,

BC2=BE2+CE22BECEcos60=422.BC^2 = BE^2 + CE^2 - 2 \cdot BE \cdot CE \cos 60^{\circ} = 42^2.

It follows that BCO\triangle BCO is an equilateral triangle, so BOC=60\angle BOC = 60^{\circ}. The desired area can be broken up into two regions, BCE\triangle BCE and the region bounded by BC\overline{BC} and minor arc BC\stackrel{\frown}{BC}. The former can be found by Heron's formula to be [BCE]=60(6048)(6042)(6030)=3603[BCE] = \sqrt{60(60-48)(60-42)(60-30)} = 360\sqrt{3}. The latter is the difference between the area of sector BOCBOC and the equilateral BOC\triangle BOC, or 16π(42)242234=294π4413\frac{1}{6}\pi (42)^2 - \frac{42^2 \sqrt{3}}{4} = 294\pi - 441\sqrt{3}.

Thus, the desired area is 3603+294π4413=294π813360\sqrt{3} + 294\pi - 441\sqrt{3} = 294\pi - 81\sqrt{3}, and m+n+d=378m+n+d = \boxed{378}.


Note: the area of BCE\triangle BCE can be more easily found by using the sine method []=12absinC[\triangle] = \frac{1}{2} ab \sin C. [BCE]=304812sin60=302432=3603[BCE] = 30 \cdot 48 \cdot \frac{1}{2} \cdot \sin 60^\circ = 30 \cdot 24 \cdot \frac{\sqrt{3}}{2} = 360\sqrt{3}

-NL008