Given $a,b,c$ solve $1=x^a + x^b - x^c$ for $x$

59 Views Asked by At

If $a,b,c$ are constants, is it possible to isolate $x$ in the following equation?

$$1 = x^a + x^b - x^c$$

If so, how do I achieve this?