document.write( "Question 1030314: A city has a population of
\n" );
document.write( "330,000 people. Suppose that each year the population grows by 4.25%
\n" );
document.write( " What will the population be after 12 years? \n" );
document.write( "
Algebra.Com's Answer #645177 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "100% + 4.25% = 104.25% \n" ); document.write( "104.25% = 104.25/100 = 1.0425 (factor) \n" ); document.write( "330,000 x 1.0425^12 \n" ); document.write( "= 543,784. \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |