document.write( "Question 929868: Park rangers introduce 50 elk into a wildlife preserve. The function
\n" );
document.write( " 250(3t+5)
\n" );
document.write( "P=----------
\n" );
document.write( " t+25\r
\n" );
document.write( "\n" );
document.write( "models the elk
\n" );
document.write( "population, P(t) , after t years. How many years will it take for the population to increase to 125 elk? \n" );
document.write( "
Algebra.Com's Answer #564563 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! P = \n" ); document.write( "........ \n" ); document.write( " How many years will it take for the population to increase to 125 elk \n" ); document.write( "125 = \n" ); document.write( "125(t+25) = 750t + 1250 \n" ); document.write( "125t + 3125 = 750t + 1250 \n" ); document.write( "1875 = 625t \n" ); document.write( "1875/625 = t = 3yr \n" ); document.write( " \n" ); document.write( " |