Let $X$ and $Y$ be independent exponential random variable with rates $\lambda_1$, $\lambda_2$, respectively. What is the cumulative distribution function of $\frac{X}{Y}$?
I know that the joint density function is $f(x,y) = (\lambda_1 e^{-\lambda_1 x})(\lambda_2 e^{-\lambda_2 x})$
can I just take the integral of $\frac{(\lambda_1 e^{-\lambda_1 x})} {(\lambda_2 e^{-\lambda_2 x})}$ to find the c.d.f of $\frac{X}{Y}$?