Question 721249
According to an Internet posting, 80% of adults enjoy drinking beer. A group of 7 adults is chosen randomly. The probability that no more than 3 of them enjoy drinking beer is: 
--------------
Binomial Problem with n = 7 ; p(drink)= 0.8
-----
P(0<= x <=3) = binomcdf(7,0.8,3) = 0.0333
Cheers,
Stan H.