Question 118256
write a quadratic function in standard form that goes through the given points (1,3) (2,1) (-2,-15)
---------------
Quadratic Form:
y = ax^2 + bx + c
Substitute each pair of x/y values then solve for a,b,c
a + b +c = 3
4a+2b +c = 1
4a-2b +c = -15
------------------
I used the Matrix function on a TI calculator to get:
a = -2
b = 4
c = 1
---------
EQUATION:
y = -2x^2+4x+1
===================
Cheers,
Stan H.