document.write( "Question 998232: what is the probability that 15 rolls of a fair die will show 5 threes? \n" ); document.write( "
Algebra.Com's Answer #616051 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! what is the probability that 15 rolls of a fair die will show 5 threes? \n" ); document.write( "-------- \n" ); document.write( "Binomial Problem with n = 15 and p(die=3) = 1/6 \n" ); document.write( "----- \n" ); document.write( "Ans: P(x = 5) = 15C5*(1/6)^5*(5/6)^10 = binompdf(15,1/6,5) = 0.06237 \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " \n" ); document.write( " |