Given the bivariate random variable (X,Y) with PDF: $ \begin{cases} \frac{2}{7}(2x+5y) & 0<x<1,\ 0<y<1 \\ 0 & otherwise \end{cases} $
- $ Let\ Z=\frac{Y}{X}. Compute\ the\ probability\ density\ function\ of\ Z. $
- $Compute \ P(X>\frac{1}{3}|Z=z) for \ z \in(0,\infty) $
I tried computing the Jacobian matrix but am not sure what to do then. Thanks