Answer:
y = - (x+7)² + 29
Explanation:
Given the quadratic function:
[tex]y=-x^2-14x-20[/tex]First, complete the square for x:
To do this, divide the coefficient of x by 2, square it and add it to both sides:
[tex]y-49=-x^2-14x+(-49)-20[/tex]Factor out the negative sign in the first three terms on the right side:
[tex]y-49=-(x^2+14x+49)-20[/tex]Write the expression in x as a perfect square:
[tex]y-49=-(x+7)^2-20[/tex]Finally, add 49 to both sides:
[tex]\begin{gathered} y-49+49=-(x+7)^2-20+49 \\ y=-(x+7)^2+29 \end{gathered}[/tex]The vertex form of the quadratic function is:
[tex]y=-(x+7)^2+29[/tex]Note: If you compare the above with the vertex form:
[tex]y=a(x-h)^2+k[/tex]The vertex, (h,k)=(-7, 29).