A discrete random variable is said to have a Poisson distribution if its possible values are the non-negative integers and if, for any non-negative integer $k$,
$$P(X=k)=e^{-\lambda}\frac{\lambda^k}{k!}$$
where $\lambda>0$. It turns out that $E(X)=\lambda$.
Minitab has a calculator for calculating Poisson probabilities, which is very similar to the calculator for Binomial probabilities.
The Poisson distribution model is widely used for modeling the number of "rare" events.
Suppose we have a Poisson random variable $X$ with mean (or expected value) equal to $2$ and another Poisson random variable $Y$ with mean $3$.
Suppose $X$ and $Y$ are independent random variables, in which case $W = X+Y$ will be a Poisson random variable with mean equal to $5 (= 2+3)$.
Find the conditional probability that $X = 5$ given that $W = 10$.
$$\frac{\Pr(X=5\ \&\ W=10)}{\Pr(W=10)} = \frac{\Pr(X=5\ \&\ Y=5)}{\Pr(W=10)}$$
The event $(X=5\ \&\ W=10)$ is the same as $(X=5\ \&\ Y=5)$. Then use independence of $X$ and $Y$.