Given random variable X and N so that, N ∼ Poisson(λ), and X|N ∼ Bin(N,p) where p is a constant (Assume that X = 0 when N = 0 and 0 < p < 1). Note that the moment generating function of a Bernoulli random variable with parameter p is 1 − p + etp, and the moment generating function for Poisson(λ) distribution is exp[λ(et − 1)].
Show that X/λ → p, as λ → ∞
I believe I found the pmf of X not conditioned on N below
$ P(x=x) = \frac{e^{-\lambda p}(\lambda p)^x}{x!} $
Then used $ E(e^{tx}) $ to find the mgf
$ M_x(t) = e^{\lambda p(e^t-1) } $
But I am no unsure of how to show convergence in distribution.