MathDB

2003 AMC 10

Part of AMC 10

Subcontests

(25)

Toothpick Triangles

A large equilateral triangle is constructed by using toothpicks to create rows of small equilateral triangles. For example, in the figure we have 3 3 rows of small congruent equilateral triangles, with 5 5 small triangles in the base row. How many toothpicks would be needed to construct a large equilateral triangle if the base row of the triangle consists of 2003 2003 small equilateral triangles? [asy]unitsize(15mm); defaultpen(linewidth(.8pt)+fontsize(8pt));
pair Ap=(0,0), Bp=(1,0), Cp=(2,0), Dp=(3,0), Gp=dir(60); pair Fp=shift(Gp)*Bp, Ep=shift(Gp)*Cp; pair Hp=shift(Gp)*Gp, Ip=shift(Gp)*Fp; pair Jp=shift(Gp)*Hp; pair[] points={Ap,Bp,Cp,Dp,Ep,Fp,Gp,Hp,Ip,Jp};
draw(Ap--Dp--Jp--cycle); draw(Gp--Bp--Ip--Hp--Cp--Ep--cycle);
for(pair p : points) { fill(circle(p, 0.07),white); }
pair[] Cn=new pair[5]; Cn[0]=centroid(Ap,Bp,Gp); Cn[1]=centroid(Gp,Bp,Fp); Cn[2]=centroid(Bp,Fp,Cp); Cn[3]=centroid(Cp,Fp,Ep); Cn[4]=centroid(Cp,Ep,Dp); label("11",Cn[0]); label("22",Cn[1]); label("33",Cn[2]); label("44",Cn[3]); label("55",Cn[4]); for (pair p : Cn) { draw(circle(p,0.1)); }[/asy] <spanclass=latexbold>(A)</span> 1, ⁣004, ⁣004<spanclass=latexbold>(B)</span> 1, ⁣005, ⁣006<spanclass=latexbold>(C)</span> 1, ⁣507, ⁣509<spanclass=latexbold>(D)</span> 3, ⁣015, ⁣018<spanclass=latexbold>(E)</span> 6, ⁣021, ⁣018 <span class='latex-bold'>(A)</span>\ 1,\!004,\!004 \qquad <span class='latex-bold'>(B)</span>\ 1,\!005,\!006 \qquad <span class='latex-bold'>(C)</span>\ 1,\!507,\!509 \qquad <span class='latex-bold'>(D)</span>\ 3,\!015,\!018 \qquad <span class='latex-bold'>(E)</span>\ 6,\!021,\!018
9
2

Pentomino to Cube?

The polygon enclosed by the solid lines in the figure consists of 4 4 congruent squares joined edge-to-edge. One more congruent square is attached to an edge at one of the nine positions indicated. How many of the nine resulting polygons can be folded to form a cube with one face missing? [asy]unitsize(10mm); defaultpen(fontsize(10pt)); pen finedashed=linetype("4 4");
filldraw((1,1)--(2,1)--(2,2)--(4,2)--(4,3)--(1,3)--cycle,grey,black+linewidth(.8pt)); draw((0,1)--(0,3)--(1,3)--(1,4)--(4,4)--(4,3)-- (5,3)--(5,2)--(4,2)--(4,1)--(2,1)--(2,0)--(1,0)--(1,1)--cycle,finedashed); draw((0,2)--(2,2)--(2,4),finedashed); draw((3,1)--(3,4),finedashed); label("11",(1.5,0.5)); draw(circle((1.5,0.5),.17)); label("22",(2.5,1.5)); draw(circle((2.5,1.5),.17)); label("33",(3.5,1.5)); draw(circle((3.5,1.5),.17)); label("44",(4.5,2.5)); draw(circle((4.5,2.5),.17)); label("55",(3.5,3.5)); draw(circle((3.5,3.5),.17)); label("66",(2.5,3.5)); draw(circle((2.5,3.5),.17)); label("77",(1.5,3.5)); draw(circle((1.5,3.5),.17)); label("88",(0.5,2.5)); draw(circle((0.5,2.5),.17)); label("99",(0.5,1.5)); draw(circle((0.5,1.5),.17));[/asy] <spanclass=latexbold>(A)</span> 2<spanclass=latexbold>(B)</span> 3<spanclass=latexbold>(C)</span> 4<spanclass=latexbold>(D)</span> 5<spanclass=latexbold>(E)</span> 6 <span class='latex-bold'>(A)</span>\ 2 \qquad <span class='latex-bold'>(B)</span>\ 3 \qquad <span class='latex-bold'>(C)</span>\ 4 \qquad <span class='latex-bold'>(D)</span>\ 5 \qquad <span class='latex-bold'>(E)</span>\ 6
7
2
6
2
4
2

Rose's Rectangular Flower Bed

Rose fills each of the rectangular regions of her rectangular flower bed with a different type of flower. The lengths, in feet, of the rectangular regions in her flower bed are as shown in the figure. She plants one flower per square foot in each region. Asters cost $ \$1 each, begonias $ \$1.50 each, cannas $ \$2 each, dahlias $ \$2.50 each, and Easter lilies $ \$3 each. What is the least possible cost, in dollars, for her garden? [asy]unitsize(5mm); defaultpen(linewidth(.8pt)+fontsize(8pt));
draw((6,0)--(0,0)--(0,1)--(6,1)); draw((0,1)--(0,6)--(4,6)--(4,1)); draw((4,6)--(11,6)--(11,3)--(4,3)); draw((11,3)--(11,0)--(6,0)--(6,3));
label("1",(0,0.5),W); label("5",(0,3.5),W); label("3",(11,1.5),E); label("3",(11,4.5),E); label("4",(2,6),N); label("7",(7.5,6),N); label("6",(3,0),S); label("5",(8.5,0),S);[/asy]<spanclass=latexbold>(A)</span> 108<spanclass=latexbold>(B)</span> 115<spanclass=latexbold>(C)</span> 132<spanclass=latexbold>(D)</span> 144<spanclass=latexbold>(E)</span> 156 <span class='latex-bold'>(A)</span>\ 108 \qquad <span class='latex-bold'>(B)</span>\ 115 \qquad <span class='latex-bold'>(C)</span>\ 132 \qquad <span class='latex-bold'>(D)</span>\ 144 \qquad <span class='latex-bold'>(E)</span>\ 156
3
2
2
2