document.write( "Question 379582: What is the probability that 17 rolls of a die will show 7 fives? \n" ); document.write( "
Algebra.Com's Answer #269519 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Note: The probability of x successes in n trials is:
\n" ); document.write( "P = nCx* \"p%5Ex%2Aq%5E%28n-x%29\"
\n" ); document.write( "where p and q are the probabilities of success and failure respectively.
\n" ); document.write( "In this case p = 1/6 q = 5/6
\n" ); document.write( "P(7 fives out of 17 rolls) = 17C7 (1/6)^7(5/6)^10 = .0112 \n" ); document.write( "
\n" );