I have the following problem: Let the random variables X and Y have the probability density function (pdf) $$f(x, y) = \begin{cases} 1 & \text{for } 0<x<1, \,0<y<1\\ &\\ 0 & \text{elsewhere} \end{cases}$$
Find the probability distribution function (PDF) of $Z = XY$. I got as far as $$Fz(z)=P(Z\le z)=P(XY\le z)=P(X\le z/Y)\ldots$$ but I'm not sure where to go from here. I was thinking that the next time might be: $P(X\le z/Y)=F_X(z/Y)$ where $F_X$ is the probability distribution function for $X$. But, doing this, I end up with $F_Z(z,y)$ and not $F_Z(z)$. The PDF for Z should just be a function of $z$.
Any help is appreciated.