document.write( "Question 241258: how long will it take for the population of a certain country to double if its annual growth rate is 3.3%? round to the nearest year.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "i got 21 and 9 years
\n" );
document.write( "my freind got 61 and 1\r
\n" );
document.write( "\n" );
document.write( "which is correct? :) \n" );
document.write( "
Algebra.Com's Answer #176679 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 3.3%? round to the nearest year. \n" ); document.write( "--------------------------------- \n" ); document.write( "2P = Pe^(rt) \n" ); document.write( "e^(0.033t) = 2 \n" ); document.write( "Take the natural log: \n" ); document.write( "0.033t = 0.693147... \n" ); document.write( "t = 21.0 years \n" ); document.write( " |