document.write( "Question 275929: The probability that a small business will go bankrupt in its first year is .21. For 50 such small businesses, find the following probabilities first by using the binomial probability formula, and then by using the normal approximation.\r
\n" ); document.write( "\n" ); document.write( "a. Exactly 8 go bankrupt.\r
\n" ); document.write( "\n" ); document.write( "b. No more than 2 go bankrupt.
\n" ); document.write( "

Algebra.Com's Answer #201189 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
The probability that a small business will go bankrupt in its first year is .21. For 50 such small businesses, find the following probabilities first by using the binomial probability formula, and then by using the normal approximation.
\n" ); document.write( "a. Exactly 8 go bankrupt.
\n" ); document.write( "binomial: binompdf(50,0.21,8) = 0.1019
\n" ); document.write( "normal approx: normalcdf(7.5,8.5,0.21*50,sqrt(0.21*50*0.79) = 0.0949
\n" ); document.write( "=========================
\n" ); document.write( "b. No more than 2 go bankrupt.
\n" ); document.write( "binomial: binomcdf(50,0.21,2) = 0.0007674
\n" ); document.write( "normal approx: normalcdf(0,2.5,0.21*50,sqrt(0.21*50*0.79) = 0.0026
\n" ); document.write( "=========================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );