document.write( "Question 1180583: Evaluate the expression without using a calculator.\r
\n" );
document.write( "\n" );
document.write( "log10 1000 \n" );
document.write( "
Algebra.Com's Answer #810294 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! A log() is just an exponent. It is the power that the base (10 in this case) needs to be raised to, to give you a number. That is, if log10(y) = x then 10^x = y. \r \n" ); document.write( "\n" ); document.write( "So ask yourself: 10 raised to what power gives you 1000? That power is your answer. \r \n" ); document.write( "\n" ); document.write( "Examples: \n" ); document.write( " log10(10) = 1, because 10^1 = 10 \n" ); document.write( " log10(100) = 2, because 10^2 = 100 \n" ); document.write( " log10(50) = 1.69897, because 10^1.69897 = 50 \n" ); document.write( " |