Difference between revisions of "1995 AIME Problems/Problem 14"
m |
(solution) |
||
Line 1: | Line 1: | ||
== Problem == | == Problem == | ||
− | In a circle of radius 42, two | + | In a [[circle]] of [[radius]] <math>42</math>, two [[chord]]s of length <math>78</math> intersect at a point whose distance from the center is <math>18</math>. 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 <math>m\pi-n\sqrt{d},</math> where <math>m, n,</math> and <math>d_{}</math> are positive integers and <math>d_{}</math> is not divisible by the square of any prime number. Find <math>m+n+d.</math> |
== Solution == | == Solution == | ||
+ | Let the center of the circle be <math>O</math>, and the two chords be <math>\overline{AB}, \overline{CD}</math> and intersecting at <math>E</math>, such that <math>AE = CE < BE = DE</math>. Let <math>F</math> be the midpoint of <math>\overline{AB}</math>. Then <math>\overline{OF} \perp \overline{AB}</math>. | ||
+ | |||
+ | <center><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></center> | ||
+ | |||
+ | By the [[Pythagorean Theorem]], <math>OF = \sqrt{OB^2 - BF^2} = \sqrt{42^2 - 39^2} = 9\sqrt{3}</math>, and <math>EF = \sqrt{OE^2 - OF^2} = 9</math>. Then <math>OEF</math> is a <math>30-60-90</math> [[right triangle]], so <math>\angle OEB = \angle OED = 60^{\circ}</math>. Thus <math>\angle BEC = 60^{\circ}</math>, and by the [[Law of Cosines]], | ||
+ | |||
+ | <center><math>BC^2 = BE^2 + CE^2 - 2 \cdot BE \cdot CE \cos 60^{\circ} = 42.</math></center> | ||
+ | |||
+ | It follows that <math>\triangle BCO</math> is an [[equilateral triangle]], so <math>\angle BOC = 60^{\circ}</math>. The desired area can be broken up into two regions, <math>\triangle BCE</math> and the region bounded by <math>\overline{BC}</math> and minor arc <math>\stackrel{\frown}{BC}</math>. The former can be found by [[Heron's formula]] to be <math>[BCE] = \sqrt{60(60-48)(60-42)(60-30)} = 360\sqrt{3}</math>. The latter is the difference between the area of [[sector]] <math>BOC</math> and the equilateral <math>\triangle BOC</math>, or <math>\frac{1}{6}\pi (42)^2 - \frac{42^2 \sqrt{3}}{4} = 294\pi - 441\sqrt{3}</math>. | ||
+ | |||
+ | Thus, the desired area is <math>360\sqrt{3} + 294\pi - 441\sqrt{3} = 294\pi - 81\sqrt{3}</math>, and <math>m+n+d = \boxed{378}</math>. | ||
== See also == | == See also == | ||
− | + | {{AIME box|year=1995|num-b=13|num-a=15}} | |
− | + | ||
− | + | [[Category:Intermediate Geometry Problems]] |
Revision as of 19:55, 11 August 2008
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 .
By the Pythagorean Theorem, , and . Then is a right triangle, so . Thus , and by the Law of Cosines,
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 .
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 |