SOLUTION: what's the square root of N to the 5th power

Algebra ->  Square-cubic-other-roots -> SOLUTION: what's the square root of N to the 5th power      Log On


   



Question 275200: what's the square root of N to the 5th power
Answer by checkley77(12844) About Me  (Show Source):
You can put this solution on YOUR website!
sqrt(n^5)
sqrt(n*n*n*n*n)
sqrt(n^2*n^2*n)
n^2sqrt(n) ans.