SOLUTION: Of the parts produced by a particular machine, 1.2% are defective. If a random sample of 12 parts produced by this machine contains 2 or more defective parts, the machine is shut d
Algebra ->
Probability-and-statistics
-> SOLUTION: Of the parts produced by a particular machine, 1.2% are defective. If a random sample of 12 parts produced by this machine contains 2 or more defective parts, the machine is shut d
Log On
Question 1110957: Of the parts produced by a particular machine, 1.2% are defective. If a random sample of 12 parts produced by this machine contains 2 or more defective parts, the machine is shut down for repairs. Find the probability that the machine will be shut down for repairs based on this sampling plan. (Give your answer correct to five decimal places.) Answer by rothauserc(4718) (Show Source):
You can put this solution on YOUR website! Use the binomial probability formula
:
Probability (P) ( k successes in n trials ) = nCk * p^k * (1-p)^(n-k), where nCk = n! / (k! * (n-k)!
:
for this problem p = 0.012
:
P ( k > or = 2 in 12 trials) = 1 - P(k = 0) - P(k = 1)
:
P(k = 0) = 0.865133
P(k = 1) = 0.126092
:
P ( k > or = 2 in 12 trials) = 1 -0.865133 -0.126092 = 0.008775
:
**********************************
P ( k > or = 2 in 12 trials) = 0.00878
**********************************
: