Find a + b + c if the graph of the equation y = ax^2 + bx + c is a parabola with vertex (5,-3), vertical axis of symmetry, and contains the point (2,8).
An equation for the parabola with its vertex at (5 -3) and a vertial axis of symmetry is:
y = A(x - 5)2 - 3
Since (2, 8) is a solution/point on the graph, we can plug in 2 for x and 8 for y to find A:
8 = A(2 - 5)2 - 3
11 = A(2 - 5)2
11 = 9A
11/9 = A
So we know that the graph of the following equation is the parabola we want:
y=119(x−5)2−3
Now we just need to get it into the form of y = ax2 + bx + c
y=119(x−5)(x−5)−3 y=119(x2−10x+25)−3 y=119x2−1109x+2759−3 y=119x2−1109x+2759−279 y=119x2−1109x+2489
Now it is in the form we want, and so we can see that
a + b + c = 119+−1109+2489 = 11−110+2489 = 1499