
Jon S. answered 04/09/20
Patient and Knowledgeable Math and English Tutor
Coordinate (0,3) --> when x = 0, y = 3
Substitute 0 for x and 3 for y:
3 = a(0)^2 + b(0) + c
c = 3
When x = 1, y = 4
Substitute 1 for x and 4 for y and 3 for c:
4 = a(1)^2 + (1)b + 3
4 = a + b + 3
a + b = 1
a = 1 - b
When x =2, y = 3
Substitute 2 for x and 3 for y and 3 for c:
3 = a(2)^2 + (2)b + 3
3 = 4a + 2b + 3
0 = 4a + 2b
substitute 1-b for a in above equation and solve for b:
0 = 4(1-b) + 2b
0 = 4 - 4b + 2b
-4 = -2b
b = 2
a = 1 - b = 1 - 2 = -1
so a = -1, b = 2, c = 3
equation of parabola is: y = -x^2 + 2x + 3