
William W. answered 11/22/20
Math and science made easy - learn from a retired engineer
A parabola with a vertical line of symmetry means the equation fits the form y = x2 with the associated "vertex form" being:
y = a(x - h)2 + k where the vertex is (h, k) so, for this problem, that would make it:
y = a(x - 5)2 - 1
Since the point (8, -2) is on the curve, we can plug it in as an "x" and "y" like this:
-2 = a(8 - 5)2 - 1
-1 = 9a
a = -1/9
So the equation is:
y = -1/9(x - 5)2 - 1