Difference between revisions of "1993 AHSME Problems/Problem 14"
(Created page with "== Problem == <asy> draw((-1,0)--(1,0)--(1+sqrt(2),sqrt(2))--(0,sqrt(2)+sqrt(13-2*sqrt(2)))--(-1-sqrt(2),sqrt(2))--cycle,black+linewidth(.75)); MP("A",(-1,0),SW);MP("B",(1,0),SE)...") |
(→Solution) |
||
Line 15: | Line 15: | ||
== Solution == | == Solution == | ||
+ | <asy> | ||
+ | draw((-1,0)--(1,0)--(1+sqrt(2),sqrt(2))--(0,sqrt(2)+sqrt(13-2*sqrt(2)))--(-1-sqrt(2),sqrt(2))--cycle,black+linewidth(.75)); | ||
+ | draw((1+sqrt(2),sqrt(2))--(-1-sqrt(2),sqrt(2))); | ||
+ | draw((-1,0)--(-1,sqrt(2))); | ||
+ | draw((1,0)--(1,sqrt(2))); | ||
+ | MP("A",(-1,0),SW);MP("B",(1,0),SE);MP("C",(1+sqrt(2),sqrt(2)),E);MP("D",(0,sqrt(2)+sqrt(13-2*sqrt(2))),N);MP("E",(-1-sqrt(2),sqrt(2)),W); | ||
+ | dot((-1,0));dot((1,0));dot((1+sqrt(2),sqrt(2)));dot((-1-sqrt(2),sqrt(2)));dot((0,sqrt(2)+sqrt(13-2*sqrt(2)))); | ||
+ | </asy> | ||
+ | |||
<math>\fbox{B}</math> | <math>\fbox{B}</math> | ||
Revision as of 17:53, 9 March 2020
Problem
The convex pentagon has and . What is the area of ABCDE?
Solution
See also
1993 AHSME (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 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 • 26 • 27 • 28 • 29 • 30 | ||
All AHSME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.