How nth roots work
The nth root of a number x is the value y such that y raised to the power n equals x. For example, the 4th root of 81 is 3 because 3^4 = 81. Square roots (n = 2) and cube roots (n = 3) are the most common cases.
Even roots of negative numbers have no real solution — the square root of -4, for instance, is not a real number. Odd roots of negative numbers are valid: the cube root of -8 is -2 because (-2)^3 = -8.
y = x^(1/n)
The nth root of x equals x raised to the power 1/n.