Antworten:
Siehe Erklärung
Erläuterung:
#color (braun) ("Symmetrieachse ist auch" x _ ("Scheitelpunkt")) #
#Farbe (blau) (x _ ("Scheitelpunkt") = (- 1/2) xx (-7) = +7/2) #
Wichtiger Punkt über x Scheitelpunkt
# y = ax ^ 2 + bx + c "->" "y = a (x ^ 2 + b / ax) + c #
#x _ ("Scheitelpunkt") = (-1/2) xx (b / a) # In Ihrem Fall # a = 1 #
#y _ ("Scheitelpunkt") # kann jetzt durch Substitution gefunden werden. Ich lasse dich das tun.