document.write( "Question 267816: If you roll 16 dice, what is the probability of getting at least one six? Express your answer as a decimal, with 5 digits after the decimal point.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #196452 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If you roll 16 dice, what is the probability of getting at least one six? Express your answer as a decimal, with 5 digits after the decimal point. \n" ); document.write( "---------------------- \n" ); document.write( "P(at least one 6) = 1 - P(no 6) \n" ); document.write( "= 1 - (5/6)^16 \n" ); document.write( "= 0.9459.. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |