document.write( "Question 691819: How long will it take for the population of a certain country to double if its annual growth rate is 5%? Round to the nearest year. \n" ); document.write( "
Algebra.Com's Answer #427276 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How long will it take for the population of a certain country to double if its annual growth rate is 5%? Round to the nearest year. \n" ); document.write( "----- \n" ); document.write( "Solve: \n" ); document.write( "2P = P(1.05)^x \n" ); document.write( "---------- \n" ); document.write( "(1.05)^x = 2 \n" ); document.write( "---- \n" ); document.write( "x*log(1.05) = log(2) \n" ); document.write( "--- \n" ); document.write( "x = log(2)/log(1.05) \n" ); document.write( "x = 14 when rounded down to the nearest year \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " |