SOLUTION: how do i find the equation of the parabola, y=ax^2+bx+c, that passes through the following three points : (-2,40),(1,7),(3,15)?

Algebra.Com
Question 522737: how do i find the equation of the parabola, y=ax^2+bx+c, that passes through the following three points : (-2,40),(1,7),(3,15)?
Found 2 solutions by stanbon, Alan3354:
Answer by stanbon(75887)   (Show Source): You can put this solution on YOUR website!
how do i find the equation of the parabola, y=ax^2+bx+c, that passes through the following three points : (-2,40),(1,7),(3,15)?
----
Substitute those value for x and y.
The solve the tree equations for a,b,c.
==================
ax^2 + bx + c = y
a(4) + b(-2)+c = 40
a(1) + b(1) +c = 7
a(9) + b(3) +c = 15
----------------------------
I used a matrix method to solve the 3 equations and got:
a = 3
b = -8
c = 12
----
Equation:
y = 3x^2-8x+12
========================
Cheers,
Stan H.
=======================

Answer by Alan3354(69443)   (Show Source): You can put this solution on YOUR website!
Another method, using determinants:
----------
Parabola
x y x^2 Coeff
Point 1 -2 40 4 1
Point 2 1 7 1 1
Point 3 3 15 9 1
--------------
I have an Excel sheet that does these.
--> y = 3x^2 - 8x + 12
---------------------------
That was no help at all, except for confirming the solution.

RELATED QUESTIONS

Find an equation of the parabola of the form y=ax^2+bx+c that passes through the... (answered by mananth,MathLover1,ikleyn)
Find an equation of the parabola of the form y=ax^2+bx+c that passes through the... (answered by ikleyn)
Find an equation of the parabola of the form y=ax^2+bx+c that passes through the... (answered by ikleyn)
Find the equation of the parabola {{{ y = ax^2 + bx + c }}} that passes through the... (answered by josgarithmetic)
Find the equation of the parabola, y=ax^2 + bx + c, that passes through the points... (answered by Fombitz)
Find the equation ,in the form y = ax^2 + bx + c,of the parabola which passes through the (answered by Alomelo,Alan3354)
Find the equation of the parabola that satisfies the given conditions, and draw the... (answered by John10)
find the equation for the parabola with a vertex at (5,-3) and passes through (-5,-7)... (answered by Mathtut)
the parabola y=ax^2+bx+c passes through the points (0,4),(2,20) and (10,4). If (3,m) is... (answered by solver91311)