Vastaus: #v (-1, 2) # #x = 0; f (0) = -1 # Selitys: tietty #f (x) = y = ax ^ 2 + bx + c "" # yhtälön muoto Piste, #v (h, k) # # h = -b / (2a); ja k = f (h) # Nyt # f (x) = -3x ^ 2 + 6x - 1 # #h = - 6 / (2 * 3) = -1; f (-1) = 2 # Täten #v (-1, 2) # Intercept on yksinkertaisesti -1, yksinkertaisesti asetettu #x = 0; f (0) = -1 #