document.write( "Question 768222: How much energy, Q, is released by an earthquake with a Richter rating, R, of 8.7? Use the function R = log[Q] - 4.4
\n" );
document.write( "Energy in joules (E-notation, 1 decimal before the E): \n" );
document.write( "
Algebra.Com's Answer #468138 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! R = log(Q) - 4.4 \n" ); document.write( "R = 8.7 \n" ); document.write( "8.7 = log(Q) - 4.4 \n" ); document.write( "8.7 + 4.4 = log(Q) \n" ); document.write( "13.1 = log(Q) \n" ); document.write( "10^13.1 = Q \n" ); document.write( "Q =1.3 X 10^13 Joules \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |