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
Algebra: Square root, cubic root, N-th root
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Square-cubic-other-roots
Question 275200
:
what's the square root of N to the 5th power
Answer by
checkley77(12844)
(
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.