document.write( "Question 535087: Find a quadratic function in standard form for each set of points.
\n" );
document.write( "(0, 3), (1, –4), (2, –9) \n" );
document.write( "
Algebra.Com's Answer #351768 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Standard form: y = ax^2 + bx + c \n" ); document.write( "Use the given points to solve for a, b c \n" ); document.write( "The point (0,3) gives c = 3 since the a and b terms are zero. \n" ); document.write( "Substituting the other two pairs of points gives \n" ); document.write( "-4 = a + b + 3 \n" ); document.write( "-9 = 4a + 2b + 3 \n" ); document.write( "Solving these two equations gives a = 1, b = -8 \n" ); document.write( "So the function is \n" ); document.write( "y = f(x) = x^2 - 8x + 3 \n" ); document.write( " |