SOLUTION: . If 10% of all disk drives produced on an assembly line are defective, what is the probability there will be exactly one defect in a random sample of 5 of these? What is the prob
Algebra ->
Probability-and-statistics
-> SOLUTION: . If 10% of all disk drives produced on an assembly line are defective, what is the probability there will be exactly one defect in a random sample of 5 of these? What is the prob
Log On
Question 404974: . If 10% of all disk drives produced on an assembly line are defective, what is the probability there will be exactly one defect in a random sample of 5 of these? What is the probability that there will be no defects in a random sample of 5? Answer by ewatrrr(24785) (Show Source):
Hi
Note: The probability of x successes in n trials is:
P = nCx* where p and q are the probabilities of success and failure respectively.
In this case p= .10 & q = .90
nCx =
P(exactly one defect in a random sample of 5 ) = 5(.10)^1(.90)^4 = .3281
P(no defects in a random sample of 5)= 1(.90)^5 = .5905