document.write( "Question 1033322: Find the quadratic function y=ax2+bx+c whose graph passes through the given points.
\n" );
document.write( "(3,−11), (−2,−16), (1,−1) \n" );
document.write( "
Algebra.Com's Answer #647884 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the quadratic function y=ax2+bx+c whose graph passes through the given points. \n" ); document.write( "(3,−11), (−2,−16), (1,−1) \n" ); document.write( "----- \n" ); document.write( "(3,-11) gives:: 9a + 3b + c = -11 \n" ); document.write( "(-2,-16) gives: 4a - 2b + c = -16 \n" ); document.write( "(1,-1) gives:: a + b + c = -1 \n" ); document.write( "-------- \n" ); document.write( "Use any method you know to solve the system for a,b,c. \n" ); document.write( "----------------- \n" ); document.write( "a = -2 ; b = 3; c = -2 \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "y = -x^2 + 3x -2 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " \n" ); document.write( " |