The probability that a shooter strikes a target is 0.4.
By using a suitable approximation,find the probability that he will strike the target 220 times out of 500 shots.
The probability that a shooter strikes a target is 0.4.
By using a suitable approximation,find the probability that he will strike the target 220 times out of 500 shots.
This problem is about normal approximation of binomial distribution. This is known as De Moivre - Laplace theorem. When you have very large no. of binomial trials in an experiment it will be difficult to evaluate factorials and thus making it difficult to evaluate exact values. As per the theorem you can approximate the distribution as normal distribution. We have event X: Shooter hits the target. p=0.4 and n=500 => np=200 and npq= 120. So X ~ B (500,0.4) can be approximated as X ~ N (200, 120). Where B is binomial distribution and N is normal distribution with mean 200 and variance 120. Now you need to find P(X=220) in normal distribution . But you know that normal distribution is continuous distribution whereas binomial was discrete. So you do something called continuity correction which tells you that in a normal approximated binomial P(X=n) --> P(n-0.5 < X < n+0.5). So find P(119.5 < X < 220.5) using the standard distribution table method.