An order for 1000 parts is received The probability that an
Solution
1a)
P(no defective) = (1-0.001)^1000 = 0.367695425 [ANSWER]
****************
1b)
Here, the mean of the Poisson distrbution is
mean = n p = 1000*0.001 = 1.
Note that the probability of x successes out of n trials is
P(x) = u^x e^(-u) / x!
where
u = the mean number of successes = 1
x = the number of successes = 0
Thus, the probability is
P ( 0 ) = 0.367879441 [ANSWER]
which is very close to that in part a).
******************
1c)
Note that P(more than x) = 1 - P(at most x).
Using a cumulative poisson distribution table or technology, matching
u = the mean number of successes = 1
x = our critical value of successes = 2
Then the cumulative probability of P(at most x) from a table/technology is
P(at most 2 ) = 0.919698603
Thus, the probability of at least 3 successes is
P(more than 2 ) = 0.080301397 [answer]
