document.write( "Question 480929: A lake is stocked with 500 fish, and the fish population P increases according to the following model P=10,000/1+19e^-t/5, t greater or equal than 0, where t in the time in months. After how many months will the population reach 2000?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #329300 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! P increases according to the following model P=10,000/1+19e^-t/5, t greater or equal than 0, where t in the time in months. After how many months will the population reach 2000? \n" ); document.write( "------------ \n" ); document.write( "P=10,000/1+19e^-t/5 \n" ); document.write( "2000 = 10000/[1 + 19e^(-t/5)] \n" ); document.write( "---- \n" ); document.write( "1/5 = 1/[1 + 19e^(-t/5)] \n" ); document.write( "--- \n" ); document.write( "Invert both sides to get: \n" ); document.write( "1 + 19e^(-t/5) = 5 \n" ); document.write( "--- \n" ); document.write( "e^(-t/5) = 4/19 \n" ); document.write( "--- \n" ); document.write( "-t/5 = ln(4/19) \n" ); document.write( "--- \n" ); document.write( "-t = 5*-1.5581 \n" ); document.write( "t = 7.79 months \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |