document.write( "Question 934732: The population of a city was 161 thousand in 1992. The exponential growth rate was 1.4% per year.
\n" );
document.write( "A)Find the exponential growth function in terms of t, where t is the number of years since 1992
\n" );
document.write( "P(t)=
\n" );
document.write( "B) Predict the population in 2009
\n" );
document.write( "C) In what year will the population be 174 thousand? \n" );
document.write( "
Algebra.Com's Answer #567774 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The population of a city was 161 thousand in 1992. \n" ); document.write( "The exponential growth rate was 1.4% per year. \n" ); document.write( "A)Find the exponential growth function in terms of t, where t is the number of years since 1992 \n" ); document.write( " P(t)= 161000*(1.014)^t \n" ); document.write( "------ \n" ); document.write( " B) Predict the population in 2009 \n" ); document.write( "t = 0 in 1992 \n" ); document.write( "t = 7 in 2009:: P(7) = 161000*(1.014)^7 = 1774567 when rounded up \n" ); document.write( "----------------------- \n" ); document.write( " C) In what year will the population be 174 thousand? \n" ); document.write( "Solve:: \n" ); document.write( "174000 = 161000*1.014^t \n" ); document.write( "1.014^t = 1.08075 \n" ); document.write( "t = log(1.08075)/log(1.014) = 5.59 years after 1992 \n" ); document.write( "Ans: 1998 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |