An insurer's annual weather-related loss, X, is a random variable with density function $$f(x) = \frac{2.5(200)^{2.5}}{x^{3.5}} \qquad \text{for } x > 200$$ and $f(x) = 0$ otherwise. Calculate the difference between the $25$th and $75$th percentile.
My approach: $$F(X) = \int_{200}^x2.5(200)^{2.5}(t^{-3.5}) \; dt = 1-\left(\frac{200}{x}\right)^{2.5}$$
So, the desired difference is $$F(0.75)-F(0.25) = 1-\left(\frac{200}{0.75}\right)^{2.5} - 1+\left(\frac{200}{0.25}\right)^{2.5} = \left(\frac{200}{0.25}\right)^{2.5} - \left(\frac{200}{0.75}\right)^{2.5}$$ which gives $16940694$ (approximated) while the correct answer is $124$. Where have I gone wrong?
If $$F(x) = 1-\left(\frac{200}{x}\right)^{2.5}$$ then $$F^{-1}(y) = \frac{200}{(1-y)^{0.4}}$$ and $$F^{-1}(0.75)-F^{-1}(0.25) \approx 348.22-224.39 = 123.83$$