Question 897340
20% of items produced from a factory are defective. Find the probability that in a sample of 5 chosen at random.
--------
Binomial Problem with n = 5 ; p(defect) = 0.2 ; p(not defect) = 0.8
 i. None is defective
P(x = 0) = 0.8^5
-------
 ii. One is defective
P(x = 1) = 5C1*0.2*0.8^4 = binompdf(0.4096)
=======================
Cheers,
Stan H.
=======================