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 18:53, 9 March 2020

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);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]

The convex pentagon $ABCDE$ has $\angle{A}=\angle{B}=120^\circ,EA=AB=BC=2$ and $CD=DE=4$. What is the area of ABCDE?

$\text{(A) } 10\quad \text{(B) } 7\sqrt{3}\quad \text{(C) } 15\quad \text{(D) } 9\sqrt{3}\quad \text{(E) } 12\sqrt{5}$

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]

$\fbox{B}$

See also

1993 AHSME (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 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. AMC logo.png