document.write( "Question 1053596: Consider this scenario: A town has an initial population of 65,000. It grows at a constant rate of 3,500 per year for 4 years. \r
\n" );
document.write( "\n" );
document.write( "When will the output reach 100,000? (The answer may be outside of the reasonable domain.)
\n" );
document.write( " _________ years after the model began\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #668842 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A town has an initial population of 65,000. It grows at a constant rate of 3,500 per year for 4 years. \n" ); document.write( "When will the output reach 100,000? (The answer may be outside of the reasonable domain.) \n" ); document.write( "---------------------- \n" ); document.write( "A(t) = 65000 + 3500t \n" ); document.write( "---- \n" ); document.write( "Solve:: \n" ); document.write( "100,000 = 65000 + 3500t \n" ); document.write( "35000 = 3500t \n" ); document.write( "t = 10 years \n" ); document.write( "------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( "_________ years after the model began \n" ); document.write( " |