Let X be a continuous random variable with the probabilty density function given by
$f_X(x) = \frac{24}{x^4} , x>2$.
Let $Y = \frac{1}{X^3}$. Compute the mgf and pdf of Y.
How do I find the mgf of Y? I know that I can find the pdf of Y using the formula $$f_Y(y)=f_X(g^{-1}(y)) \vert\frac{\partial}{\partial y}g^{-1}(y)\vert.$$
Update: I got the pdf of Y as Y~Uniform$[0, \frac{1}{8}]$
Once you have the density of $Y$, simply compute $$M_Y(t) = \operatorname{E}[e^{tY}] = \int_{y=0}^{1/8} 8e^{ty} \, dy.$$