Problem

2013 AMC 8 Problem 22

Toothpicks are used to make a grid that is 60 toothpicks long and 32 toothpicks wide. How many toothpicks are used altogether?

[asy] picture corner; draw(corner,(5,0)--(35,0)); draw(corner,(0,-5)--(0,-35)); for (int i=0; i<3; ++i) { for (int j=0; j>-2; --j) { if ((i-j)<3) { add(corner,(50i,50j)); } } } draw((5,-100)--(45,-100)); draw((155,0)--(185,0),dotted); draw((105,-50)--(135,-50),dotted); draw((100,-55)--(100,-85),dotted); draw((55,-100)--(85,-100),dotted); draw((50,-105)--(50,-135),dotted); draw((0,-105)--(0,-135),dotted); [/asy]

\textbf{(A)}\ 1920 \qquad \textbf{(B)}\ 1952 \qquad \textbf{(C)}\ 1980 \qquad \textbf{(D)}\ 2013 \qquad \textbf{(E)}\ 3932


Full credit goes to MAA for authoring these problems. These problems were taken on the AOPS website.


Show/Hide Problem Tags

Problem Tags: No tags

Want to contribute problems and receive full credit? Click here to add your problem!
Please report any issues to us in our Discord server
Go to previous contest problem (SHIFT + Left Arrow) Go to next contest problem (SHIFT + Right Arrow)