document.write( "Question 535263: i have to find a quadratic function in standard form for these set of points (-1,2),(0,1),(1,-4)
\n" );
document.write( "i dont get how to though \n" );
document.write( "
Algebra.Com's Answer #351844 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! y = ax^2 + bx + c ___ plug the points into the general equation \n" ); document.write( "___ then solve the resulting linear system for the coefficients (a, b, c)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2 = a(-1)^2 + b(-1) + c ___ 2 = a - b + c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1 = a(0)^2 + b(0) + c ___ 1 = c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-4 = a(1)^2 + b(1) + c ___ -4 = a + b + c \n" ); document.write( " |