document.write( "Question 378563: i have to find the quadratic function \"y=ax%5E2%2Bbx%2Bc\"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( " \"6=a%2A-1%5E2%2Bb%2A-1%2Bc\"
\n" ); document.write( " \"4=a%2A1%5E2%2Bb%2A1%2Bc\"
\n" ); document.write( " \"9=a%2A2%5E2%2Bb%2A2%2Bc\"\r
\n" ); document.write( "\n" ); document.write( "which i THINK is \"-ax%5E2%2B-bx%2Bc\"
\n" ); document.write( " \"ax%5E2%2Bbx%2Bc\"
\n" ); document.write( " \"2x%5E2%2B2b%2Bc\"\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)\"\" \"About 
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( "
\n" );