2012 AMC 10B Problems/Problem 19: Difference between revisions
| Line 12: | Line 12: | ||
pair C=(30,0); | pair C=(30,0); | ||
pair D=(30,6); | pair D=(30,6); | ||
pair G=(15,6); | |||
pair E=(0,-2); | |||
pair F=(15/2,0); | |||
dot(A); | dot(A); | ||
dot(B); | dot(B); | ||
dot(C); | dot(C); | ||
dot(D); | dot(D); | ||
dot(G); | |||
dot(E); | |||
dot(F); | |||
label("A",(0,6),NW); | label("A",(0,6),NW); | ||
label("B",(0,0),W); | label("B",(0,0),W); | ||
Revision as of 13:55, 31 December 2019
Problem
In rectangle
,
,
, and
is the midpoint of
. Segment
is extended 2 units beyond
to point
, and
is the intersection of
and
. What is the area of
?
Solution
Note that the area of
equals the area of
.
Since
. Now,
, so
and
so
Therefore,
hence our answer is
See Also
| 2012 AMC 10B (Problems • Answer Key • Resources) | ||
| Preceded by Problem 18 |
Followed by Problem 20 | |
| 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 | ||
These problems are copyrighted © by the Mathematical Association of America.