Difference between revisions of "2017 AIME II Problems/Problem 10"
(→Solution) |
The turtle (talk | contribs) |
||
Line 6: | Line 6: | ||
pair A,B,C,D,M,n,O,P; | pair A,B,C,D,M,n,O,P; | ||
A=(0,42);B=(84,42);C=(84,0);D=(0,0);M=(0,21);n=(28,42);O=(12,18);P=(32,13); | A=(0,42);B=(84,42);C=(84,0);D=(0,0);M=(0,21);n=(28,42);O=(12,18);P=(32,13); | ||
+ | fill(C--D--P--cycle,lightgray); | ||
draw(A--B--C--D--cycle); | draw(A--B--C--D--cycle); | ||
draw(C--M); | draw(C--M); |
Revision as of 16:56, 23 March 2017
Problem
Rectangle has side lengths and . Point is the midpoint of , point is the trisection point of closer to , and point is the intersection of and . Point lies on the quadrilateral , and bisects the area of . Find the area of .
Solution
See Also
2017 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 9 |
Followed by Problem 11 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.