Two six sided fair dice are rolling. If sum of fallen numbers is less than $5$, than coin is flipping two times. Random variable $X$ represents sum of fallen numbers, $Y$ represents number of fallen tails. Find distribution of random variable $(X, Y)$. What is for example $P(X=2, Y=0) = ?$ I little confused, whenever I think of something, sum of all probabilities is less than $1$.
I made table, where $X = \{2,3,4,5,6,7,8,9,10,11,12\}$ $Y=\{0,1,2\}$ Than I filled it like I already told you: $P(X=2, Y=0) = \dfrac{1}{36}\cdot \dfrac{1}{4}$, $P(X=2, Y=1) = \dfrac{1}{36} \cdot \dfrac{2}{4}$, and so on. For $X \gt 5$, there are all zeros.
When I put probabilities for $X$, when $X\gt5$, sum of table is $2.44$ :( But isn't it logic that probabilities when $X \gt 5 = 0$, because you multiply with probability of getting Tails which is $0$ ? Also, when I assume that if $X\gt5$ coin is flipped $1$ time, I get sum $0.625$, which again is not right.