
Sharanya J. answered 12/07/20
Patient and Experienced Math and Excel Tutor
Hi Faith! If you've been given a vertex, the standard quadratic function looks like this:
y = a*(x-h)^2 + k
where (h,k) is the vertex - in our case, h = 4, k = 2. So that gives us:
y = a*(x-4)^2 + 2
We still need to know a, but we have a second point: (0,8). Let's plug in:
8 = a*(0-4)^2 + 2
8 = a*(-4)^2 + 2
8 = a*16 + 2
6 = a*16
a = 6/16 = 3/8
So our formula is:
y = 3/8*(x-4)^2 + 2