x and y are joinly discrete with joint probability mass function (pmf)
$$ \begin{array}{|c|c|c|} \hline x/y & 0 & 1 \\ \hline 0& 0.2 & 0.1 \\ \hline 1 & 0.4 & 0.3 \\ \hline \end{array} $$
(a) Find $E(XY)$
Answer:
(a) $E(XY) = \sum xy P_X(x) = $
Not sure how to go about this
The table gives you the probabilities $P(X=x, Y=y)$ for various values of $x$ and $y$. The formula of expectation you should be using here is $E[XY] = \sum_x \sum_y xy P(X=x, Y=y)$.