Difference between revisions of "1995 AIME Problems/Problem 14"
(→Solution) |
|||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
== Problem == | == Problem == | ||
+ | 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^2.</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>. | ||
+ | |||
+ | ------ | ||
+ | |||
+ | Note: the area of <math>\triangle BCE</math> can be more easily found by using the sine method <math>[\triangle] = \frac{1}{2} ab \sin C</math>. <math>[BCE] = 30 \cdot 48 \cdot \frac{1}{2} \cdot \sin 60^\circ = 30 \cdot 24 \cdot \frac{\sqrt{3}}{2} = 360\sqrt{3}</math> | ||
+ | |||
+ | -NL008 | ||
== See also == | == See also == | ||
− | + | {{AIME box|year=1995|num-b=13|num-a=15}} | |
+ | |||
+ | [[Category:Intermediate Geometry Problems]] | ||
+ | {{MAA Notice}} |
Latest revision as of 12:11, 14 January 2023
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 .
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.