Difference between revisions of "1995 AIME Problems/Problem 14"

m
(solution)
Line 1: Line 1:
 
== Problem ==
 
== Problem ==
In a circle of radius 42, two chords of length 78 intersect at a point whose distance from the center is 18.  The two chords divide the interior of the circle into four regions.  Two of these regions are bordered by segments of unequal lenghts, and the area of either of them can be expressed uniquley in the form <math>\displaystyle m\pi-n\sqrt{d},</math> where <math>\displaystyle m, n,</math> and <math>\displaystyle d_{}</math> are positive integers and <math>\displaystyle d_{}</math> is not divisible by the square of any prime number.  Find <math>\displaystyle m+n+d.</math>
+
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 ==
* [[1995_AIME_Problems/Problem_13|Previous Problem]]
+
{{AIME box|year=1995|num-b=13|num-a=15}}
* [[1995_AIME_Problems/Problem_15|Next Problem]]
+
 
* [[1995 AIME Problems]]
+
[[Category:Intermediate Geometry Problems]]

Revision as of 20:55, 11 August 2008

Problem

In a circle of radius $42$, two chords of length $78$ intersect at a point whose distance from the center is $18$. 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\pi-n\sqrt{d},$ where $m, n,$ and $d_{}$ are positive integers and $d_{}$ is not divisible by the square of any prime number. Find $m+n+d.$

Solution

Let the center of the circle be $O$, and the two chords be $\overline{AB}, \overline{CD}$ and intersecting at $E$, such that $AE = CE < BE = DE$. Let $F$ be the midpoint of $\overline{AB}$. Then $\overline{OF} \perp \overline{AB}$.

[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]

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

$BC^2 = BE^2 + CE^2 - 2 \cdot BE \cdot CE \cos 60^{\circ} = 42.$

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

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

See also

1995 AIME (ProblemsAnswer KeyResources)
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