document.write( "Question 309493: if the earth's population today is 682,386,000,000 and the growth rate of that population is 2% per year, how long will it take(in years) for the population to increase to 10 times its present value \n" ); document.write( "
Algebra.Com's Answer #221363 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! if the earth's population today is 682,386,000,000 and the growth rate of that population is 2% per year, how long will it take(in years) for the population to increase to 10 times its present value \n" ); document.write( "--------------------- \n" ); document.write( "10 = (1 +0.02)^t (t in years) \n" ); document.write( "1.02^t = 10 \n" ); document.write( "t*log(1.02) = 1 \n" ); document.write( "t = 1/log(1.02) \n" ); document.write( "t =~ 116.28 years (compounded annually) \n" ); document.write( "------------------- \n" ); document.write( "Population is a continuous process, not just annual adjustments. \n" ); document.write( "10 = e^rt = e^0.02t \n" ); document.write( "0.02t = ln(10) \n" ); document.write( "t = ln(10)/0.02 \n" ); document.write( "t =~ 115.13 years, slightly less \n" ); document.write( "115.13 years is the correct answer \n" ); document.write( " |