Let U, V and W be i.i.d. random variables with uniform distribution on [0,1]. Find the distribution of (U*V)^W.
I tried conditioning on the values of V and W to get a double integral over the unit square but I ended up having to integrate 1/v from 0 to 1 which is clearly wrong.
$$P((UV)^W\leq x)=\int_0^1\int_0^1\int_0^{x^{1/w}/v}dudvdw,$$
which is a somewhat different approach from the answers in the duplicate question.
– Alex R. Jun 01 '17 at 21:13