Two discrete random variables $X$ and $Y$, whose values are positive integers, have the joint probability mass function:
$$p(x,y) = 2^{-x-y}$$
I need to determine the marginal probability mass functions, which I believe to be defined as $p(x) = \sum p(x,y)$ for $y$ and $p(y) = \sum p(x,y)$ for $x$.
But there is no interval of definition, so how am I suppose to do the table or use the formula to find the marginal probability mass functions?
I think I am missing a formula but I just can't find it.
Guide:
$X$ and $Y$ takes positive integers.
Hence
$$p(x) = \sum_{y=1}^\infty p(x,y)$$
Geometric sum might help you to solve the problem.
Similarly for $p(y)$.