An insurance company for sport planes has 100 planes insured with each planes insurance fee being 10.000 (for a year). In case of a plane crash the company pays 1 million to the owner. The probability for a plane crash is independent and equal to $P(crash) = 0.008$. What is the probability that the company will have to pay more than than they earn in a year.
My thoughts:
Let $X_i$ be a s.v. that shows if the $X_i$ plane has crashed or not. We also know the company will have a loss if:
$Y = 10^6(1-X)$
So we are looking for the probability that:
$P(Y<0)$ or $P(X>1)$ or $1-P(X<=1)$
I thought I could try to use the normal approximation to solve it but I don't understand why it doesn't work.
I agree with @ERR that you want $P(X > 2),$ where $X \sim Binom(100, .008).$
$Exact\; binomial.$ The easiest computation is to find $1 - P(X \leq 1).$
But $P(X \leq 1) = P(X = 0) + P(X = 1),$ where both terms are easy to compute on a calculator. The answer 0.1909 to your problem is correct to four places.
$Poisson\; approximation.$ If you want to use an approximation, then the Poisson approximation would work reasonably well. Suppose $Y \sim Pois(\lambda),$ where $\lambda = 100(.008) = 0.8.$ Thus $X$ and $Y$ have the same expected value: $E(X) = E(Y) = 0.8.$ Then you could approximate the answer to your problem as
$1 - P(Y \le 1) = 1 - e^{-.8} - .8e^{-.8} = 0.1912.$
If binomial $n$ is large and $p$ is small, then $Pois(np)$ is often a good approximation to $Binom(n, p).$
$Attempted\; normal\; approximation.$ The "best-fitting" normal distribution would have $\mu = .8$ and $\sigma = \sqrt{np(1-p)} = .8908.$ But it does not fit well according to the rule of thumb quoted by @copper.hat. Standardizing and using the continuity correction, you would get approximately probability 0.2160. Perhaps not a horrible approximation, but not a very good one either. (And the plot below shows that getting this close may be an accident of the particular values for which you need to find probabilities.) Furthermore, the exact binomial answer and the well-approximating Poisson answers are easier to compute---and they do not require tables.
The graph below shows exact binomial probabilities as vertical bars and approximate Poisson probabilities as small circles. (Within the accuracy of the plot, roughly two places, they are hardly distinguishable from the tops of the bars.) The attempted normal approximation would include the area to the right of the dotted vertical line. All three distributions have negligible probability to the right of 5.