SOLUTION: Determine whether a quadratic model exists for each set of values. If so write about the model.
f(0)=5, f(-4)=13, f(2)=7
Algebra ->
Expressions-with-variables
-> SOLUTION: Determine whether a quadratic model exists for each set of values. If so write about the model.
f(0)=5, f(-4)=13, f(2)=7
Log On
Question 1067526: Determine whether a quadratic model exists for each set of values. If so write about the model.
f(0)=5, f(-4)=13, f(2)=7 Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Determine whether a quadratic model exists for each set of values. If so write about the model.
Form: ax^2 + bx + c = y
-------
f(0)=5::: a*0^2 + b*0 + c = 5
f(-4)=13: a(16) - b(4) + c = 13
f(2)=7::: a(4) + b(2) + c = 7
-------
Since c = 5
16a - 4b = 8
4a + 2b = 2
-----
4a - b = 2
4a + 2b = 2
----
3b = 0
b = 0
So, a = 1/2
----
Ans: y = (1/2)x^2 + 5
---------------
Cheers,
Stan H.
---------------