Question: Given $N$, $X$ is distributed as $\mathrm{B}(N,\theta)$. Derive the unconditional distribution of X assuming N is distributed as $P(\lambda)$.
This is what I have tried so far:
$$x|N \sim \mathrm{B}(N,θ) \text{ so }\Pr(X=x|N) = \begin{pmatrix} N \\ x \end{pmatrix} \theta^x \,(1-\theta)^{N-x}$$
and also $$\Pr(N) = \exp(-\lambda)\dfrac{\lambda^N}{N!},$$
so the joint distribution $\Pr(X=x,N=n)= \begin{pmatrix} N \\ x \end{pmatrix} \theta^x \,(1-\theta)^{N-x} \cdot \exp(-\lambda)\dfrac{\lambda^N}{N!}$
then to find $Pr(X) = \sum_{n=0}^{+\infty}Pr(X=x,N=n).$
But how on earth do you this series if there's so many unknowns? And is there a trick (to recognize the distribution ?)
My professor has provided the answer as $X ~ \mathrm{Poisson} (\lambda\theta)$ so I think we have to recognize the joint as a the distribution of Poisson with parameter $\lambda\theta$. But I am not sure how to go about doing it. Help anyone?
This is a standard property of the Poisson process. You may want to look it up in these notes as example 3.5.3.