document.write( "Question 73437: How do you find the log of a number to any base, we can use a conversion formula\r
\n" );
document.write( "\n" );
document.write( "log b^a = log a
\n" );
document.write( " ______
\n" );
document.write( " log b\r
\n" );
document.write( "\n" );
document.write( "Using this formaul, how do I find log 2 1000. Round to the hundredth's place. \n" );
document.write( "
Algebra.Com's Answer #52561 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! To evaluate a log that doesn't have a base of 10, you would use the change of base formula \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So if we evaluate log(1000) we get 3 (10^3=1000) and if we evaluate log(2) we get 0.30103 approximately \n" ); document.write( "So \n" ); document.write( " \n" ); document.write( "So \n" ); document.write( "Check: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Hope this makes sense. \n" ); document.write( " |