Let $X,Y \sim \operatorname{Unif}(0,1)$ be independent of each other. Find the PDF of $V:= XY$.
This is was I did $$\mathbb{P}(V \leq v) = \mathbb{P}(YX \leq v) = \mathbb{P}\left(Y\leq \frac v X \right) \\ = \int_0^{v/x} 1 \, dy = \frac v x.$$ I'm not sure if this is right since I can't think of the restrictions and also there involves an $x$ term in the answer...
This looks like I'm finding the probability cumulation of $Y$ aren't I? – Mr. Bromwich I Mar 23 '18 at 04:12