Let's rephrase the question: Given the vertex of parabola is (2, -4), find A and B in the quadratic function
y = Ax2 + Bx + c
x-coordinate (2) of the vertex is
b B
x = - ----, => xv = - ---- = 2, then B = -4A
2a 2A
y = f(x), so y-coordinate (-4) of the vertex is found by plugging in x-coordinate in the equation
yv = Axv2 + Bxv + c = A*22 + (-4A)*2 + c = -4, then
4A - 8A + c = -4, 4A = c + 4
A = (c + 4) / 4
B = -4A = -4(c + 4) / 4 = -c - 4
Answer: In the quadratic function y = Ax2 + Bx + c, where c is a constant, with the given vertex (2, -4),
A = (c + 4) / 4 and B = -c - 4