Difference between revisions of "2002 AMC 10A Problems/Problem 25"
(→Solution 3) |
(→Solution) |
||
Line 81: | Line 81: | ||
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{\mathrm{(C)}\ 210}</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{\mathrm{(C)}\ 210}</math> | ||
+ | |||
+ | === Solution 3 === | ||
+ | |||
+ | 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> | ||
+ | |||
+ | Call the length of <math>AD'</math> to be <math>y</math>, the length of <math>BC'</math> to be <math>z</math>, and the height of the trapezoid to be <math>x</math>. | ||
+ | By the Pythagorean Theorem, we have: | ||
+ | <cmath>z^2 + x^2 = 144</cmath> | ||
+ | <cmath>y^2 + x^2 = 25</cmath> | ||
+ | |||
+ | Subtracting these two equation yields: | ||
+ | <cmath>z^2-y^2=119 \implies (z+y)(z-y)=119</cmath> | ||
+ | |||
+ | We also have: <math>z+y=52-39=13</math>. | ||
+ | |||
+ | We can substitute the value of <math>z+y</math> into the equation we just obtained, so we now have: | ||
+ | |||
+ | <cmath>(13) (z-y)=119 \implies z-y=\frac{119}{13}</cmath>. | ||
+ | |||
+ | We can add the <math>z+y</math> and the <math>z-y</math> equation to find the value of <math>z</math>, which simplifies down to be <math>\frac{144}{13}</math>. Finally, we can plug in <math>z</math> and use the Pythagorean theorem to find the height of the trapezoid. | ||
+ | |||
+ | <cmath>\frac{12^4}{13^2} + x^2 = 12^2 \implies x^2 = \frac{(12^2)(13^2)}{13^2} -\frac{12^4}{13^2} \implies x^2 = \frac{(12 \cdot 13)^2 - (144)^2}{13^2} \implies x^2 = \frac{(156+144)(156-144)}{13^2} \implies x = \sqrt{\frac{3600}{169}} = \frac{60}{13}</cmath> | ||
+ | |||
+ | Now that we have the height of the triangle, we can multiply this by the median to find our answer. | ||
+ | |||
+ | The median of the trapezoid is <math>\frac{39+52}{2} = \frac{91}{2}</math>, and multiplying this and the height of the trapezoid gets us: | ||
+ | |||
+ | <cmath>\frac{60 \cdot 91}{13 \cdot 2} = \boxed{\mathrm{(C)}\ 210}</cmath> | ||
== See also == | == See also == |
Revision as of 14:01, 31 January 2016
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
Solution 3
Draw altitudes from points and :
Call the length of to be , the length of to be , and the height of the trapezoid to be . By the Pythagorean Theorem, we have:
Subtracting these two equation yields:
We also have: .
We can substitute the value of into the equation we just obtained, so we now have:
.
We can add the and the equation to find the value of , which simplifies down to be . Finally, we can plug in and use the Pythagorean theorem to find the height of the trapezoid.
Now that we have the height of the triangle, we can multiply this by the median to find our answer.
The median of the trapezoid is , and multiplying this and the height of the trapezoid gets us:
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 |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.