Question 1102367
.
<pre>
y = a(x – h)^2 + k      <<<---=== it is the (general) vertex form of a quadratic function

y = a(x +7)^2- 9        <<<---=== it is the vertex form of a GIVEN quadratic function written specifically for the GIVEN vertex.
                                  The coefficient "a" still remains undetermined.
                                  And our goal is to determine it.

0 = a(-10 +7)^2 - 9     <<<---=== To determine the coefficient "a", use the condition that x= -10 is the root.
                                  At this point my solution becomes different from @richwmiller writing, <U>who made a mistake in this point</U>.

0 = a(-3)^2 - 9

9 = a(-3)^2

9 = 9a  ====>

a = {{{9/9}}} = 1.


Thus (and finally), your function is

y = (x + 7)^2 - 9


<U>Check</U>.  a)  (-7,-9) is the vertex; it is CLEAR.

         b) the function is ZERO at x= -10:  y = (-10+7)^2 - 9 = 9 - 9 = 0.

                             and at x = -4:  y = (-4-7)^2 - 9  = 9 - 9 = 0.

<U>Answer</U>.  Your function is  y = (x+7)^2 - 9.
</pre>

SOLVED.