Answer:
Since the vertex is (0,-3), we know that the equation of the parabola will have the form:
y = a(x - 0)^2 - 3
where "a" is the coefficient that determines whether the parabola opens up or down.
To find the value of "a", we can use the fact that the parabola passes through the point (4, -7):
-7 = a(4 - 0)^2 - 3
-7 + 3 = 16a
-4 = 16a
a = -1/4
Substituting this value of "a" into the equation for the vertex form, we get:
y = -(1/4)x^2 - 3
So the equation of the parabola in vertex form is y = -(1/4)x^2 - 3, with vertex (0, -3) and passing through (4, -7).
Explanation: