I'm trying to come up with an equation to determine what level you are when you have a certain amount of experience in an online game. I tried using quickmath.com and wolframalpha.com to figure out the steps but neither shows how they got there. The formula the game uses to determine experience required for level is:
$$ \frac{50}{3} (x^3-6x^2+17x-12)$$
Where x is level
If I know the experience I have (say 37800) I can work it back a ways but then I get stuck. Just hoping for a nudge in the right direction
$$ \frac{50}{3} (x^3-6x^2+17x-12) = 37800 $$ $$ \frac{50\div50}{3} (x^3-6x^2+17x-12) = 37800\div50 $$ $$ 3*3\div (x^3-6x^2+17x-12) = 756*3 $$ $$ x^3-6x^2+17x-12+12 = 2268+12 $$ $$ x^3-6x^2+17x = 2280 $$
This is the point where I get lost quickmath.com shows the next step as: $$ x=\frac{-(\sqrt{527}*I+9)}2 $$
But I have not got the foggiest how they got there.