In Wikipedia appears the pdf's equation for $XY$ and $X/Y$, where $X$ and $Y$ are given independent random variables. The equations are
For product $Z=XY$
$$f_Z(z)=\displaystyle\int_{-\infty}^{\infty}f_X(x)f_Y\left(\frac{z}{x}\right)\frac{1}{|x|}dx$$
and for the quotient $Z=X/Y$
$$f_Z(z)=\displaystyle\int_{-\infty}^{\infty}|y|f_{XY}(zy,y)dy$$
This equation appears in the following two links:
http://en.wikipedia.org/wiki/Ratio_distribution#Derivation
http://en.wikipedia.org/wiki/Product_distribution#Derivation_for_independent_random_variables
Why this two equation holds?
Thanks!