Vastaus: Huipun muoto on # (x - 4) ^ 2 = 2 (y-0) "" #pisteellä # (h, k) = (- 4, 0) # Selitys: Annettu yhtälö on # Y = 1 / 2x ^ 2 + 4x + 8 # # Y = 1/2 (x ^ 2 + 8x) + 8 # # Y = 1/2 (x ^ 2 + 8x + 16-16) + 8 # # Y = 1/2 ((x + 4) ^ 2-16) + 8 # # Y = 1/2 (x + 4) ^ 2-8 + 8 # # Y = 1/2 (x + 4) ^ 2 # # 2 (y-0) = (x + 4) ^ 2 # # (X + 4) ^ 2 = 2 (y-0) # Huipun muoto on # (x - 4) ^ 2 = 2 (y-0) "" #pisteellä # (h, k) = (- 4, 0) # Jumala siunatkoon … Toivon, että selitys on hyödyllinen.