document.write( "Question 322383: A vaccine is 80% effective in preventing Type B influenza. In other words, 80% of those receiving the vaccine will not catch this type of flu.
\n" );
document.write( "A random sample of 100 people has been given the vaccine. What is the probability that at least 75 will not catch this type of flu? \n" );
document.write( "
Algebra.Com's Answer #230824 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A vaccine is 80% effective in preventing Type B influenza. In other words, 80% of those receiving the vaccine will not catch this type of flu. \n" ); document.write( "A random sample of 100 people has been given the vaccine. What is the probability that at least 75 will not catch this type of flu? \n" ); document.write( "----------- \n" ); document.write( "Binomial with n = 100 and p = 0.8 \n" ); document.write( "--- \n" ); document.write( "P(75<= x <=100) = 1 - binomcdf(100,0.8,74) = 0.9125 \n" ); document.write( "--------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |