Problem 91: Suppose that a lot of 5000 electrical fuses contains 5% defectives. If a sample of 5 fuses is tested, find the probability of observing at least one defective.
Problem 91: Suppose that a lot of 5000 electrical fuses contains 5% defectives. If a sample of 5 fuses is tested, find the probability of observing at least one defective.
Solution:
Given that $n=5,$ and $p=0.05$
at least one defective;
$P(x\ge 1) = 1-P(x=0)$
$b(x;n,p)=\left(\begin{array}{c}n\\ x\end{array}\right){p}^{x}(1-p)^{n-x}$
$P(x\ge 1) = 1 - b(0;5,0.05) = 1 - \left(\begin{array}{c}5\\ 0\end{array}\right){0.05}^{0}(1-0.05)^{5-0} = 1-(0.95)^5 = 0.226.$
Comments
Post a Comment