As part of an exercise I was given the following question and would love if anyone could help me.
Assume we raffle $X$~$U(0,1)$ a random variable uniform and continuous in the interval $(0,1)$ and then we compute $Y$ by $$Y = \frac{\alpha}{X^\frac{1}{\beta}}$$
a. Find the density function of Y (PDF)
b. Find $P(Y\geq3\alpha | Y\geq2\alpha )$
Note that $Y=\frac{\alpha}{X^{1/\beta}} \;$ implies $y \geq \alpha$.
To calculate the cdf of $Y$,
$Pr(Y \leq y)= Pr(\frac{\alpha}{X^{1/\beta}} \leq y)=Pr(X \geq e^{-\frac{1}{\beta} log(\frac{y}{\alpha})})$
Then, since it is given that $X \sim U(0,1)$
$F_Y(y)=Pr(X \geq e^{-\frac{1}{\beta} log(\frac{y}{\alpha})}) = 1 - e^{-\frac{1}{\beta} log(\frac{y}{\alpha})}$, so that the pdf of $Y$ is given by
$f_Y(y)= \frac{1}{\alpha \beta} (\frac{y}{\alpha})^{-\frac{1}{\beta}-1} \;$ for $y \geq \alpha$