document.write( "Question 873478: A population initially contains 1000 individuals. Each year, 4% of the population is lost, and 6% is gained, what is the size of the population after 7 years? \n" ); document.write( "
Algebra.Com's Answer #526936 by josgarithmetic(39630)\"\" \"About 
You can put this solution on YOUR website!
Best understanding is a 2% increase each year.
\n" ); document.write( "\"p=1000%281.02%29%5Et\"; t in years, p is population size in count of people.
\n" ); document.write( "At t=7, \"p=1000%281.02%29%5E7=1148\", truncated.
\n" ); document.write( "
\n" );