Difference between revisions of "1994 AJHSME Problems/Problem 4"
(Created page with "Which of the following represents the result when the figure shown below is rotated clockwise <math>120^\circ</math> about its center? [asy] unitsize(6); draw(circle((0,0),5)); ...") |
|||
Line 1: | Line 1: | ||
Which of the following represents the result when the figure shown below is rotated clockwise <math>120^\circ</math> about its center? | Which of the following represents the result when the figure shown below is rotated clockwise <math>120^\circ</math> about its center? | ||
− | + | <asy> | |
unitsize(6); | unitsize(6); | ||
draw(circle((0,0),5)); | draw(circle((0,0),5)); | ||
Line 7: | Line 7: | ||
draw(circle((-2.5,-1.5),1)); | draw(circle((-2.5,-1.5),1)); | ||
draw((1.5,-1)--(3,0)--(4,-1.5)--(2.5,-2.5)--cycle); | draw((1.5,-1)--(3,0)--(4,-1.5)--(2.5,-2.5)--cycle); | ||
− | + | </asy> | |
− | + | <asy> | |
unitsize(6); | unitsize(6); | ||
for (int i = 0; i < 5; ++i) | for (int i = 0; i < 5; ++i) | ||
Line 35: | Line 35: | ||
label("(D)",(36,5),N); | label("(D)",(36,5),N); | ||
label("(E)",(48,5),N); | label("(E)",(48,5),N); | ||
− | + | </asy> |
Revision as of 13:10, 15 August 2011
Which of the following represents the result when the figure shown below is rotated clockwise about its center?