Loading [MathJax]/jax/output/SVG/jax.js
 
+0  
 
-1
1464
1
avatar+422 

When this net of six squares is cut out and folded to form a cube, what is the product of the numbers on the four faces adjacent to the one labeled with a "1"?
[asy]
draw(unitsquare);
draw(shift(1,0)*unitsquare);
draw(shift(1,-1)*unitsquare);
draw(shift(1,1)*unitsquare);
draw(shift(2,1)*unitsquare);
draw(shift(2,2)*unitsquare);
label("4",(0.5,0.5));
label("5",(1.5,0.5));
label("6",(1.5,-0.5));
label("3",(1.5,1.5));
label("2",(2.5,1.5));
label("1",(2.5,2.5));
[/asy]

 May 12, 2020
 #1
avatar+26396 
+1

When this net of six squares is cut out and folded to form a cube,

what is the product of the numbers on the four faces adjacent to the one labeled with a "1"?

 

 

The product is  2×3×4×6=144

 

laugh

 May 13, 2020

4 Online Users