Question 1179261
y = Ax^2 + Bx + C
41 = A(-2)^2 + B(-2) + C
20 = A(5)^2 + B(5) + C
When minimized, dy/dx = 0 = 2Ax + B -> 2(2)A + B = 0 -> B = -4A
Substitute in the 1st two equations:
41 = 4A + 8A + C ->   41 = 12A + C
20 = 25A - 20A + C -> 20 = 5A + C
Subtract the 2nd from the 1st:
21 = 7A -> A = 3
Thus B = -12, and C = 41 - 12(3) -> C = 5