Subcontests
(25)1987 AJHSME Problem 22
ABCD is a rectangle, D is the center of the circle, and B is on the circle. If AD=4 and CD=3, then the area of the shaded region is between[asy]
pair A,B,C,D;
A=(0,4); B=(3,4); C=(3,0); D=origin;
draw(circle(D,5));
fill((0,5)..(1.5,4.7697)..B--A--cycle,black);
fill(B..(4,3)..(5,0)--C--cycle,black);
draw((0,5)--D--(5,0));
label("A",A,NW);
label("B",B,NE);
label("C",C,S);
label("D",D,SW);
[/asy](A) 4 and 5(B) 5 and 6(C) 6 and 7(D) 7 and 8(E) 8 and 9 1987 AJHSME Problem 12
What fraction of the large 12 by 18 rectangular region is shaded?[asy]
draw((0,0)--(18,0)--(18,12)--(0,12)--cycle);
draw((0,6)--(18,6));
for(int a=6; a<12; ++a)
{
draw((1.5a,0)--(1.5a,6));
}
fill((15,0)--(18,0)--(18,6)--(15,6)--cycle,black);
label("0",(0,0),W);
label("9",(9,0),S);
label("18",(18,0),S);
label("6",(0,6),W);
label("12",(0,12),W);
[/asy](A) 1081(B) 181(C) 121(D) 92(E) 31 1987 AJHSME Problem 7
The large cube shown is made up of 27 identical sized smaller cubes. For each face of the large cube, the opposite face is shaded the same way. The total number of smaller cubes that must have at least one face shaded is
[asy]
unitsize(36);
draw((0,0)--(3,0)--(3,3)--(0,3)--cycle);
draw((3,0)--(5.2,1.4)--(5.2,4.4)--(3,3));
draw((0,3)--(2.2,4.4)--(5.2,4.4));
fill((0,0)--(0,1)--(1,1)--(1,0)--cycle,black);
fill((0,2)--(0,3)--(1,3)--(1,2)--cycle,black);
fill((1,1)--(1,2)--(2,2)--(2,1)--cycle,black);
fill((2,0)--(3,0)--(3,1)--(2,1)--cycle,black);
fill((2,2)--(3,2)--(3,3)--(2,3)--cycle,black);
draw((1,3)--(3.2,4.4));
draw((2,3)--(4.2,4.4));
draw((.733333333,3.4666666666)--(3.73333333333,3.466666666666));
draw((1.466666666,3.9333333333)--(4.466666666,3.9333333333));
fill((1.73333333,3.46666666666)--(2.7333333333,3.46666666666)--(3.46666666666,3.93333333333)--(2.46666666666,3.93333333333)--cycle,black);
fill((3,1)--(3.733333333333,1.466666666666)--(3.73333333333,2.46666666666)--(3,2)--cycle,black);
fill((3.73333333333,.466666666666)--(4.466666666666,.93333333333)--(4.46666666666,1.93333333333)--(3.733333333333,1.46666666666)--cycle,black);
fill((3.73333333333,2.466666666666)--(4.466666666666,2.93333333333)--(4.46666666666,3.93333333333)--(3.733333333333,3.46666666666)--cycle,black);
fill((4.466666666666,1.9333333333333)--(5.2,2.4)--(5.2,3.4)--(4.4666666666666,2.9333333333333)--cycle,black);
[/asy](A) 10(B) 16(C) 20(D) 22(E) 24 1987 AJHSME Problem 6
The smallest product one could obtain by multiplying two numbers in the set {−7,−5,−1,1,3} is(A) −35(B) −21(C) −15(D) −1(E) 3 1987 AJHSME Problem 5
The area of the rectangular region is [asy]
draw((0,0)--(4,0)--(4,2.2)--(0,2.2)--cycle,linewidth(.5 mm));
label(".22 m",(4,1.1),E);
label(".4 m",(2,0),S);
[/asy](A) .088 m2(B) .62 m2(C) .88 m2(D) 1.24 m2(E) 4.22 m2