document.write( "Question 1096926: The population of adamsville grew from 6K to 11K in 8 years. assuming uninhibited exponential growth, what is the expected population in an additional 5 years. Do not round until the final answer, then round to the nearest whole number. \n" ); document.write( "
Algebra.Com's Answer #711346 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
The population after t years can be expressed as
\n" ); document.write( "P(t) = P0*exp(kt), where P0 is the initial population
\n" ); document.write( "Given P(8) = 11000
\n" ); document.write( "11000 = 6000*exp(k*8)
\n" ); document.write( "k = (1/8)*ln(11/6)
\n" ); document.write( "P(13) = 6000*exp(k*13) = 16066.4, or 16066 (rounded)
\n" ); document.write( "
\n" );