document.write( "Question 619340: The intensity of light is reduced by 2% for each metre that a diver descends below the surface of the water. At what depth is the intensity of light only 10% of that at the surface? \n" ); document.write( "
Algebra.Com's Answer #389579 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the intensity of light is reduced 2% for each meter that a diver descends below the surface. \n" ); document.write( "if the intensity starts at 100, then after 1 meter, the intensity is 100 - .02*100 which is equivalent to 100 * (1-.02) which is equivalent to .98 * 100 \n" ); document.write( "the next meter reduces it another 2%. \n" ); document.write( "you get (.98*100) - .02*(.98*100) which is equivalent to (.98*100) * (1-.02) which is equivalent to (.98*100) * .98 which is equivalent to 100 * (.98)^2 \n" ); document.write( "each additional meter reduces it by another addition to the exponent. \n" ); document.write( "for 10 meters, the reduction is 100 * (.98)^10 \n" ); document.write( "the formula is, therefore: \n" ); document.write( "reduction in visibility = 100% * .98^m \n" ); document.write( "where m is equal to the number of meters. \n" ); document.write( "you want to know how many meters to reduce the visibility to 10%. \n" ); document.write( "the equation becomes: \n" ); document.write( "10% = 100% * .98^m \n" ); document.write( "you want to solve for m. \n" ); document.write( "divide both sides of this equation by 100% to get: \n" ); document.write( "10% / 100% = .98^m \n" ); document.write( "this results in: \n" ); document.write( ".1 = .98^m \n" ); document.write( "take the log of both sides of this equation to get: \n" ); document.write( "log(.1) = log(.98^m) \n" ); document.write( "this becomes: \n" ); document.write( "log(.1) = m*log(.98) \n" ); document.write( "divide both sides of this equation by log(.98) to get: \n" ); document.write( "m = log(.1) / log(.98) \n" ); document.write( "use your calculator to solve for m to get: \n" ); document.write( "m = 113.9740856 \n" ); document.write( "the visibility should be reduced to 10% at 113.9740856 meters. \n" ); document.write( "100% * (.98)^(113.9740856) is equal to 10% \n" ); document.write( "to determine if your formula is correct, use a much smaller number. \n" ); document.write( "assume you want to know how much visibility you have after 3 meters. \n" ); document.write( "your equation becomes: \n" ); document.write( "100% * (.98)^3 which becomes 94.1192 \n" ); document.write( "you should only have 94.1192% visibility after 3 meters if the equation is correct. \n" ); document.write( "start with 100% and reduce it by 2% to get 98 \n" ); document.write( "reduce 98 by 2% to get 96.04 \n" ); document.write( "reduce 96.04 by 2% to get 94.1192 \n" ); document.write( "looks like the formula is good. \n" ); document.write( "your answer is 113.9740856 meters of depth reduces visibility to 10%. \n" ); document.write( "----- \n" ); document.write( "principle of logarithms used. \n" ); document.write( "log(a^b) = b*log(a) \n" ); document.write( " \n" ); document.write( " |