document.write( "Question 252980: What is the 5th root of a^5b^10? \n" ); document.write( "
Algebra.Com's Answer #185174 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! fifth root is written ^(1/5) \n" ); document.write( "(a^5b^10)^(1/5) \n" ); document.write( "(a^5)^(1/5)*(b^10)^(1/5) \n" ); document.write( "(a^(5/5)*(b^(10/5)\r \n" ); document.write( "\n" ); document.write( "a*b^2 \n" ); document.write( "because 5/5=1 and 10/5=2 \n" ); document.write( " |