Question 4 [16 Marks]
Research has shown that about 2% of all products produced by BVH Company are defective. A quality
inspector has just sampled 300 products from this company. Using the Poisson distribution, what is the
probability that:
(a) exactly 12 of them are defective? [4]
(b) at least 8 of them are defective?
We need to establish the relationship between binomial distribution and Poisson distribution because finding probabilities for number of defectives requires the use of binomial distribution.
Here,
Relationship between these two distributions is that parameter for a Poisson distribution is the mean of Binomial distribution. This relationship can be written as,
where id the mean of a Binomial random varible.
Express by the number of defectives produced by BVH company then, and its probability mass function is given as,
The value of is given as,
a.
Probability of exactly 12 defectives is written as,
By running this command in ,
Therefore, the probability that there are exactly 12 defectives is 0.01126448
b.
The probability that there are at least 8 defectives is given as,
Again, we use run the following commands in
Therefore, the probability that there are at least 8 defectives is 0.2560202
Comments