6. In the manufacture of car tyres, a particular production process is know to yield 10 tyres
with defective walls in every batch of 100 tyres produced. From a production batch of 100 tyres, a sample of 4 is selected for testing to destruction. Find:
i) the probability that the sample contains 1 defective tyre. (ii) the expectation of the number of defectives in samples of size 4. (iii) the variance of the number of defectives in samples of size 4.
Let X= the number of defective tyres.
The hypergeometric distribution of the random variable X:
"h(x;n,M,N)= \\frac{\\binom{M}{x} \\binom{N-M}{n-x}}{\\binom{N}{n}} \\\\\n\nN=100 \\\\\n\nM= 10 \\\\\n\nn=4"
(i)
"P(X=1) = \\frac{\\binom{10}{1} \\binom{100-10}{4-1}}{\\binom{100}{4}} = 0.30"
(ii)
"E(X) = \\sum^4_{x=0} x P(X=x) \\\\\n\n= \\frac{n \\times M}{N} \\\\\n\n= \\frac{4 \\times 10}{100} = 0.4"
Hypergeometric distribution mean formula.
(iii)
"Var(X) = n \\times \\frac{M}{N} \\times \\frac{(N-M)}{N} \\times \\frac{(N-n)}{N-1} \\\\\n\n= 4 \\times \\frac{10}{100} \\times \\frac{90}{100} \\times \\frac{96}{99} = 0.35"
Comments
Leave a comment