Difference between revisions of "2009 AMC 10B Problems/Problem 13"
(New page: the answer is C i think....) |
|||
Line 1: | Line 1: | ||
− | + | == Problem == | |
− | + | As shown below, convex pentagon <math>ABCDE</math> has sides <math>AB=3</math>, <math>BC=4</math>, <math>CD=6</math>, <math>DE=3</math>, and <math>EA=7</math>. The pentagon is originally positioned in the plane with vertex <math>A</math> at the origin and vertex <math>B</math> on the positive <math>x</math>-axis. The pentagon is then rolled clockwise to the right along the <math>x</math>-axis. Which side will touch the point <math>x=2009</math> on the <math>x</math>-axis? | |
+ | |||
+ | <asy> | ||
+ | unitsize(3mm); | ||
+ | defaultpen(linewidth(.8pt)+fontsize(8pt)); | ||
+ | dotfactor=4; | ||
+ | |||
+ | pair A=(0,0), Ep=7*dir(105), B=3*dir(0); | ||
+ | pair D=Ep+B; | ||
+ | pair C=intersectionpoints(Circle(D,6),Circle(B,4))[1]; | ||
+ | pair[] ds={A,B,C,D,Ep}; | ||
+ | |||
+ | dot(ds); | ||
+ | draw(B--C--D--Ep--A); | ||
+ | draw((6,6)..(8,4)..(8,3),EndArrow(3)); | ||
+ | xaxis("$x$",-8,14,EndArrow(3)); | ||
+ | |||
+ | label("$E$",Ep,NW); | ||
+ | label("$D$",D,NE); | ||
+ | label("$C$",C,E); | ||
+ | label("$B$",B,SE); | ||
+ | label("$(0,0)=A$",A,SW); | ||
+ | |||
+ | label("$3$",midpoint(A--B),N); | ||
+ | label("$4$",midpoint(B--C),NW); | ||
+ | label("$6$",midpoint(C--D),NE); | ||
+ | label("$3$",midpoint(D--Ep),S); | ||
+ | label("$7$",midpoint(Ep--A),W); | ||
+ | </asy> | ||
+ | |||
+ | <math> | ||
+ | \text{(A) } \overline{AB} | ||
+ | \qquad | ||
+ | \text{(B) } \overline{BC} | ||
+ | \qquad | ||
+ | \text{(C) } \overline{CD} | ||
+ | \qquad | ||
+ | \text{(D) } \overline{DE} | ||
+ | \qquad | ||
+ | \text{(E) } \overline{EA} | ||
+ | </math> | ||
+ | |||
+ | == Solution == | ||
+ | |||
+ | The perimeter of the polygon is <math>3+4+6+3+7 = 23</math>. Hence as we roll the polygon to the right, every <math>23</math> units the side <math>\overline{AB}</math> will be the bottom side. | ||
+ | |||
+ | We have <math>2009 = 23 \times 87 + 8</math>. Thus at some point in time we will get the situation when <math>A=(2001,0)</math> and <math>\overline{AB}</math> is the bottom side. Obviously, at this moment <math>B=(2004,0)</math>. | ||
+ | |||
+ | After that, the polygon rotates around <math>B</math> until point <math>C</math> hits the <math>x</math> axis at <math>(2008,0)</math>. | ||
+ | |||
+ | And finally, the polygon rotates around <math>C</math> until point <math>D</math> hits the <math>x</math> axis at <math>(2014,0)</math>. | ||
+ | At this point the side <math>\boxed{\overline{CD}}</math> touches the point <math>(2009,0)</math>. | ||
+ | |||
+ | == See Also == | ||
+ | |||
+ | {{AMC10 box|year=2009|ab=B|num-b=12|num-a=14}} |
Revision as of 19:26, 6 March 2009
Problem
As shown below, convex pentagon has sides , , , , and . The pentagon is originally positioned in the plane with vertex at the origin and vertex on the positive -axis. The pentagon is then rolled clockwise to the right along the -axis. Which side will touch the point on the -axis?
Solution
The perimeter of the polygon is . Hence as we roll the polygon to the right, every units the side will be the bottom side.
We have . Thus at some point in time we will get the situation when and is the bottom side. Obviously, at this moment .
After that, the polygon rotates around until point hits the axis at .
And finally, the polygon rotates around until point hits the axis at . At this point the side touches the point .
See Also
2009 AMC 10B (Problems • Answer Key • Resources) | ||
Preceded by Problem 12 |
Followed by Problem 14 | |
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 |