+0  
 
-1
1440
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+26367 
+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  \(\mathbf{2\times 3 \times 4 \times 6 = 144}\)

 

laugh

 May 13, 2020

3 Online Users