Part A:
The general form of a quadratic function is given by:
[tex]y=ax^2+bx+c[/tex]
Given that the table shows the height (y) of a ball x seconds after being kicked.
Thus, the time represents the x-values while the height represents the y-values.
From the table it can be seen that when the time is 0, the height is also 0, thus:
[tex]0=a(0)^2+b(0)+c \\ \\ \Rightarrow c=0 \ . \ . \ . \ (1)[/tex]
Also from the table it can be seen that when the time is 1, the height is 65, thus:
[tex]65=a(1)^2+b(1)+0 \\ \\ \Rightarrow a+b=65 \ . \ . \ . \ (2)[/tex]
Also from the table it can be seen that when the time is 2, the height is 95, thus:
[tex]95=a(2)^2+b(2)+0 \\ \\ \Rightarrow 4a+2b=95 \ . \ . \ . \ (3)[/tex]
Multiplying equation (2) by 2, we have:
2a + 2b = 130 . . . (4)
Subtracting equation (4) from equation (3) gives:
2a = -35
or a = -35 / 2 = -17.5
Substituting for a into equation (2) gives:
-17.5 + b = 65
or b = 65 + 17.5 = 82.5
Therefore, the quadratic regression equation that models the data is given by f(x) = -18x^2 +83x + 0
Part B:
Using the function obtained in part a, with x = 0.25, we have
[tex]f(x) = -18(0.25)^2 +83(0.25) + 0 \\ \\ =-18(0.0625)+20.75=-1.125+20.75 \\ \\ =19.625[/tex]
Therefore, the estimated height after 0.25 seconds is 20 feet.