Answer:
y = x² + 6x + 7
Explanation:
The equation of a parabola in vertex form is
y = a(x - h)² + k
where (h, k ) are the coordinates of the vertex and a is a multiplier
Here (h, k ) = (- 3, - 2 ) and with a = 1 , then
y = (x - (- 3) )² - 2
= (x + 3)² - 2 ← expand using FOIL
= x² + 6x + 9 - 2
y = x² + 6x + 7 ← equation of parabola