The probability of selecting a bad battery is q=0.04 and the probability of selecting a good battery is p=1−q=0.96 .
We can consider this process as binomial experiment:
suppose we select n batteries and let X be the number of good batteries.
Then X∼B(n,p) . We will use formula P(X=k)=(kn)pkqn−k .
a) n=10
P(X=7)=(710)0.967⋅0.043=120⋅0.967⋅0.043=0.0057
b) n=15
The probability that at least 13 batteries are bad is equal to the probability that at most 2 batteries are good.
P(X≤2)=P(X=0)+P(X=1)+P(X=2)==(015)0.960⋅0.0415+(115)0.961⋅0.0414+(215)0.962⋅0.0413==1⋅0.0415+15⋅0.96⋅0.0414+105⋅0.962⋅0.0413≈0
c) n=20
P(X≤18)=1−P(20≥X≥19)=1−P(X=19)−P(X=20)==1−(2020)0.9620⋅0.040−(1920)0.9619⋅0.041==1−1⋅0.9620−20⋅0.9619⋅0.04≈0.18966
Answer: a) 0.0057; b) 0; c) 0.18966.
Comments