SOLUTION: 74. Twelve items are independently sampled from a production line. If the probability any given item is defective is 0.1, the probability of at most two defectives in the sample is
Algebra.Com
Question 934869: 74. Twelve items are independently sampled from a production line. If the probability any given item is defective is 0.1, the probability of at most two defectives in the sample is closest to …
o 0.3874
o 0.9872
o 0.7361
• 0.8891
Answer is 0.8891. But I didn't get why:) Please, help me, anyone)
Answer by Theo(13342) (Show Source): You can put this solution on YOUR website!
the binomial probability formula is:
p(x) = c(n,x) * p^x * q^(n-x)
c(n,x) is the combination formula of n things taken x at a time.
p^x is the probability of occurrence raised to the x power.
q^(n-x) is the probability of not occurrence raised to the n-x power.
in your problem:
n = 12
x = 0 or 1 or 2
p = .1
q = 1 - .1 = .9
c(12,0) = 1
c(12,1) = 12
c(12,2) = 66
the probability of at most 2 defectives equals the probability of 0 defectives plus the probability of 1 defective plus the probability of 2 defective.
this becomes:
p(0) + p(1) + p(2)
p(0) = c(12,0) * .1^0 * .9^12 = .2824
p(1) = c(12,1) * .1^1 * .9^11 = .3766
p(2) = c(12,2) * .1^2 * .9^10 = .2301
add them up and you get .8891
all values were rounded to 4 decimal places.
RELATED QUESTIONS
A quality controller of a manufacturing company has sampled 25
items from the production (answered by ikleyn)
Five items are selected at random from a production line. What is the probability of... (answered by reviewermath)
Please help me solve this problem: "On a particular production line the probability that... (answered by Theo)
A certain item is manufactured by 3 factories. Suppose we have a stockpile of the items... (answered by Boreal)
Seven percent of the items produced at a factory are defective. The quality control team... (answered by robertb)
Consider the situation of Review Exercise 5.95.
It has been determined that the sampling (answered by ikleyn)
Box A contains 13 items of which 8 are defective, and Box B contains 8 items of which 3... (answered by stanbon)
A machine used in a production process is set up correctly 97% of the time. Given that... (answered by Theo)
As items come to the end of a production line, an inspector chooses which items are to go (answered by edjones)