Question 990316
If 20% of adults smoke and you take a random sample of 10 adults. What is the probability that you would have 0 smokers in your sample? (Binomial distribution) 
-------
n = 10 ; p(smoke) = 0.2 ; p(don't smoke) = 0.8
---------------------
P(x = 0 smokers) = 0.8^10 = 0.1074
--------------
Cheers,
Stan H.