Question 32365
The standard equation of a parabola is y = ax^2+bx+c
Substitute the ordered pairs in the above equation.
For (1,1): 1 = a+b+c.........(1)
For (0,2): 4 = c.............(2)
For (3,5): 5 = 9a+3b+c......(3)
From(2), we know c=4
From (1) and (3):
a+b = -3......(4)
9a+3b=1......(5)
Multiply (4) with -3:
-3a-3b = 9
9a+3b = 1
Sum above two equations:
6a = 10
=>a=5/3
Using equation (4): b=-3 - 5/3=-14/3
The required equation is y = (5/3)x^2-(14/3)x+4