document.write( "Question 303538: The loudness L of a sound measured in decibles (db) is given by the formula: L=10*log (I ÷ I0) where I repesents the intensity of the sound measured in watts per square meters and Io = 10^-12.\r
\n" );
document.write( "\n" );
document.write( "The loudness of certain sound measures 30 db. If the intensity of the sound is multiplied by 10, what is the loudness in decibels of the new sound?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #217539 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The loudness L of a sound measured in decibles (db) is given by the formula: L=10*log (I ÷ I0) where I repesents the intensity of the sound measured in watts per square meters and Io = 10^-12. \n" ); document.write( "The loudness of certain sound measures 30 db. If the intensity of the sound is multiplied by 10, what is the loudness in decibels of the new sound? \n" ); document.write( "-------------------------- \n" ); document.write( "L = 10*log (I/Io) \n" ); document.write( "30 = 10*log(I/10^-12) \n" ); document.write( "--- \n" ); document.write( "3 = log(I/10^-12) \n" ); document.write( "--- \n" ); document.write( "I/10^-12 = 10^3 \n" ); document.write( "--- \n" ); document.write( "I = 10^-12*10^3 \n" ); document.write( "--- \n" ); document.write( "I = 10^-9 \n" ); document.write( "================================ \n" ); document.write( " |