Question 826488
A national health organization predicts that 20% of American adults will get the
flu this season. If a sample of 100 adults is selected from the population…
Binomial Problem with n = 100 and p(flu) = 0.20
---------------------------------------------------------
a. How many of those people are likely to get the flu?
Mean = np = 0.20*100 = (20/100)*100 = 20
------------------------------------- 
b. What is the probability that at least 25 of the people will be diagnosed?
P(25<= x <=100) = 1 - binomcdf(100,0.2,24) = 0.1314
====================
Cheers,
Stan H.