document.write( "Question 89211: I need help with 2/3 three problems:\r
\n" );
document.write( "\n" );
document.write( "1) Find the probability of the result using the normal curve approximation to the binomial distribution. On a hospital floor, 60 patients have a disease with a mortality rate of 0.1. Five of them die.\r
\n" );
document.write( "\n" );
document.write( "2) Find the probability fo the result using the normal curve approximation to the binomial distribution. A battery company has found that the defective rate of its batteries is 0.03. Each day, 400 batteries are randomly tested. On Tuesday, 14 are found to be defective. \n" );
document.write( "
Algebra.Com's Answer #64845 by stanbon(75887) ![]() You can put this solution on YOUR website! 1) Find the probability of the result using the normal curve approximation to the binomial distribution. On a hospital floor, 60 patients have a disease with a mortality rate of 0.1. Five of them die. \n" ); document.write( "------ \n" ); document.write( "The mean is np = (60)(0.1) \n" ); document.write( "The standard dev. = sqrt(npq) \n" ); document.write( "Using a TI caluculator you get normalcdf(4.5,5.5,60*0.1,sqrt(60*0.1*0.9))=0.1555.. \n" ); document.write( "---------------- \n" ); document.write( "2) Find the probability fo the result using the normal curve approximation to the binomial distribution. A battery company has found that the defective rate of its batteries is 0.03. Each day, 400 batteries are randomly tested. On Tuesday, 14 are found to be defective. \n" ); document.write( "---------- \n" ); document.write( "Mean = 400*0.3 \n" ); document.write( "Std = sqrt(400*0.03*0.97) \n" ); document.write( "normalcdf(13.5,14.5,400*0.03,sqrt(400*0.03*0.97)) = 0.09824... \n" ); document.write( "---------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |