document.write( "Question 948518: the population of a town increases by 10% each year for 2 years and then decreases by 10% each year for 2 years . if in the beginning , the population was 100000 , find the population after 4 years ?.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #578986 by macston(5194)![]() ![]() You can put this solution on YOUR website! First year:10000+(0.10)(100000)=110000 \n" ); document.write( "Second year:110000+(0.10)(110000)=121000 \n" ); document.write( "Third year: 121000-(.10)(121000)=121000-12100=108900 \n" ); document.write( "Fourth year: 108900-(0.10)(108900)=108900-10890=98010 \n" ); document.write( "ANSWER: After 4 years the population was 98010. \n" ); document.write( " |