You can put this solution on YOUR website! Determine the quadratic function f whose graph is given.
The vertex is (2, -8) and the y-intercept is -4.
----------------------
Form:: y = ax^2 + bx + c
---
Note:: f(0) = c and f(0) = -4, so c = -4
-----
Using (2,-8) you get -8 = a(2^2)+b(2)-4
-4 = 4a + 2b
-----
Note:: The vertex occurs where x = -b/(2a)
So, -b/2a = 2
Then -b = 4a
----------
You now have 2 equations in a and b; solve them by substitution::
-4 = -b + 2b
b = -4
Then a = 1
----
Equation:: y = x^2 -4x -4
Cheers,
Stan H.
----------