document.write( "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" ); document.write( "
Algebra.Com's Answer #610575 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 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" ); document.write( "------- \n" ); document.write( "n = 10 ; p(smoke) = 0.2 ; p(don't smoke) = 0.8 \n" ); document.write( "--------------------- \n" ); document.write( "P(x = 0 smokers) = 0.8^10 = 0.1074 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |