document.write( "Question 826488: A national health organization predicts that 20% of American adults will get the
\n" );
document.write( "flu this season. If a sample of 100 adults is selected from the population…
\n" );
document.write( "a. How many of those people are likely to get the flu?
\n" );
document.write( "b. What is the probability that at least 25 of the people will be diagnosed? \r
\n" );
document.write( "\n" );
document.write( "I have the first answer, just putting both down for tutor's understanding. Confused on the second one on how to answer it. \n" );
document.write( "
Algebra.Com's Answer #498124 by stanbon(75887) ![]() You can put this solution on YOUR website! A national health organization predicts that 20% of American adults will get the \n" ); document.write( "flu this season. If a sample of 100 adults is selected from the population… \n" ); document.write( "Binomial Problem with n = 100 and p(flu) = 0.20 \n" ); document.write( "--------------------------------------------------------- \n" ); document.write( "a. How many of those people are likely to get the flu? \n" ); document.write( "Mean = np = 0.20*100 = (20/100)*100 = 20 \n" ); document.write( "------------------------------------- \n" ); document.write( "b. What is the probability that at least 25 of the people will be diagnosed? \n" ); document.write( "P(25<= x <=100) = 1 - binomcdf(100,0.2,24) = 0.1314 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |