document.write( "Question 179110: The fish population in a certain lake rises and falls accourding to the formula:
\n" );
document.write( "F=1000(30+15t-t^2)\r
\n" );
document.write( "\n" );
document.write( "Here, F is the number of fish at t, time, where t is measured in years since January 1,2002.\r
\n" );
document.write( "\n" );
document.write( "When will the fish population be the same as it was on January 1,2002?\r
\n" );
document.write( "\n" );
document.write( "All of the fish will die after approximately t=? \n" );
document.write( "
Algebra.Com's Answer #134057 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The fish population in a certain lake rises and falls accourding to the formula: \n" ); document.write( "F=1000(30+15t-t^2) \n" ); document.write( "Here, F is the number of fish at t, time, where t is measured in years since January 1,2002. \n" ); document.write( "When will the fish population be the same as it was on January 1,2002? \n" ); document.write( "--- \n" ); document.write( "In 2002, t = 0 \n" ); document.write( "Then F = 1000(30 + 15*0-0^2) = 30,000 \n" ); document.write( "------------- \n" ); document.write( "Solve F=30,000 for another value of \"t\": \n" ); document.write( "1000(30+15t-t^2) = 30000 \n" ); document.write( "Rearrange:-t^2 + 15t + 30 = 30 \n" ); document.write( "-t^2+15t = 0 \n" ); document.write( "-t(t-15) = 0 \n" ); document.write( "t = 0 or t=15 \n" ); document.write( "--------------------- \n" ); document.write( "Year? 2002 + 15 = 2017 \n" ); document.write( "There will be 30,000 fish in 2017 \n" ); document.write( "--------------------------------------\r \n" ); document.write( "\n" ); document.write( "All of the fish will die after approximately t=? \n" ); document.write( "F=1000(30+15t-t^2) \n" ); document.write( "Let F=0 and solve for \"t\" \n" ); document.write( "1000(30+15t-t^2) = 0 \n" ); document.write( "30 + 15t -t^2 = 0 \n" ); document.write( "t^2 - 15t -30 = 0 \n" ); document.write( "t = [15 +- sqrt(225 - 4*-30)]/2\r \n" ); document.write( "\n" ); document.write( "t = [15 +- sqrt(355)]/2 \n" ); document.write( "Positive solution: \n" ); document.write( "t = 16.92 \n" ); document.write( "--------------- \n" ); document.write( "No fish in 2002 + 16.92 = 2019 \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |