Question 93361
Given the formula for computing decibels of sound:
.
{{{D= 10*log(10,(I/(10^-12)))}}}
.
where I is the sound intensity measured in watts per square meter.  The problem tells you
that a whisper with a sound intensity I of {{{5.4 * 10^(-10)}}} watts per square meter takes
place and asks you to find the decibel level. Begin by substituting {{{5.4 * 10^(-10)}}} for I
in the decibel equation. When you do that the equation becomes:
.
{{{D= 10*log(10,((5.4*10^-10)/(10^-12)))}}}
.
The rule for negative integers is that you can change them to a positive integer is the 
quantity is moved from the denominator to the numerator or from the numerator to the denominator.
In this case move the {{{10^(-12)}}} from the denominator and change the exponent to +12.
This results in the equation becoming:
.
{{{D= 10*log(10,((5.4*10^-10)*(10^12)))}}}
.
Notice that you have two numbers each having an exponent. Since the two numbers are the same 
(both are 10), you can just raise 10 to the sum of the exponents.  The equation then is:
.
{{{D= 10*log(10,(5.4*10^(-10+12)))}}}
.
which when you combine the exponents by adding them simplifies to:
.
{{{D= 10*log(10,(5.4*10^2))}}}
.
but {{{10^(2) = 10*10 = 100}}}
.
And replacing {{{10^2}}} by 100 results in 
.
{{{D= 10*log(10,(5.4*100))}}}
.
and 100 times 5.4 equals 540.  This translates the problem to:
.
{{{D= 10*log(10,(540)))}}}
.
Now using a scientific calculator you can find that {{{log(10,540) = 2.73239376}}} so
you can replace the entire log expression by 2.73239376 to get:
.
{{{D =10*2.73239376}}}
.
and multiplying out the right side gives you the answer:
.
{{{D = 27.3239376}}} decibels.
.
Hope this helps you to understand the problem and also helps you to become familiar with 
working with logarithms.
.