0 Comments
Answer:
sqrt(sqrt(x))
Explanation:
The problem statement tells you how to do it: take the square root, then the square root of that, using the square root function twice and making the result of one the argument of the other.