document.write( "Question 324414: You roll a 6 sided yellow number cube, a 6 sided green number cube, and a 6 sided white number cube. What is the probablity that the yellow cube is a 1, the green cube is a 5, and the white cube is a 4? \n" ); document.write( "
Algebra.Com's Answer #232183 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
P(1Y)=1/6
\n" ); document.write( "P(5G)=1/6
\n" ); document.write( "P(4W)=1/6
\n" ); document.write( "P(1Y,5G,4W)=(1/6)(1/6)(1/6)=1/216
\n" ); document.write( "
\n" );