I have the two random dependent variables, $X$ and $Y$, whose distribution is given by a joint probability distribution table:
$$\begin{array}{c|cccc} X,Y&1&3&6&9\\ \hline 2&0.11&0.05&0.20&0.08\\ 3&0.20&0.02&0.00&0.10\\ 7&0.00&0.05&0.10&0.09\\ \end{array}$$ I need to write $Z=XY$ and find the probability distribution of $Z$. Sorry if this is an obvious question, I'm just really struggling to understand what I need to do.
Compute $P(Z=z)$ where $z$ is some number as follows:
For instance if we want $P(Z=9)$
If we want $P(Z=5)$ all we need do is observe from the table that there is no way to multiply $X$ and $Y$ to get $5,$ so $P(Z=5)=0.$
The answer probably expects that you figure out all $z$ that can be formed and write down the probability of each in the table. So I've done one row $(9,0.02)$ for you.