document.write( "Question 1170810: The world population doubles every 35 years. In 1980 the population wasx 4.5 billion. Assuming that the doubling period remazins at 35years, estimate the population in the year 2120. SHOW WORK \n" ); document.write( "
Algebra.Com's Answer #795702 by Boreal(15235) You can put this solution on YOUR website! A=Ao(1+r)^35, r is the rate. A/Ao=2, since it is doubling. \n" ); document.write( "2=(1+r)^35 \n" ); document.write( "ln both sides \n" ); document.write( "ln2=35*ln(1+r) \n" ); document.write( "0.0198=ln(1+r). Don't round \n" ); document.write( "raise both sides to the e power \n" ); document.write( "1.02000=1+r \n" ); document.write( "r=2.0% \n" ); document.write( "Consistent with rule of 70, which is 70/2%=35 years to double \n" ); document.write( "2120 is 40 years \n" ); document.write( "A=(1.02)^40*4.5 to get answer \n" ); document.write( "=9.936 billion. \n" ); document.write( " \n" ); document.write( " |