.
The domain of this equation is x >= 0, x^(1/2) >= 0 and x^(1/4) >= 0.
Introduce new variable y = x^(1/4).
Then the equation takes the form
y^2 - y - 2 = 0
Factor left side
(y-2)*(y+1) = 0.
The roots are y= 2 and y= -1.
Case (a). y= 2 ====> x^(1/4) = 2 ====> x =
= 16.
Case (b). y= -1 ==== x^(1/4) = -1 ====> It is out of the domain, so it does not lead to any solution for x.
Solved and answered.
----------------------
There are two lessons to learn from my post.
1. Before solving such an equation, establish the domain, i.e. the set of possible (and impossible) solutions.
2. Introducing new variable is the STANDARD method of solving such equations.