document.write( "Question 1058765: In 1950 the average global temperature was 57.2 degrees F. Since that year the temperature has risen at a rate of .05 percent per year. Some estimates claim that the polar ice caps could melt if the average global temperature were raised 5 degrees. If the current growth rate remains the same what year would the polar ice caps melt?\r
\n" );
document.write( "\n" );
document.write( "(0.0005*57.2)/5 + 1950
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #673899 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! In 1950 the average global temperature was 57.2 degrees F. \n" ); document.write( " Since that year the temperature has risen at a rate of .05 percent per year. \n" ); document.write( " Some estimates claim that the polar ice caps could melt if the average global temperature were raised 5 degrees. \n" ); document.write( " If the current growth rate remains the same, what year would the polar ice caps \n" ); document.write( " melt? \n" ); document.write( ": \n" ); document.write( "let y = no. of years for temp to rise 5 degrees to 62.2 degrees \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "using natural logs \n" ); document.write( " \n" ); document.write( "find the logs \n" ); document.write( " y * .0005 = .0838 \n" ); document.write( " y = \n" ); document.write( " y = 167.6 years \n" ); document.write( "\"If the current growth rate remains the same, what year would the polar ice caps \n" ); document.write( " melt?\" \n" ); document.write( "1950 + 167.6 = 2117.6 ~ the year 2117 this would occur \n" ); document.write( " |