document.write( "Question 1006946: If the population of a country was 11.4 million in 1995 and grows at an annual rate of 1.46%, find the population by the year 2000.
\n" );
document.write( " Round to one decimal place. \n" );
document.write( "
Algebra.Com's Answer #622985 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! This is an exponential growth problem...we can express it this way: \n" ); document.write( "A(t) = Ao(1 + r)^t \n" ); document.write( "and in this case (where t = 15 years) \n" ); document.write( "A(15) = 11.4(1 + .0146)^15 = 14.2 million \n" ); document.write( " |