Cube and unknown opposite face
Source:
November 20, 2005
geometry3D geometry
Problem Statement
The figure shown can be folded into the shape of a cube. In the resulting cube, which of the lettered faces is opposite the face marked ?[asy]
defaultpen(linewidth(0.7));
path p=origin--(0,1)--(1,1)--(1,2)--(2,2)--(2,3);
draw(p^^(2,3)--(4,3)^^shift(2,0)*p^^(2,0)--origin);
draw(shift(1,0)*p, dashed);
label("", (0.3,0.5), E);
label("", (1.3,0.5), E);
label("", (1.3,1.5), E);
label("", (2.3,1.5), E);
label("", (2.3,2.5), E);
label("", (3.3,2.5), E);[/asy]