Let us model the number of vehicles crossing a bridge in a day as a Poisson random variable with parameter $\lambda$. Suppose that probability that a given vehicle is a truck is $p$ and is independent of other vehicles. I need to show that the number of trucks crossing the bridge is a Poisson random variable.
I know that the number of vehicles is a Poisson RV with a probability distribution of $\frac{e^{-\lambda}\lambda^k}{k!}$. Since mean $\lambda$ vehicles cross the bridge, then the mean number of trucks (expected) would be $\lambda p$ which would lead me to conclude that the Poisson RV distribution would be $\frac{e^{-\lambda p}(\lambda p)^k}{k!}$ but I am a bit lost as to how to derive this.