We roll a non-standard dice three times (chance of getting a tail is $25\%$, for head it's $75\%$). Let $X$ be a number of tails that we got from first two throws, and $Y$ - number of tails gotten from last two throws. Find joint distribution of the random vector $(X,Y)$. Are variables $X$ and $Y$ independent?
I guess that first step would be finding $\mathbb{P}\left(X=\dots\right)$ and $\mathbb{P}\left(Y=\dots\right)$.
So:
$\mathbb{P}\left(X=0\right)={2\choose 0}\cdot\left(\frac{1}{4}\right)^0\cdot\left(\frac{3}{4}\right)^2=\frac{9}{16} \\ \mathbb{P}\left(X=1\right)={2\choose 1}\cdot\left(\frac{1}{4}\right)^1\cdot\left(\frac{3}{4}\right)^1=\frac{6}{16}\\ \mathbb{P}\left(X=2\right)={2\choose 2}\cdot\left(\frac{1}{4}\right)^2\cdot\left(\frac{3}{4}\right)^0 =\frac{1}{16}\\ $
For $\mathbb{P}\left(Y=\dots\right)$ it is exactly the same.
But.. What should I do next?