I have the following problem :
Tom is calling people. He has $10\%$ chance of calling the wrong number. Let $Y$ be a random variable which count the number of calls Tom makes. $Y$ follow a Poisson law with parameter $\lambda = 20$. Let $X$ denote the number of bad calls Tom makes.
I would like to compute the law of $X$.
First I can see that : $$\mathbb{P}(X = k | Y = n) = \binom {n} {k} 0.1^k0.9^{n-k}$$
Yet from there I don't see how I can compute the law of $X$. Since the évènement $\{Y = n\}_n$ aren't independant I can't just do the following :
$$\mathbb{P}(X = k ) = \sum_n \mathbb{P}(X = k | Y = n) = \sum_n \binom {n} {k} 0.1^k0.9^{n-k}$$
Thus I don't know how to proceed. Thank you.
A Poisson variable with parameter $\lambda$ counts the events that occur in one time unit of a Poisson process with rate parameter $\lambda$. If we uniformly randomly select $10\%$ of the events, the result is a Poisson process with rate parameter $\frac{\lambda}{10}$, so the count $X$ of events in one time unit is a Poisson variable with parameter $\frac{\lambda}{10}$.