document.write( "Question 163522: How do I calculate the n-th root of a number for example the 10th root or the 17th root? \n" ); document.write( "
Algebra.Com's Answer #120474 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! How do I calculate the n-th root of a number for example the 10th root or the 17th root? \n" ); document.write( ": \n" ); document.write( "Easy on a calc \n" ); document.write( "Find the log of the number, divide that by the nth, find the 10^x of that \n" ); document.write( ": \n" ); document.write( "For example you want the 21st root of 2,097,152 \n" ); document.write( ": \n" ); document.write( "log(2097152) = 6.32163 \n" ); document.write( " \n" ); document.write( "10^(.30103) = 2 \n" ); document.write( " |