1999 AMC 8 #8
Source:
June 17, 2011
Problem Statement
Six squares are colored, front and back, (R = red, B = blue, O = orange, Y = yellow, G = green, and W = white). They are hinged together as shown, then folded to form a cube. The face opposite the white face is [asy]
draw((0,2)--(1,2)--(1,1)--(2,1)--(2,0)--(3,0)--(3,1)--(4,1)--(4,2)--(2,2)--(2,3)--(0,3)--cycle);
draw((1,3)--(1,2)--(2,2)--(2,1)--(3,1)--(3,2));
label("R",(.5,2.3),N);
label("B",(1.5,2.3),N);
label("G",(1.5,1.3),N);
label("Y",(2.5,1.3),N);
label("W",(2.5,.3),N);
label("O",(3.5,1.3),N);[/asy]