document.write( "Question 378510:
\n" );
document.write( "i have to find the quadratic function whose graph passes through the following given points: (-2,7)(1,-2)(2,3). I am REALLY not at all sure about this! I know my \"x\" in the quad eq. corresponds to the x-coordinate, and the \"y\" likewise, but how is this denoted, and how do you get just one quad eq. from a system of three? Please help! I'm not even sure where to begin! Thx!\r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #268882 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! plugging the points into the general equation will give you a system of three equations in a, b, and c \n" ); document.write( "just solve the system for the three values\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "7 = a(-2)^2 + b(-2) + c ___ 7 = 4a - 2b + 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( "3 = a(3)^2 + b(3) + c ___ 3 = 9a + 3b + c \n" ); document.write( " |