Say $Y$ is the nummer of accidents by a car, Poisson distributed ($\lambda$). People hit by the car have a probability $p=\frac{1}{2}$ to survive. Let $Z$ be the nummer of people killed by a car accident.
Now I want to determine $P(Z=k)$ for $k=0,1,2...$ .
Is it true that $P(Z=k) = \frac{1}{2} \cdot P(Y=k)$. Such that: \begin{align} P(Z=k) = \frac{1}{2} \cdot e^{- \lambda} \cdot \frac{\lambda ^k}{k!}? \end{align}