document.write( "Question 1173084: The formula P = 0.68x2 - 0.047x + 3 models the approximate population P, in thousands, for a species of fish in a local pond, x years after 1997. During what year will the population reach 27,198 fish? \n" );
document.write( "
Algebra.Com's Answer #798239 by ewatrrr(24785)  You can put this solution on YOUR website! \n" );
document.write( "Hi, \n" );
document.write( " P = 0.68x^2 - 0.047x + 3 \n" );
document.write( " approximate population P, in thousands \n" );
document.write( "27,198 fish , P = ~27 \n" );
document.write( "27 = 0.68x^2 - 0.047x + 3 \n" );
document.write( "0.68x^2 - 0.047x - 24 = 0 \n" );
document.write( "Solving \n" );
document.write( "x = 5.975 (tossing out negative solution) \n" );
document.write( "Towards to end of the 5th year, the population will reach 27,198 fish \n" );
document.write( "5 years after 1997 = 2002 \n" );
document.write( " |
\n" );