document.write( "Question 970744: Find the probability of obtaining at least one 6 when (1) 5 dice are thrown, (2) n dice are thrown. \n" ); document.write( "
Algebra.Com's Answer #593395 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Find the probability of obtaining at least one 6 when
\n" ); document.write( "(1) 5 dice are thrown,
\n" ); document.write( "Ans: P(1<=x<=5) = 1 - P(x = 0) = 1-(5/6)^5 = 0.598
\n" ); document.write( "-------------------------------
\n" ); document.write( "(2) n dice are thrown.
\n" ); document.write( "Ans: P(1<=x<=n) = 1 - P(x=0) = 1 - (5/6)^n
\n" ); document.write( "-----------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "--------------
\n" ); document.write( "
\n" );