document.write( "Question 828685: Four fair dice are are rolled at the same time. What is the probability that at least one of the dice will show 3 ? \n" ); document.write( "
Algebra.Com's Answer #499642 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! There are 6*6*6*6 possible outcomes. \n" ); document.write( "There are 4 \"one 3 showing\" possible outcomes. \n" ); document.write( "There are 6 \"two 3s showing\" possible outcomes. \n" ); document.write( "There are 3 \"three 3s showing\" possible outcomes. \n" ); document.write( "There is 1 \"four 3s showing\" possible outcome. \n" ); document.write( "Total outcomes of at least one 3 is 4+6+3+1=14 \n" ); document.write( " |