document.write( "Question 275200: what's the square root of N to the 5th power \n" ); document.write( "
Algebra.Com's Answer #200787 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! sqrt(n^5) \n" ); document.write( "sqrt(n*n*n*n*n) \n" ); document.write( "sqrt(n^2*n^2*n) \n" ); document.write( "n^2sqrt(n) ans. \n" ); document.write( " |