Difference between revisions of "1991 AIME Problems/Problem 14"
Pi is 3.14 (talk | contribs) (→Solution) |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
== Solution == | == Solution == | ||
− | <center> | + | <center><asy>defaultpen(fontsize(9)); |
+ | pair A=expi(-pi/2-acos(475/486)), B=expi(-pi/2+acos(475/486)), C=expi(-pi/2+acos(475/486)+acos(7/18)), D=expi(-pi/2+acos(475/486)+2*acos(7/18)), E=expi(-pi/2+acos(475/486)+3*acos(7/18)), F=expi(-pi/2-acos(475/486)-acos(7/18)); | ||
+ | draw(unitcircle);draw(A--B--C--D--E--F--A);draw(A--C..A--D..A--E); | ||
+ | dot(A^^B^^C^^D^^E^^F); | ||
+ | label("\(A\)",A,(-1,-1));label("\(B\)",B,(1,-1));label("\(C\)",C,(1,0)); | ||
+ | label("\(D\)",D,(1,1));label("\(E\)",E,(-1,1));label("\(F\)",F,(-1,0)); | ||
+ | label("31",A/2+B/2,(0.7,1));label("81",B/2+C/2,(0.45,-0.2)); | ||
+ | label("81",C/2+D/2,(-1,-1));label("81",D/2+E/2,(0,-1)); | ||
+ | label("81",E/2+F/2,(1,-1));label("81",F/2+A/2,(1,1)); | ||
+ | label("\(x\)",A/2+C/2,(-1,1));label("\(y\)",A/2+D/2,(1,-1.5)); | ||
+ | label("\(z\)",A/2+E/2,(1,0)); | ||
+ | </asy></center><!-- asy replaced Image:AIME 1991 Solution 14.png by minsoens --> | ||
Let <math>x=AC=BF</math>, <math>y=AD=BE</math>, and <math>z=AE=BD</math>. | Let <math>x=AC=BF</math>, <math>y=AD=BE</math>, and <math>z=AE=BD</math>. | ||
− | [[Ptolemy's Theorem]] on <math>ABCD</math> gives <math>81y+31\cdot 81=xz</math>, and Ptolemy on <math> | + | [[Ptolemy's Theorem]] on <math>ABCD</math> gives <math>81y+31\cdot 81=xz</math>, and Ptolemy on <math>ACDF</math> gives <math>x\cdot z+81^2=y^2</math>. |
− | Subtracting these equations give <math>y^2-81y-112\cdot 81=0</math>, and from this <math>y=144</math>. Ptolemy on <math>ADEF</math> gives <math>81y+81^2=z^2</math>, and from this <math>z=135</math>. Finally, plugging back into the first equation gives <math>x=105</math>, so <math>x+y+z=105+144+135=384</math>. | + | Subtracting these equations give <math>y^2-81y-112\cdot 81=0</math>, and from this <math>y=144</math>. Ptolemy on <math>ADEF</math> gives <math>81y+81^2=z^2</math>, and from this <math>z=135</math>. Finally, plugging back into the first equation gives <math>x=105</math>, so <math>x+y+z=105+144+135=\boxed{384}</math>. |
+ | |||
+ | == Video Solution by OmegaLearn == | ||
+ | https://youtu.be/DVuf-uXjfzY?t=522 | ||
+ | |||
+ | ~ pi_is_3.14 | ||
== See also == | == See also == | ||
Line 14: | Line 30: | ||
[[Category:Intermediate Geometry Problems]] | [[Category:Intermediate Geometry Problems]] | ||
+ | {{MAA Notice}} |
Latest revision as of 02:56, 23 January 2023
Problem
A hexagon is inscribed in a circle. Five of the sides have length and the sixth, denoted by , has length . Find the sum of the lengths of the three diagonals that can be drawn from .
Solution
Let , , and .
Ptolemy's Theorem on gives , and Ptolemy on gives . Subtracting these equations give , and from this . Ptolemy on gives , and from this . Finally, plugging back into the first equation gives , so .
Video Solution by OmegaLearn
https://youtu.be/DVuf-uXjfzY?t=522
~ pi_is_3.14
See also
1991 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.