I have been working on a problem with a binomial rv dependent on a poisson rv and have worked through to this point:
$P(X=x) = \sum_{n=x}^{\infty} \dfrac{n!}{x!(n-x)!} p^x(1−p)^{n−x} \dfrac{\lambda^n e^{-\lambda}}{n!}$
Might someone guide me through a next step?
What you need is a simple transformation: Let $j=n−x$. Then
$P(X=x) = \sum_{j=0}^{\infty} p^x(1−p)^j \dfrac{\lambda^{x+j} e^{-\lambda}}{x!j!}$
And proceed. Hint: pull out the "x" terms. i remember similar from somewhere...