Responder:
Ver explicacion
Explicación:
#color (marrón) ("El eje de simetría también es" x _ ("vértice")) #
#color (azul) (x _ ("vértice") = (- 1/2) xx (-7) = +7/2) #
Punto importante sobre el vértice x
# y = ax ^ 2 + bx + c "" -> "" y = a (x ^ 2 + b / ax) + c #
#x _ ("vértice") = (-1/2) xx (b / a) # En tu caso # a = 1 #
#y _ ("vértice") # Ahora se puede encontrar por sustitución. Te dejaré hacer eso.