document.write( "Question 583758: Suppose the population of a country was 200,000,000. If the population grows by 1.5% annually, by how many people will the population increase in the next 6 years? \n" ); document.write( "
Algebra.Com's Answer #372573 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Suppose the population of a country was 200,000,000. If the population grows by 1.5% annually, by how many people will the population increase in the next 6 years? \n" ); document.write( "Increase = 2E8*(1 + 0.015)^6 - 2E8 \n" ); document.write( "= 2E8*(1.105^6 - 1) \n" ); document.write( "=~ 2E8*0.09344 \n" ); document.write( "=~ 18,688,653 \n" ); document.write( " \n" ); document.write( " |