document.write( "Question 148689: The problem is stated as such: 255 is what root of 16,581,375.
\n" );
document.write( " How do I go about solving this? \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #109027 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The problem is stated as such: 255 is what root of 16,581,375 \n" ); document.write( "------------- \n" ); document.write( "One way: Keep multiply 255 times itself till you get 16,581,375 \n" ); document.write( "------------------ \n" ); document.write( "Another way: \n" ); document.write( "EQUATION: \n" ); document.write( "255 = (16581375)^(1/x) \n" ); document.write( "Take the log of both sides to get: \n" ); document.write( "log255 = (1/x)log(16581375) \n" ); document.write( "(1/x) = [log255]/[log16581375] \n" ); document.write( "1/x = 1/3 \n" ); document.write( "x = 3 \n" ); document.write( "--------- \n" ); document.write( "255^3 = 16581375 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |