0

Given the joint PDF for $(X,Y)$

$$ p(x, y)=\left\{\begin{array}{cl} \frac{6}{5}\left(x+y^{2}\right) & \text { for } 0<x<1,0<y<1 \\ 0 & \text { ellers } \end{array}\right. $$

I found marginal distribution of $X$ and of $Y$. I found out that $X \not \perp Y$.

But I do not know how use this information to find CDF for $W=XY$.

Sorry
  • 1,028

1 Answers1

1

$P(W \leq w)=E(P(X\leq \frac w Y|Y))=\int_0^{1} \int_0^{\min ({\frac w y ,1)\}}} p(x,y) dx dy$. This can be written as $\int_w^{1} \int_0^{\frac w y } p(x,y) dx dy+\int_0^{w} \int_0^{1} p(x,y) dx dy$. Now you can carry out the integration.