1995 AIME Problems/Problem 14
Problem
In a circle of radius , two chords of length
intersect at a point whose distance from the center is
. 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
where
and
are positive integers and
is not divisible by the square of any prime number. Find
Solution
Let the center of the circle be , and the two chords be
and intersecting at
, such that
. Let
be the midpoint of
. Then
.
![[asy] size(200); pathpen = black + linewidth(0.7); pen d = dashed+linewidth(0.7); pair O = (0,0), E=(0,18), B=E+48*expi(11*pi/6), D=E+48*expi(7*pi/6), A=E+30*expi(5*pi/6), C=E+30*expi(pi/6), F=foot(O,B,A); D(CR(D(MP("O",O)),42)); D(MP("A",A,NW)--MP("B",B,SE)); D(MP("C",C,NE)--MP("D",D,SW)); D(MP("E",E,N)); D(C--B--O--E,d);D(O--D(MP("F",F,NE)),d); MP("39",(B+F)/2,NE);MP("30",(C+E)/2,NW);MP("42",(B+O)/2); [/asy]](http://latex.artofproblemsolving.com/5/8/b/58bff3acd2750c3b5749265af5957794bcfc73d7.png)
By the Pythagorean Theorem, , and
. Then
is a
right triangle, so
. Thus
, and by the Law of Cosines,
![$BC^2 = BE^2 + CE^2 - 2 \cdot BE \cdot CE \cos 60^{\circ} = 42^2.$](http://latex.artofproblemsolving.com/7/5/5/7551ad1ffbec0c47b245b4c9f9ff831dc0129757.png)
It follows that is an equilateral triangle, so
. The desired area can be broken up into two regions,
and the region bounded by
and minor arc
. The former can be found by Heron's formula to be
. The latter is the difference between the area of sector
and the equilateral
, or
.
Thus, the desired area is , and
.
Note: the area of can be more easily found by using the sine method
.
-NL008
See also
1995 AIME (Problems • Answer Key • Resources) | ||
Preceded by Problem 13 |
Followed by Problem 15 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.