I have 3 joint PMF $(X,Y,Z)$ respectively as follow:
$(0,0,1)$
$(0,1,0)$
$(1,0,0)$
$(1,1,1)$
Each with $p = 1/4$
I am asked to compute the $COV(X,Y), V(X+Y)$ and find out whether only $X,Y$ are independent or $X,Y,Z$ are all independent
My problem is I do not know how to extract $X,Y$ from those $4$ points since $Z$ always stick around. I can do this problem with joint PMF of 2 RVs. I have looked around but can't see any similar problem such as Joint PMF of more than $2$ RVs. Also, i don't know how to deal with independence of $X,Y,Z$ once at a time
Any help would be appreciated. Thank you very much :)
Guide:
To find $P(X=x, Y=y)$, you can sum up the $z$ variables:
$$P(X=x, Y=y)= \sum_{z} P(X=x, Y=y, Z=z)$$
Similarly,
$$P(X=x)= \sum_{y,z} P(X=x, Y=y, Z=z)$$
For example, $P(X=0)=p(0,0,1)+p(0,1,0)=\frac12$
Intuitively for independence of the $3$ random variables, think of whether having $2$ of them give u information about the third.