document.write( "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)? \n" ); document.write( "
Algebra.Com's Answer #346971 by stanbon(75887)![]() ![]() ![]() 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)? \n" ); document.write( "---- \n" ); document.write( "Substitute those value for x and y. \n" ); document.write( "The solve the tree equations for a,b,c. \n" ); document.write( "================== \n" ); document.write( "ax^2 + bx + c = y \n" ); document.write( "a(4) + b(-2)+c = 40 \n" ); document.write( "a(1) + b(1) +c = 7 \n" ); document.write( "a(9) + b(3) +c = 15 \n" ); document.write( "---------------------------- \n" ); document.write( "I used a matrix method to solve the 3 equations and got: \n" ); document.write( "a = 3 \n" ); document.write( "b = -8 \n" ); document.write( "c = 12 \n" ); document.write( "---- \n" ); document.write( "Equation: \n" ); document.write( "y = 3x^2-8x+12 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================= \n" ); document.write( " |