document.write( "Question 813424: use the normal distribution to approximate the following binomial probability: find the probability of rolling 40 or more 6's when rolling a fair die 180 times. \n" ); document.write( "
Algebra.Com's Answer #489702 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
use the normal distribution to approximate the following binomial probability: find the probability of rolling 40 or more 6's when rolling a fair die 180 times.
\n" ); document.write( "----------------
\n" ); document.write( "u = np = 180(1/6) = 30
\n" ); document.write( "s = sqrt(npq) = sqrt(30(5/6)) = sqrt(25) = 5
\n" ); document.write( "------------------------------------------------
\n" ); document.write( "Find P(39.5 < x < 180.5)
\n" ); document.write( "-------
\n" ); document.write( "z(39.5) = (39.5-30)/5 = 4.5/5 = 0.9
\n" ); document.write( "-----
\n" ); document.write( "z(180.5-30)/5 = 150.5/5 = 30.1
\n" ); document.write( "-----
\n" ); document.write( "P(40 <= x <= 80) = P (0.9<= z <= 30.1) = normalcdf(0.9,30.1) = 0.1841
\n" ); document.write( "====================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );