Eclair_de_XII said:
I haven't learned how to find the density of the product of two independent r.v.'s,
on the computational side, this *is* in some sense, the exercise. Alternative approaches would be to take advantage of positivity and do a log transform of the random variables, sum (i.e. convolve) them, then exponentiate back, or if you want to focus on, in effect, getting the CDF, then what you've done below should ultimately get you there.
Eclair_de_XII said:
##P(4XZ<\alpha)=\int P(4XZ<\alpha|X=x)P(X=x)dx=\int P(Z<\frac{\alpha}{4x})P(X=x)dx\\
=\int \int_0^{{\alpha}{4x}}dzP(X=x)dx=\int {\frac{\alpha}{4x}}dx=\frac{\alpha}{4}ln(x)##
Even if this were right, I'd still have to determine the bounds of integration w.r.t. ##x##.
High level this seems like an ok idea. Some cleaup of course is needed e.g. as stated before ##P(X=x) =0##-- what you actually want is a density there.
- - - - -
edit:
this may be overkill, but really to get the above, I'd setup an event ##B## that is ##4XYZ \lt \alpha## (note you should be able to confirm that this has the same probability as ##4XYZ \leq \alpha## which is in fact preferable since this is how CDFs are written)
for some arbitrarily chosen ##\alpha \in (0,1)##. So what you have is
##P(B) = E\Big[\mathbb I_B \Big] = E\Big[E\big[\mathbb I_B \big \vert X\big]\Big]##
In some sense this is close to what you've done above, but the chaining on of ##P(X=x)## did not quite sit well with me. This approach should make it clear that
##E\big[\mathbb I_B \big \vert X\big]## is a random variable that takes on values
##P(Z<\frac{\alpha}{4X})##
or if you prefer, for each ##X(\omega) = x## it takes on values
##P(Z<\frac{\alpha}{4x})##
and it should be clear that when you take expectations of this random variable
##E\big[\mathbb I_B \big \vert X\big]## you are using the density of ##X## -- this is part of a general approach to conditional expectations.
- - - - -
If you want to focus on ##P(4XZ<\alpha)##: you could then set this up to have an event ##A## where ##4XZ\lt \alpha## and ##\alpha := Y^2(\omega)##
giving you
##P(A) = E\Big[\mathbb I_A \Big] = E\Big[E\big[\mathbb I_A \big \vert Y^2\big]\Big]##
in which case you can get by with the CDF for ##(4XZ)## and then merely integrate over the density of ##(Y^2)##