SOLUTION: 20% of items produced from a factory are defective. Find the probability that in a sample of 5 chosen at random. i. None is defective ii. One is defective iii.P(1<x<4).

Algebra ->  Probability-and-statistics -> SOLUTION: 20% of items produced from a factory are defective. Find the probability that in a sample of 5 chosen at random. i. None is defective ii. One is defective iii.P(1<x<4).       Log On


   



Question 897340: 20% of items produced from a factory are defective. Find the probability that in a sample of 5 chosen at random.
i. None is defective
ii. One is defective
iii.P(1

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
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.
=======================