- #1
psie
- 261
- 32
- Homework Statement
- Consider a fair die thrown twice. Let ##U_1## be the dots on the first throw and ##U_2## on the second (intuitively, they are independent). Let ##X=U_1+U_2## and ##Y=\min(U_1,U_2)##. Find the conditional probability (mass) function ##p_{Y|X=x}(y)## and the conditional distribution ##F_{Y|X=x}(y)##.
- Relevant Equations
- We have $$p_{Y|X=x}(y)=\frac{p_{X,Y}(x,y)}{p_X(x)}=\frac{p_{X,Y}(x,y)}{\sum_z p_{X,Y}(x,z)},$$and $$F_{Y|X=x}(y)=\frac{\sum_{z\leq y}p_{X,Y}(x,z)}{p_X(x)}=\frac{\sum_{z\leq y} p_{X,Y}(x,z)}{\sum_z p_{X,Y}(x,z)}.$$
I don't really know how to approach this problem, but my plan is to find ##p_{X,Y}(x,y)=P(X=x,Y=y)##. The two conditions ##X=x## and ##Y=y## in terms of ##U_1## and ##U_2## read (I think) $$U_1=y,U_2 = x-y \text{ or }U_2 = y, U_1 = x-y,\qquad x\geq 2y.$$ So $$P(X = x, Y = y) = \begin{cases} P(U_1 = y, U_2 = x-y\text{ or }U_2 = y, U_1 = x-y) & x\geq 2y \\ 0 & x < 2y\end{cases}.$$ I don't know how to proceed and find ##p_{Y|X=x}(y)##.