MathDB

1994 AMC 8

Part of AMC 8

Subcontests

(25)

1994 AJHSME #12 (because it was missing from Contest Collections!)

Each of the three large squares shown below is the same size. Segments that intersect the sides of the squares intersect at the midpoints of the sides. How do the shaded areas of these squares compare?
[asy] unitsize(36); fill((0,0)--(1,0)--(1,1)--cycle,gray); fill((1,1)--(1,2)--(2,2)--cycle,gray); draw((0,0)--(2,0)--(2,2)--(0,2)--cycle); draw((1,0)--(1,2)); draw((0,0)--(2,2));
fill((3,1)--(4,1)--(4,2)--(3,2)--cycle,gray); draw((3,0)--(5,0)--(5,2)--(3,2)--cycle); draw((4,0)--(4,2)); draw((3,1)--(5,1));
fill((6,1)--(6.5,0.5)--(7,1)--(7.5,0.5)--(8,1)--(7.5,1.5)--(7,1)--(6.5,1.5)--cycle,gray); draw((6,0)--(8,0)--(8,2)--(6,2)--cycle); draw((6,0)--(8,2)); draw((6,2)--(8,0)); draw((7,0)--(6,1)--(7,2)--(8,1)--cycle);
label("II",(1,2),N); label("IIII",(4,2),N); label("IIIIII",(7,2),N); [/asy]
(A) The shaded areas in all three are equal.\text{(A)}\ \text{The shaded areas in all three are equal.}
(B) Only the shaded areas of I and II are equal.\text{(B)}\ \text{Only the shaded areas of }I\text{ and }II\text{ are equal.}
(C) Only the shaded areas of I and III are equal.\text{(C)}\ \text{Only the shaded areas of }I\text{ and }III\text{ are equal.}
(D) Only the shaded areas of II and III are equal.\text{(D)}\ \text{Only the shaded areas of }II\text{ and }III\text{ are equal.}
(E) The shaded areas of I,II and III are all different.\text{(E)}\ \text{The shaded areas of }I, II\text{ and }III\text{ are all different.}

1994 AJHSME Problem 18

Mike leaves home and drives slowly east through city traffic. When he reaches the highway he drives east more rapidly until he reaches the shopping mall where he stops. He shops at the mall for an hour. Mike returns home by the same route as he came, driving west rapidly along the highway and then slowly through city traffic. Each graph shows the distance from home on the vertical axis versus the time elapsed since leaving home on the horizontal axis. Which graph is the best representation of Mike's trip?
[asy] import graph; unitsize(12); real a(real x) {return ((x-15)^2)/2;} real b(real x) {return ((x-25)^2)/2;} real c(real x) {return ((x-30)^2 * (x-40)^2) * 8/625;} real d(real x) {return ((x-15)^2)*8/25-15;} real e(real x) {return ((x-25)^2)*8/25-15;} draw((0,9)--(0,0)--(11,0)); draw((15,9)--(15,0)--(26,0)); draw((30,9)--(30,0)--(41,0)); draw((0,-6)--(0,-15)--(11,-15)); draw((15,-6)--(15,-15)--(26,-15)); draw((0,0)--(3,8)--(7,8)--(10,0)); draw(graph(a,15,17)); draw((17,2)--(18,8)--(22,8)--(23,2)); draw(graph(b,23,25)); draw(graph(c,30,40)); draw((0,-15)--(5,-7)--(10,-15)); draw(graph(d,15,20)); draw(graph(e,20,25)); for (int k=0; k<3; ++k) { label("d",(15*k-1,8),N); label("i",(15*k-1,7),N); label("s",(15*k-1,6),N); label("t",(15*k-1,5),N); label("a",(15*k-1,4),N); label("n",(15*k-1,3),N); label("c",(15*k-1,2),N); label("e",(15*k-1,1),N); label("time",(15*k+8,0),S); } for (int k=0; k<2; ++k) { label("d",(15*k-1,8-15),N); label("i",(15*k-1,7-15),N); label("s",(15*k-1,6-15),N); label("t",(15*k-1,5-15),N); label("a",(15*k-1,4-15),N); label("n",(15*k-1,3-15),N); label("c",(15*k-1,2-15),N); label("e",(15*k-1,1-15),N); label("time",(15*k+8,0-15),S); } label("(A)",(5,9),N); label("(B)",(20,9),N); label("(C)",(35,9),N); label("(D)",(5,-6),N); label("(E)",(20,-6),N); [/asy]

1994 AJHSME Problem 15

If this path is to continue in the same pattern:
[asy] unitsize(24); draw((0,0)--(1,0)--(1,1)--(2,1)--(2,0)--(3,0)--(3,1)--(4,1)--(4,0)--(5,0)--(5,1)--(6,1)); draw((2/3,1/5)--(1,0)--(2/3,-1/5)); draw((4/5,2/3)--(1,1)--(6/5,2/3)); draw((5/3,6/5)--(2,1)--(5/3,4/5)); draw((9/5,1/3)--(2,0)--(11/5,1/3)); draw((8/3,1/5)--(3,0)--(8/3,-1/5)); draw((14/5,2/3)--(3,1)--(16/5,2/3)); draw((11/3,6/5)--(4,1)--(11/3,4/5)); draw((19/5,1/3)--(4,0)--(21/5,1/3)); draw((14/3,1/5)--(5,0)--(14/3,-1/5)); draw((24/5,2/3)--(5,1)--(26/5,2/3)); draw((17/3,6/5)--(6,1)--(17/3,4/5)); dot((0,0)); dot((1,0)); dot((1,1)); dot((2,1)); dot((2,0)); dot((3,0)); dot((3,1)); dot((4,1)); dot((4,0)); dot((5,0)); dot((5,1)); label("00",(0,0),S); label("11",(1,0),S); label("22",(1,1),N); label("33",(2,1),N); label("44",(2,0),S); label("55",(3,0),S); label("66",(3,1),N); label("77",(4,1),N); label("88",(4,0),S); label("99",(5,0),S); label("1010",(5,1),N); label("\vdots",(5.85,0.5),E); label("\cdots",(6.5,0.15),S); [/asy]
then which sequence of arrows goes from point 425425 to point 427427?
[asy] unitsize(24); dot((0,0)); dot((0,1)); dot((1,1)); draw((0,0)--(0,1)--(1,1)); draw((-1/5,2/3)--(0,1)--(1/5,2/3)); draw((2/3,6/5)--(1,1)--(2/3,4/5)); label("(A)",(-1/3,1/3),W); dot((4,0)); dot((5,0)); dot((5,1)); draw((4,0)--(5,0)--(5,1)); draw((14/3,1/5)--(5,0)--(14/3,-1/5)); draw((24/5,2/3)--(5,1)--(26/5,2/3)); label("(B)",(11/3,1/3),W); dot((8,1)); dot((8,0)); dot((9,0)); draw((8,1)--(8,0)--(9,0)); draw((39/5,1/3)--(8,0)--(41/5,1/3)); draw((26/3,1/5)--(9,0)--(26/3,-1/5)); label("(C)",(23/3,1/3),W); dot((12,1)); dot((13,1)); dot((13,0)); draw((12,1)--(13,1)--(13,0)); draw((38/3,6/5)--(13,1)--(38/3,4/5)); draw((64/5,1/3)--(13,0)--(66/5,1/3)); label("(D)",(35/3,1/3),W); dot((17,1)); dot((17,0)); dot((16,0)); draw((17,1)--(17,0)--(16,0)); draw((84/5,1/3)--(17,0)--(86/5,1/3)); draw((49/3,1/5)--(16,0)--(49/3,-1/5)); label("(E)",(47/3,1/3),W); [/asy]