document.write( "Question 1206688: Six different colored dice are rolled. Of interest is the number of dice that show a \"1.\"
\n" );
document.write( "Find the probability that all six dice show a \"1.\" (Round your answer to five decimal places.) \n" );
document.write( "
Algebra.Com's Answer #844271 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "n = 6 = number of sides of each dice \n" ); document.write( "m = 6 = number of dice\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n^m = 6^6 = 46656 different ways to roll those dice. \n" ); document.write( "Only one of those consists of all 1's.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1/46656 = 0.000021433471 which rounds to 0.00002 \n" ); document.write( " \n" ); document.write( " |