document.write( "Question 378563: i have to find the quadratic function whose graph passes through the given points: (-1,6)(1,4)(2,9). I know the \"x\"s in the quadratic equation will correspond to the x-coordinates in the three ordered pairs, and I also know this will be a quadratic system. I took a stab at it, but I'm doubtful about it. What i have so far is:
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "which i THINK is
\n" );
document.write( "
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "Ok. that's as far as i got, and it's dubious at best!! Please help! how do i denote the quadratics using the given ordered pairs, then how do i arrive at just one quadratic equation? \n" );
document.write( "
Algebra.Com's Answer #268903 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! you're almost finished\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you've generated a system of three equations in a, b, and c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "just solve the system for the three values\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6 = a - b + c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4 = a + b + c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "9 = 4a + 2b + c \n" ); document.write( " |