document.write( "Question 252183: An earthquake registers 6.1 on the Richter scale. What is the rating on an earthquake that is twice as powerful? \n" ); document.write( "
Algebra.Com's Answer #183955 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Richter numbers are based on powers of 10. For example a 7.1 will be 10 time more powerful than a 6.1. Put another way 1og^(7.1-6.1) = 10^1 = 10. Our task is to find what magnitude makes a 2, not a 10. Here we go . . . \r \n" ); document.write( "\n" ); document.write( "log_10(X) = (a-b) -> in words log_10 = log base 10\r \n" ); document.write( "\n" ); document.write( "Since we have a magnitude of 6.1, and want an EQ twice as strong,\r \n" ); document.write( "\n" ); document.write( "log_10(2) = (a-6.1)\r \n" ); document.write( "\n" ); document.write( "10^(a-6.1) = 2\r \n" ); document.write( "\n" ); document.write( "By log of both sides,\r \n" ); document.write( "\n" ); document.write( "a - 6.1 ~ .30103\r \n" ); document.write( "\n" ); document.write( "a ~ 6.4. \n" ); document.write( " |