document.write( "Question 589185: How do I solve
\n" );
document.write( "5^x=1/125?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #374747 by Alan3354(69443) You can put this solution on YOUR website! How do I solve \n" ); document.write( "5^x=1/125? \n" ); document.write( "------------ \n" ); document.write( "If you recognize that 125 = 5^3, then 5^(-3) = 1/125 \n" ); document.write( "--> x = -3 \n" ); document.write( "--------------- \n" ); document.write( "If not, \n" ); document.write( "x*log(5) = log(1/125) \n" ); document.write( "x = log(1/125)/log(5) \n" ); document.write( "x = -3 \n" ); document.write( "------- \n" ); document.write( "If it's a random number, eg, 5^x = 1/126 then you have to use the 2nd method. \n" ); document.write( " \n" ); document.write( " |