document.write( "Question 1090730: The population of a small village has grown at an annual rate of approximately 5.5%. How long will it take for its population of 3200 people to double at this growth rate?
\n" );
document.write( "a.about 1.5 years c.about 13 years
\n" );
document.write( "b.about 11 years d.about 16 years \n" );
document.write( "
Algebra.Com's Answer #705205 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The population of a small village has grown at an annual rate of approximately 5.5%. \n" ); document.write( " How long will it take for its population of 3200 people to double at this growth rate? \n" ); document.write( ": \n" ); document.write( "let t = time for this to happen \n" ); document.write( "1.055^t = 2 \n" ); document.write( "Use logs \n" ); document.write( "t*log(1.055) = log(2) \n" ); document.write( "use your calc \n" ); document.write( "t = \n" ); document.write( "t = 12.946 ~ 13 years \n" ); document.write( " \n" ); document.write( " |