Menjawab:
# y = 4 (x + 1/8) ^ 2 + 95/16 #
Penjelasan:
# "persamaan parabola dalam" color (blue) "vertex form" # aku s.
#color (merah) (bar (ul (| color (putih) (2/2) warna (hitam) (y = a (x-h) ^ 2 + k) warna (putih) (2/2) |)))) #
# "where" (h, k) "adalah koordinat titik dan" #
# "adalah pengganda" #
# "untuk mengekspresikan dalam formulir ini gunakan" warna (biru) "melengkapi kotak" #
# y = 4x ^ 2 + x + 6 #
# • "koefisien istilah" x ^ 2 "harus 1" #
# rArry = 4 (x ^ 2 + 1 / 4x + 3/2) #
# • "tambah / kurangi" (1/2 "koefisien x-term") ^ 2 #
# "to" x ^ 2 + 1 / 4x #
# rArry = 4 (x ^ 2 + 2 (1/8) xcolor (merah) (+ 1/64) warna (merah) (- 1/64) +3/2) #
#color (white) (rArry) = 4 (x + 1/8) ^ 2 + (4xx95 / 64) #
#color (white) (rArry) = 4 (x + 1/8) ^ 2 + 95/16 #