A fair coin is tossed 4 times. Let X be the number of heads in the first three tosses. Let Y be the number of heads in the last three tosses. Find the joint p.m.f. of X and Y . (Hint: There are only 2^4 = 16 equally likely outcomes when you toss 4 coins. If you are unable to calculate the probabilities using rules we have learned, just list all the possible outcomes!)
I'm working on this problem, and getting the answer analytically as the hint suggests is pretty simple, but I can't seem to determine a closed form equation.
I have tried splitting it into some indicator variable type thing, where $f= first$, $m= middle two$, and $l=last$. And then $f+m =x$ and $l+m=y$.
I know that x and y aren't independent, so finding the joint p.m.f should be something like
$P(x \& y) = P(x) * P(y|x)$, and I have some weird equation that almost works, but it's certainly not right and I'd like two know how to properly do it.