Problem: $X_{1}$ and $X_{2}$ are independent Poisson random variables such that $X_{1}\sim \operatorname{Poisson}(\lambda_{1})$ and $X_{2}\sim \operatorname{Poisson}(\lambda_{2})$.
Is $Z = X_{1}X_{2}$ also a Poisson random variable? If yes, how do you find the parameter?
I'm thinking either see if the mean and variance are equal, or calculate the pdf. But I'm not sure how to find the variance or the pdf.
To test:
$$\begin{align}\mathsf P(Z{=}0)&=\mathsf P(X_1{=}0)+\mathsf P(X_2{=}0)-\mathsf P(X_1{=}0)\mathsf P(X_2{=}0)\\[2ex]\mathsf P(Z{=}1)&=\mathsf P(X_1{=}1)\mathsf P(X_2{=}1)\\[2ex]\mathsf P(Z{=}2)&=\mathsf P(X_1{=}1)\mathsf P(X_2{=}2)+\mathsf P(X_1{=}2)\mathsf P(X_2{=}1)\\[2ex]\mathsf P(Z{=}3)&=\mathsf P(X_1{=}1)\mathsf P(X_2{=}3)+\mathsf P(X_1{=}3)\mathsf P(X_2{=}1)\\[2ex]\mathsf P(Z{=}4)&=\mathsf P(X_1{=}1)\mathsf P(X_2{=}4)+\mathsf P(X_1{=}2)\mathsf P(X_2{=}2)+\mathsf P(X_1{=}4)\mathsf P(X_2{=}1)\\[2ex]&~~\vdots\\[2ex]\mathsf P(Z=z;{z\in\Bbb N^+})&=\sum_{x=1}^z\mathbf 1_{z/x\in\Bbb N^+}\mathsf P(X_1{=}x)\mathsf P(X_2{=}z/x)\end{align}$$
You can evaluate these if you wish, but it does not seem likely to fit a Poisson Distribution.
For the Variance, use the Law of Total Variance, and the favt of independence: $$\begin{align}\mathsf {Var}(Z)&=\mathsf E(\mathsf{Var}(X_1X_2\mid X_1))+\mathsf {Var}(\mathsf{E}(X_1X_2\mid X_1))\\[1ex]&=\mathsf E(X_1^2\,\mathsf{Var}(X_2\mid X_1))+\mathsf {Var}(X_1\,\mathsf{E}(X_2\mid X_1))\\[1ex]&=\mathsf E(X_1^2)\,\mathsf{Var}(X_2)+\mathsf {Var}(X_1)\,\mathsf{E}(X_2)\\&~~\vdots\end{align}$$