document.write( "Question 118256: write a quadratic function in standard form that goes through the given points (1,3) (2,1) (-2,-15) \n" ); document.write( "
Algebra.Com's Answer #86360 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! write a quadratic function in standard form that goes through the given points (1,3) (2,1) (-2,-15) \n" ); document.write( "--------------- \n" ); document.write( "Quadratic Form: \n" ); document.write( "y = ax^2 + bx + c \n" ); document.write( "Substitute each pair of x/y values then solve for a,b,c \n" ); document.write( "a + b +c = 3 \n" ); document.write( "4a+2b +c = 1 \n" ); document.write( "4a-2b +c = -15 \n" ); document.write( "------------------ \n" ); document.write( "I used the Matrix function on a TI calculator to get: \n" ); document.write( "a = -2 \n" ); document.write( "b = 4 \n" ); document.write( "c = 1 \n" ); document.write( "--------- \n" ); document.write( "EQUATION: \n" ); document.write( "y = -2x^2+4x+1 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |