I was doing the following question:
The probability that Bhim loses each game of badminton, independently of all others is $0.05$. Bhim and Joe play $60$ games. Use a suitable approximation, calculate the probability that Bhim loses more than 4 games.
I thought that the number of games Bhim loses would be distributed following: $X$~$B(60, 0.05)$. I then calculated $1-P(X\le4)=0.180$.
However, the answer said the distribution was: $X$~$Po(3)$. Doing a similar calculation that I did, and got $0.185$. Why is my answer incorrect, and the poisson distribution correct?
Many thanks.
Technically speaking, your approach is the correct one. The information we are given matches up perfectly to a binomial distribution. I believe the question's motive is to show you how good of an approximation the Poisson distribution is to the Binomial when we are dealing with relatively small values of $p$.
I think you understand that if we use a Poisson approximation, we get that $\lambda = 60(0.05) = 3$. And when you compare the answers you get that they are obviously similar.
But to answer your question, your answer is the exact answer, the Poisson approach is the approximation.