Consider the function $$F(x) = 1-\frac{200^{ 2.5 }}{ x^{2.5}}.$$ We want to solve $F(x) = 0.3$.
Since $ F(x) = 0.3$ then we can say, $2.5 \ln (\frac{200}{x}) = 0.7$.
$\ln(\frac{200}{x}) = 0 .28$.
$e^{\ln(\frac{200}{x})} = e^{.28}$.
$\frac{200}{x} = e^{.28}$.
Hence $x = \frac{200}{e^{.28}}$
The answer appears to be about $x = 151.16$.
Just to sum it up, the actual answer is $230.66$, and this was achieved by taking the 2.5th root instead of doing the natural log. Why wasn't it the same answer?
Because it should be $\ln 0.7$ on the RHS, not $0.7$.
$ F(x) = 0.3 \Rightarrow\\ \dfrac{200^{2.5}}{x^{2.5}} = 1 - 0.3 = 0.7 \Rightarrow\\ 2.5\ln \dfrac{200}{x} = \ln 0.7 \Rightarrow\\ \ln \dfrac{200}{x} = -0.14267\Rightarrow\\ \dfrac{200}{x} = e^{-0.14267} \Rightarrow\\ x = 200e^{0.14267} = \boxed{230.67} $