Respuesta :
Answer-
The number of waterfowl at the lake on week 8 is 2555
Solution-
Taking
x = input variable = time in week
y = output variable = population of waterfowl
The general best fit equation in Quadratic Regression is,
[tex]y=a x^2 + b x + c[/tex]
Where,
[tex]a=\frac{(\sum x^2y\sum xx)-(\sum xy\sum xx^2)}{(\sum xx\sum x^2x^2)-({\sum xx^2)}^2}[/tex]
[tex]b=\frac{(\sum xy\sum x^2x^2)-(\sum x^2y\sum xx^2)}{(\sum xx\sum x^2x^2)-({\sum xx^2)}^2}[/tex]
[tex]c=\frac{\sum y}{n}-b\frac{\sum x}{n}-a\frac{\sum x^2}{n}[/tex]
And
[tex]\sum xx=\sum x^2-\frac{(\sum x)^2}{n}[/tex]
[tex]\sum xy=\sum xy-\frac{\sum x\sum y}{n}[/tex]
[tex]\sum xx^2=\sum x^3-\frac{\sum x\sum x^2}{n}[/tex]
[tex]\sum x^2y=\sum x^2y-\frac{\sum x^2\sum y}{n}[/tex]
[tex]\sum x^2x^2=\sum x^4-\frac{(\sum x^2)^2}{n}[/tex]
Putting the values in the formula and calculating the values from the table we get,
a = 33, b = -24, c = 635
Therefore, the best fit curve is,
[tex]y= 33x^2-24x+635[/tex]
We can calculate the population of waterfowl on 8 week, by putting x = 8
[tex]y= 33(8)^2-24(8)+635[/tex]
[tex]y= 2555[/tex]
Therefore, the number of waterfowl at the lake on week 8 is 2555.

