Michael J. answered 11/02/16
Tutor
5
(5)
Best Afterschool Tutor to Prepare You For Your Regents
We can also create a system of equations using these points. You know that the standard form of a quadratic function is
y = ax2 + bx + c
Since the point (0, 7) is the y-intercept, we can say
c = 7 eq1
Then we use the other second point (-2, 7):
(-2)2a + (-2)b + 7 = 7
4a - 2b = 0 eq2
The last point (-1, 2)
(-1)2a + (-1)b + 7 = 2
a - b + 7 = 2
a - b = -5 eq3
The bolded equations become your system of equations. Substitute eq3 into eq2.
4(-5 + b) - 2b = 0
Solving for b results in
-20 + 4b - 2b = 0
2b = 20
b = 10
Substitute this value of b into eq2 to solve for a.
a = -5 + b
a = -5 + 10
a = 5
So your quadratic function is
y = 5x2 + 10x + 7