Probabilities of two random variables with different Poisson distribution

60 Views Asked by At

Assume that random variables $X\sim\operatorname{Poisson}(\mu)$ and $Y\sim\operatorname{Poisson}(\lambda)$, $\mu > \lambda > 0$. How should I approach to prove that for every $k > 0$: $P(X > k) > P(Y > k)$?

1

There are 1 best solutions below

0
On

Hint: Let $Z \sim Poisson(\mu-\lambda)$, independent of $Y$. Then $X$ has the same distribution as $Y+Z$, moreover $Y>k$ implies $Y+Z>k$.