Since you are not so math savvy, I recommend to have a look at this great video of Vi Hart in which she explains that elementary algebra (including fractional exponents) is just $+1$ in a fancy way. For example, $+3 = +1+1+1$. Let's make it fancy. A product is a fancy way of $+1$. For example, $12 = 3 \times 4$ means that $12$ is equal to $+3$ when counting in a plus $4$ kind of way: $12=+4+4+4$. Even more fancy, exponentiation of $n$ is counting in a times $n$ kind of way.
For example, your second equation ($e$ is $n$ to the power $3$) means that $e$ is $+3$ when counting in a times $n$ kind of way: $e=n*n*n$. You already know what $e$ is in terms of $n$ (it's $e=n^3$) and you are interested in knowing what $n$ is in terms of $e$ (spoiler: it's $n=e^{\frac{1}{3}}$). To get to that result, observe that $n$ is one third along the way to $e$ when counting in a times $e$ kind of way:

I highly recommend to make similar plots for equations 1 and 4.
Your first equation ($e = 4 \times n^{0.6}$) means that $e$ is $+4$ when counting in a plus $n^{0.6}$ kind of way, so with a similar observation made when solving your second equation, $n^{0.6}$ is $\frac{1}{4}$ when counting in a plus $e$ kind of way. Moreover $0.6 = \frac{3}{5}$, so $\frac{e}{4} = n^{\frac{3}{5}}$. Making again a similar observation as before, you'll find $n = \left(\frac{e}{4}\right)^{\frac{5}{3}}$.
The fourth equation is similar as the first one. Just replace the factor $4$ with a factor $5$ and the exponent $0.6 = \frac{3}{5}$ with $0.75 = \frac{3}{4}$. You'll obtain $n = \left(\frac{e}{5}\right)^{\frac{4}{3}}$.
I hope that helps to better understand the answer of H Huang. Notice that when using $(a^b)^c=a^{b \times c}$ with $c=\frac{1}{b}$, you'll get $a$, as in the solution of your second equation $n=n^{3 \times \frac{1}{3}} = e^{\frac{1}{3}}$.
The third equation is indeed more complicated to explain, but as explained in the answer of Claude Leibovici, you need to find the solution of a cubic equation in $n$.