Difference between revisions of "2002 AMC 8 Problems/Problem 15"
Mrdavid445 (talk | contribs) (Created page with "[asy] size(330); int i,j,k; for(i=0;i<5; i=i+1) { for(j=0;j<5;j=j+1) { for(k=0;k<5;k=k+1) { dot((6i+j, k)); }}} draw((0,0)--(4,0)--(3,1)--(3,3)--(2,3)--(2,1)--(1,1)--cycle); draw...") |
Mrdavid445 (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | <asy> | |
size(330); | size(330); | ||
int i,j,k; | int i,j,k; | ||
Line 12: | Line 12: | ||
draw(shift(18,0)*((0,1)--(2,1)--(3,0)--(3,3)--(2,2)--(1,3)--(1,2)--(0,2)--cycle)); | draw(shift(18,0)*((0,1)--(2,1)--(3,0)--(3,3)--(2,2)--(1,3)--(1,2)--(0,2)--cycle)); | ||
draw(shift(24,0)*((1,0)--(2,1)--(2,3)--(3,2)--(3,4)--(0,4)--(1,3)--cycle)); | draw(shift(24,0)*((1,0)--(2,1)--(2,3)--(3,2)--(3,4)--(0,4)--(1,3)--cycle)); | ||
− | label(" | + | label("$A$", (0*6+2, 0), S); |
− | label(" | + | label("$B$", (1*6+2, 0), S); |
− | label(" | + | label("$C$", (2*6+2, 0), S); |
− | label(" | + | label("$D$", (3*6+2, 0), S); |
− | label(" | + | label("$E$", (4*6+2, 0), S);</asy> |
Which of the following polygons has the largest area? | Which of the following polygons has the largest area? | ||
<math> \textbf{(A)}\text{A}\qquad\textbf{(B)}\ \text{B}\qquad\textbf{(C)}\ \text{C}\qquad\textbf{(D)}\ \text{D}\qquad\textbf{(E)}\ \text{E} </math> | <math> \textbf{(A)}\text{A}\qquad\textbf{(B)}\ \text{B}\qquad\textbf{(C)}\ \text{C}\qquad\textbf{(D)}\ \text{D}\qquad\textbf{(E)}\ \text{E} </math> |
Revision as of 19:36, 28 July 2011
Which of the following polygons has the largest area?