I just have a small technical question. I am in the midst of solving a problem where I have gotten 2 different exponential probability density functions that are as follows:
pdf #1: 3e^(-3x)
pdf #2: 5e^(-5y)
The question then asks of me to find the cumulative distribution function and the probability density function of W = X/Y. Note: the variables X & Y are independent.
Here is where I am confused:
To find the cumulative distribution function, all I would have to do is take the integral of (3e^(-3x) * 5e^(-5y)) to get the cdf? I believe I can multiply the pdfs since the two variables are independent!
To find the pdf of W, I am not entirely sure but again, since the variables are independent can I not just have pdf W = (pdf X)/(pdf Y)?
Help is greatly appreciated! Thanks :)