Hi Teegan
This is a problem where you want to be able to make use of the Vertex Form in order to get the values of b and c for the Standard Form of the parabola.
vertex (-4, -7) or (h, k) in the standard form these are the x and y coordinates of the vertex
Note the Standard form is
ax2 + bx + c
Since you are given
x2 + bx + c
a = 1
Note the vertex form is
y = a(x - h)2 + k
Since a = 1
y = (x -(-4))2 - 7
y = (x + 4)2 - 7
y = x2 + 8x + 16 - 7
y = x2 + 8x + 9
You can check the vertex in the Standard Form as follows:
x2 + bx + c
a = 1
You can use x coordinate of the vertex = -b/2a to confirm b
-4 = -b/2(1)
-4 = -b/2
2(-4) = -b
2(-4)/(-1) = b
8 = b
You can also confirm the y coordinate of the vertex in the standard form by plugging in the x coordinate
y = (-4)2 + 8(-4) + 9
y = 16 - 32 + 9
y = -16 + 9
y = -7
You can plot both at Desmos.com to see that they are the same.