Difference between revisions of "2002 AMC 10A Problems/Problem 25"
(→Solution) |
(alternate solution) |
||
Line 5: | Line 5: | ||
== Solution == | == Solution == | ||
+ | |||
+ | === Solution 1 === | ||
+ | |||
It shouldn't be hard to use [[trigonometry]] to bash this and find the height, but there is a much easier way. Extend <math>\overline{AD}</math> and <math>\overline{BC}</math> to meet at point <math>E</math>: | It shouldn't be hard to use [[trigonometry]] to bash this and find the height, but there is a much easier way. Extend <math>\overline{AD}</math> and <math>\overline{BC}</math> to meet at point <math>E</math>: | ||
Line 32: | Line 35: | ||
<cmath> | <cmath> | ||
[ABCD] = [ABE] - [CDE] = \frac {1}{2}\cdot 20 \cdot 48 - \frac {1}{2} \cdot 15 \cdot 36 = \boxed{\mathrm{(C)}\ 210}</cmath> | [ABCD] = [ABE] - [CDE] = \frac {1}{2}\cdot 20 \cdot 48 - \frac {1}{2} \cdot 15 \cdot 36 = \boxed{\mathrm{(C)}\ 210}</cmath> | ||
+ | |||
+ | === Solution 2 === | ||
+ | |||
+ | Draw altitudes from points <math>C</math> and <math>D</math>: | ||
+ | |||
+ | <center><asy> | ||
+ | unitsize(0.2cm); | ||
+ | defaultpen(0.8); | ||
+ | pair A=(0,0), B = (52,0), C=(52-144/13,60/13), D=(25/13,60/13), E=(52-144/13,0), F=(25/13,0); | ||
+ | draw(A--B--C--D--cycle); | ||
+ | draw(C--E,dashed); | ||
+ | draw(D--F,dashed); | ||
+ | label("\(A\)",A,SW); | ||
+ | label("\(B\)",B,S); | ||
+ | label("\(C\)",C,NE); | ||
+ | label("\(D\)",D,N); | ||
+ | label("\(D'\)",F,SSE); | ||
+ | label("\(C'\)",E,S); | ||
+ | label("39",(C+D)/2,N); | ||
+ | label("52",(A+B)/2,S); | ||
+ | label("5",(A+D)/2,W); | ||
+ | label("12",(B+C)/2,ENE); | ||
+ | </asy></center> | ||
+ | |||
+ | Translate the triangle <math>ADD'</math> so that <math>DD'</math> coincides with <math>CC'</math>. We get the following triangle: | ||
+ | |||
+ | <center><asy> | ||
+ | unitsize(0.2cm); | ||
+ | defaultpen(0.8); | ||
+ | pair A=(0,0), B = (13,0), C=(25/13,60/13), F=(25/13,0); | ||
+ | draw(A--B--C--cycle); | ||
+ | draw(C--F,dashed); | ||
+ | label("\(A'\)",A,SW); | ||
+ | label("\(B\)",B,S); | ||
+ | label("\(C\)",C,N); | ||
+ | label("\(C'\)",F,SE); | ||
+ | label("5",(A+C)/2,W); | ||
+ | label("12",(B+C)/2,ENE); | ||
+ | </asy></center> | ||
+ | |||
+ | The length of <math>A'B</math> in this triangle is equal to the length of the original <math>AB</math>, minus the length of <math>CD</math>. | ||
+ | Thus <math>A'B = 52 - 39 = 13</math>. | ||
+ | |||
+ | Therefore <math>A'BC</math> is a well-known <math>(5,12,13)</math> right triangle. Its area is <math>[A'BC]=\frac{A'C\cdot BC}2 = \frac{5\cdot 12}2 = 30</math>, and therefore its altitude <math>CC'</math> is <math>\frac{[A'BC]}{A'B} = \frac{60}{13}</math>. | ||
+ | |||
+ | Now the area of the original trapezoid is <math>\frac{(AB+CD)\cdot CC'}2 = \frac{91 \cdot 60}{13 \cdot 2} = 7\cdot 30 = \boxed{210}</math>. | ||
== See also == | == See also == |
Revision as of 13:27, 24 January 2009
Problem
In trapezoid with bases and , we have , , , and . The area of is
Solution
Solution 1
It shouldn't be hard to use trigonometry to bash this and find the height, but there is a much easier way. Extend and to meet at point :
Since we have , with the ratio of proportionality being . Thus So the sides of are , which we recognize to be a right triangle. Therefore (we could simplify some of the calculation using that the ratio of areas is equal to the ratio of the sides squared),
Solution 2
Draw altitudes from points and :
Translate the triangle so that coincides with . We get the following triangle:
The length of in this triangle is equal to the length of the original , minus the length of . Thus .
Therefore is a well-known right triangle. Its area is , and therefore its altitude is .
Now the area of the original trapezoid is .
See also
2002 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 24 |
Followed by Last problem | |
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 AMC 10 Problems and Solutions |