Difference between revisions of "2000 AMC 10 Problems/Problem 7"
Rockmanex3 (talk | contribs) |
m (→Solution) |
||
Line 28: | Line 28: | ||
draw((0,0)--(3.4,2)); | draw((0,0)--(3.4,2)); | ||
dot((0,0)); | dot((0,0)); | ||
− | dot((0,2 | + | dot((0,2); |
dot((3.4,2)); | dot((3.4,2)); | ||
dot((3.4,0)); | dot((3.4,0)); |
Revision as of 20:39, 18 January 2021
Problem
In rectangle , , is on , and and trisect . What is the perimeter of ?
Solution
draw((0,2)--(3.4,2)--(3.4,0)--(0,0)--cycle); draw((0,0)--(1.3,2)); draw((0,0)--(3.4,2)); dot((0,0)); dot((0,2); dot((3.4,2)); dot((3.4,0)); dot((1.3,2)); label("$A$",(0,2),NW); label("$B$",(3.4,2),NE); label("$C$",(3.4,0),SE); label("$D$",(0,0),SW); label("$P$",(1.3,2),N); label("$1$",(0,1),W); label("$2$",(1.7,1),SE); label("$\frac{\sqrt{3}}{3}$",(0.65,2),N); label("$\frac{2\sqrt{3}}{3}$",(0.85,1),NW); label("$\frac{2\sqrt{3}}{3}$",(2.35,2),N); (Error making remote request. Unknown error_msg)
.
Since is trisected, .
Thus,
.
Adding, we get .
See Also
2000 AMC 10 (Problems • Answer Key • Resources) | ||
Preceded by Problem 6 |
Followed by Problem 8 | |
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.