Difference between revisions of "2011 AMC 8 Problems/Problem 20"
m (Added Solution and See Also headers) |
|||
Line 28: | Line 28: | ||
==Solution== | ==Solution== | ||
+ | |||
+ | <asy> | ||
+ | unitsize(1.5mm); | ||
+ | defaultpen(linewidth(.9pt)+fontsize(10pt)); | ||
+ | dotfactor=3; | ||
+ | |||
+ | pair A,B,C,D,X,Y; | ||
+ | A=(9,12); B=(59,12); C=(75,0); D=(0,0); X=(9,0); Y=(59,0); | ||
+ | draw(A--B--C--D--cycle); | ||
+ | draw(A--X); draw(B--Y); | ||
+ | |||
+ | pair[] ps={A,B,C,D,X,Y}; | ||
+ | dot(ps); | ||
+ | |||
+ | label("$A$",A,NW); label("$B$",B,NE); label("$C$",C,SE); label("$D$",D,SW); | ||
+ | label("$X$",X,SE); label("$Y$",Y,S); | ||
+ | label("$a$",D--X,S); label("$b$",Y--C,S); | ||
+ | label("$15$",D--A,NW); label("$50$",B--A,N); label("$20$",B--C,NE); label("$12$",X--A,E); label("$12$",Y--B,W); | ||
+ | </asy> | ||
+ | |||
+ | If you draw altitudes from <math>A</math> and <math>B</math> to <math>CD,</math> the trapezoid will be divided into two right triangles and a rectangle. You can find the values of <math>a</math> and <math>b</math> with the [[Pythagorean theorem]]. | ||
+ | |||
+ | <cmath>a=\sqrt{15^2-12^2}=\sqrt{81}=9</cmath> | ||
+ | |||
+ | <cmath>b=\sqrt{20^2-12^2}=\sqrt{256}=16</cmath> | ||
+ | |||
+ | <math>ABYX</math> is a rectangle so <math>XY=AB=50.</math> | ||
+ | |||
+ | <cmath>CD=a+XY+b=9+50+16=75</cmath> | ||
+ | |||
+ | The area of the trapezoid is | ||
+ | |||
+ | <cmath>12\cdot \frac{(50+75)}{2} = 6(125) = \boxed{\textbf{(D)}\ 750}</cmath> | ||
==See Also== | ==See Also== | ||
{{AMC8 box|year=2011|num-b=19|num-a=21}} | {{AMC8 box|year=2011|num-b=19|num-a=21}} |
Revision as of 20:14, 25 November 2011
Quadrilateral is a trapezoid, , , , and the altitude is . What is the area of the trapeziod?
Solution
If you draw altitudes from and to the trapezoid will be divided into two right triangles and a rectangle. You can find the values of and with the Pythagorean theorem.
is a rectangle so
The area of the trapezoid is
See Also
2011 AMC 8 (Problems • Answer Key • Resources) | ||
Preceded by Problem 19 |
Followed by Problem 21 | |
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 | ||
All AJHSME/AMC 8 Problems and Solutions |