1994 AJHSME #12 (because it was missing from Contest Collections!)
Source:
January 17, 2023
AMC 8AJHSME
Problem Statement
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("I",(1,2),N);
label("II",(4,2),N);
label("III",(7,2),N); [/asy] (A)The shaded areas in all three are equal.(B)Only the shaded areas of I and II are equal.(C)Only the shaded areas of I and III are equal.(D)Only the shaded areas of II and III are equal.(E)The shaded areas of I,II and III are all different.