$$908.80 = 250(1+\frac{0.24}{m})^{6m}$$
I get stuck here because one of the m's is part of the ln:
$$ln908.8 = m(6ln250 + 6ln250\frac{0.24}{m})$$
Not sure how to pull it out. I've tried various things but keep getting the wrong answer; I know the final answer is supposed to be m=0.99. Any help?
You will need the Lambert-$W$ function for this. There is no solution in terms of elementary functions.
EDIT: Rewrite the equation as
$${\left(\sqrt[6]{\frac{908.80}{250}}\right)}^{1/m}=1+0.24\frac1m$$
Letting $1/m=x$, we have
$${\left(\sqrt[6]{\frac{908.80}{250}}\right)}^{x}=1+0.24x$$
which is of the form $p^x=ax+b$ and whose solution is in general given by
$$x=\frac{-W\left(-\frac{\ln p}{a}\,p^{-b/a}\right)}{\ln p}-\frac{b}a$$
and making the approipriate substitutions yields $m$ in terms of the Lambert-$W$ function.