document.write( "Question 822691: A fair die is to be rolled 12 times. What is the probability of getting at most two fives? \n" ); document.write( "
Algebra.Com's Answer #495029 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "A fair die is to be rolled 12 times. p(rolling a five) = 1/6
\n" ); document.write( "BINOMIAL Distribution P(x) = 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 = 12 nCx = \"n%21%2F%28x%21%28n-x%29%21%29\"
\n" ); document.write( "For ex: P(rolling 12 fives) =\"%281%2F6%29%5E12\"
\n" ); document.write( "Recommend using Your TI calculator for cumulative probabilities.
\n" ); document.write( "and stattrek.com as an excellent reference.
\n" ); document.write( "What is the probability of getting at most two fives? binomcdf(12, 1/6, 2)
\n" ); document.write( " \n" ); document.write( "
\n" );