document.write( "Question 148721: A city has a population of 20,000 people in the year 2000. If the population increases 5% per year, what will the population be in 2010? ( You are not summing the population over 2000-2010. Find the population in the year 2010, use a1r^n to solve.) \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #109059 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A city has a population of 20,000 people in the year 2000. If the population increases 5% per year, what will the population be in 2010? \n" ); document.write( ": \n" ); document.write( "Use the formula: \n" ); document.write( "A = 20000(1.05)^10 \n" ); document.write( ": \n" ); document.write( "A = 20000 * 1.62889 \n" ); document.write( ": \n" ); document.write( "A = 32,578 folks in 2010 \n" ); document.write( " |