\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*
\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" );
document.write( "For ex: P(rolling 12 fives) =
\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( "