SOLUTION: hi I would like to know how to find the quadratic polynomial whose graph goes through the points (−1,2),(−1,2), (0,2),(0,2), and (2,14) thank you

Algebra ->  College  -> Linear Algebra -> SOLUTION: hi I would like to know how to find the quadratic polynomial whose graph goes through the points (−1,2),(−1,2), (0,2),(0,2), and (2,14) thank you      Log On


   



Question 1049820: hi I would like to know how to find the quadratic polynomial whose graph goes through the points (−1,2),(−1,2), (0,2),(0,2), and (2,14)
thank you

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
find the quadratic polynomial whose graph goes through the points (−1,2),(0,2), and (2,14)
---
Form::
ax^2 + bx + c = y
Using (-1,2) you get:: a - b + c = 2
Using (0,2) you get:: 0 - 0 + c = 2
Using (2,14) you get:: 4a + 2b + c = 14
--------------------------------------------
Notice that c = 2, you can write two equations in a and b::
a - b = 0
4a+2b = 12
---------------------
a - b = 0
2a + b = 6
------------
Add and solve for "a"::
3a = 6
a = 2
-----
Solve for "b":
a - b = 0
2 - b = 0
b = 2
------
Equation:
y = 2x^2 + 2x + 2
----------------------
Cheers,
Stan H.
--------------------