MathDB

2017 AMC 10

Part of AMC 10

Subcontests

(25)
7
2
3
2

Tamara's garden

Tamara has three rows of two 6-feet by 2-feet flower beds in her garden. The beds are separated and also surrounded by 1-foot-wide walkways, as shown on the diagram. What is the total area of the walkways, in square feet? [asy] unitsize(0.7cm); path p1 = (0,0)--(15,0)--(15,10)--(0,10)--cycle; fill(p1,lightgray); draw(p1); for (int i = 1; i <= 8; i += 7) { for (int j = 1; j <= 7; j += 3 ) { path p2 = (i,j)--(i+6,j)--(i+6,j+2)--(i,j+2)--cycle; draw(p2); fill(p2,white); } } draw((0,8)--(1,8),Arrows); label("1",(0.5,8),S); draw((7,8)--(8,8),Arrows); label("1",(7.5,8),S); draw((14,8)--(15,8),Arrows); label("1",(14.5,8),S); draw((11,0)--(11,1),Arrows); label("1",(11,0.5),W); draw((11,3)--(11,4),Arrows); label("1",(11,3.5),W); draw((11,6)--(11,7),Arrows); label("1",(11,6.5),W); draw((11,9)--(11,10),Arrows); label("1",(11,9.5),W); label("6",(4,1),N); label("2",(1,2),E); [/asy] <spanclass=latexbold>(A)</span>72<spanclass=latexbold>(B)</span>78<spanclass=latexbold>(C)</span>90<spanclass=latexbold>(D)</span>120<spanclass=latexbold>(E)</span>150<span class='latex-bold'>(A) </span>72 \qquad <span class='latex-bold'>(B) </span>78 \qquad <span class='latex-bold'>(C) </span>90 \qquad <span class='latex-bold'>(D) </span>120 \qquad <span class='latex-bold'>(E) </span>150
9
2
1
2
8
2
6
2
5
2
4
2
2
2