document.write( "Question 1058487: A biologist took a count of the number of fish in a particular lake, and recounted the lake’s population of fish on each of the next six weeks. Where the number of weeks is w and the population is p. \r
\n" ); document.write( "\n" ); document.write( "(w,p): (0,350) (1,353) (2,382) (3,437) (4,518) (5,625) (6,758)\r
\n" ); document.write( "\n" ); document.write( "Find a quadratic function that models the data as a function of x, the number of weeks. Use the model to estimate the number of fish at the lake on week 8.\r
\n" ); document.write( "\n" ); document.write( "- I already know that the answer is P(x)=13x^2-10x+350; 917 fish. I just need to know how to get that answer.
\n" ); document.write( "

Algebra.Com's Answer #673540 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Use a general quadratic equation and solve using three of the given points.
\n" ); document.write( "\"y=ax%5E2%2Bbx%2Bc\"
\n" ); document.write( "So using (0,350),
\n" ); document.write( "\"350=a%280%29%5E2%2Bb%280%29%2Bc\"
\n" ); document.write( "\"c=350\"
\n" ); document.write( "(1,353)
\n" ); document.write( "\"353=a%281%29%5E2%2Bb%281%29%2B350\"
\n" ); document.write( "1.\"a%2Bb=3\"
\n" ); document.write( "(2,382)
\n" ); document.write( "\"382=a%282%29%5E2%2Bb%282%29%2B350\"
\n" ); document.write( "\"4a%2B2b=32\"
\n" ); document.write( "2.\"2a%2Bb=16\"
\n" ); document.write( "Subtracting 1 from 2,
\n" ); document.write( "\"2a%2Bb-a-b=16-3\"
\n" ); document.write( "\"a=13\"
\n" ); document.write( "Then use either equation,
\n" ); document.write( "\"13%2Bb=3\"
\n" ); document.write( "\"b=-10\"
\n" ); document.write( "So,
\n" ); document.write( "\"y=13x%5E2-10x%2B350\"\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );