Find a+b+c if the graph of the equation is a parabola with vertex (5,3) , vertical axis of symmetry, and contains the point (2,0)
We have that
y = a(x - h)^2 + k and we know that (h, k) = (5,3) so
y = a(x - 5)^2 + 3 and since the point (2,0) is on the graph, we have that
0 = a (2 - 5)^2 + 3
0 = a(-3)^2 + 3
0 = 9a + 3
-3 = 9a divide through by 3
-1 = 3a
-1/3 = a
So...our function is
y = (-1/3) (x - 5)^2 + 3 simplify
y = (-1/3) (x^2 - 10k + 25) + 3
y = (-1/3)x^2 + (10/3)x - 25/3 + 3
y = (-1/3)x^2 + (10/3)x - 25/3 + 9/3
y = (-1/3)x^2 + (10/3)x - 16/3
a = (-1/3) b = (10/3) and c = (-16/3) so
a + b + c = [ -1 + 10 - 16] / 3 = -7/3
Here's the graph : https://www.desmos.com/calculator/chosahxdr6
