I have these 4 formulas
e = 4 * n^0.6
e = n^3
e = 1.2 * n^3 - 15 * n^2 + 100*n - 140
e = 5 * n^0.75
They take in n and result in e
How on earth would I reverse this to take in e and result in n. I'm not very math savy is another problem.
I mean I get for addition just subtract and for multiplication just divide but even then I don't know what to do when it comes to an equation with multiple parts to it but then you also have exponents and such mixed in I don't know where to begin to reverse these formulas.
Any help or guidance would be most appreciated and this is for a personal project outside my day job, it's not school or job related but it's important to me so I really want to get this down.
Thanks in advance

The problem is relatively simple, and I think a little bit of formal definition will resolve the problem. First, inverse functions. Given a function $f(x)=y$, meaning a function in which we put in $x$ to get $y$, we can define a similar function, $f^{-1}(y)=x$, where we put in $y$ to get $x$. That effectively reverses the function (it’s a little more complex if the original function is not one-to-one, but that doesn’t matter with your 4 functions). To find that function $f^{-1}(y)$, we solve for $y$. For example, if we are given $y=x+1$, we get $x=y-1$.
Now, we introduce some exponent properties. $(a^b)^c=a^{b*c}$. Since raising both sides of an equation to an exponent doesn’t change the validity of the equation, we can use that to solve most of the equations. For example, with the second equation, we can raise both sides to $\frac{1}{3}$, since using the aforementioned property, we get $n$ on the right side.
Your third equation has a very complex answer. I won’t bother giving you the method, but the answer is $4.16667-.284996z+\frac{36.5502}{z}$, where $z=(2\sqrt{(81y^2-16695y+1.3676*10^6)}-18y+1855)^\frac{1}{3}$.