Solution:
Let X be the number of defective batteries.
The probability distribution of the random variable X, hypergeometric distribution, is
h(x;n,M,N)=(Nn)(Mx)(N−Mn−x)
Given: N=4000,M=4000×0.01=40,n=47 .
This part is missing, so we assume we are asked P(X≤3).
P(X≤3)=P(X=0)+P(X=1)+P(X=2)+P(X=3)
=(400047)(400)(4000−4047−0)+(400047)(401)(4000−4047−1)++(400047)(402)(4000−4047−2)+(400047)(403)(4000−4047−3)
≈0.62181+0.29867+0.06843+0.00996≈0.99887
Comments