document.write( "Question 1142689: Three dice are rolled at once what is the probability of obtaining same face faces
\n" );
document.write( "1/36
\n" );
document.write( "1/2
\n" );
document.write( "1/6
\n" );
document.write( "1/72
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #763405 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Imagine rolling the three dice one at a time. \n" ); document.write( "The first die can be any number: P = 1 \n" ); document.write( "The second die has to be the same as the first: P = 1/6 \n" ); document.write( "The third die also has to be the same as the first: P = 1/6 \n" ); document.write( "P(all three the same) = (1)(1/6)(1/6) = 1/36 \n" ); document.write( " \n" ); document.write( " |