document.write( "Question 1140573: How would you solve the following question:\r
\n" );
document.write( "\n" );
document.write( "You roll a six sided die 8 times. What is the probability that you roll a 5 at least twice? \n" );
document.write( "
Algebra.Com's Answer #761097 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! find probability don't roll it at all or 1 time only. \n" ); document.write( "not at all is (5/6)^8=0.2326 \n" ); document.write( "roll it once is 8*1/6*5/6^7, the 8 being the number of ways it can occur. \n" ); document.write( "this probability is 0.3721 \n" ); document.write( "both are 0.6047 \n" ); document.write( "we want the complement of that, which is 1-0.6047=0.3953. \n" ); document.write( " |