SOLUTION: 7. Ten percent of the tools produced in a certain manufacturing process turn out to be defective. Find the probability that in a sample of ten tools chosen at random exactly two wi

Algebra ->  Probability-and-statistics -> SOLUTION: 7. Ten percent of the tools produced in a certain manufacturing process turn out to be defective. Find the probability that in a sample of ten tools chosen at random exactly two wi      Log On


   



Question 1196879: 7. Ten percent of the tools produced in a certain manufacturing process turn out to be defective. Find the probability that in a sample of ten tools chosen at random exactly two will be defective by using:
a. The Binomial distribution
b. The Poisson approximation to the binomial distribution

Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!

Hi
Ten percent of the tools produced in a certain manufacturing process turn out to be defective:  p = .10 , n = 10
a) P(exactly two 0f the ten will be defective) =  binompdf(n, p, x-value)
binompdf(10, .10, 2) = .1937
a) P(exactly two of the ten will be defective) = poissonpdf(mean, x-value).
  n = 10, p = .10   mean= np = .10 (10) = 1 
poissonpdf(1,2) = .1839

Wish You the Best in your Studies.