document.write( "Question 304400: I am trying to write an equation based on table data.
\n" ); document.write( "X: -2, -1, 0, 1, 2
\n" ); document.write( "Y: -8, -2, 0, -2, -8
\n" ); document.write( "Based on the differences, I know that it should be a quadratic equation, but I do not know the proper format. How do you take the data from the table to create the equation?
\n" ); document.write( "

Algebra.Com's Answer #217982 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
I am trying to write an equation based on table data.
\n" ); document.write( "X: -2, -1, 0, 1, 2
\n" ); document.write( "Y: -8, -2, 0, -2, -8
\n" ); document.write( "-------------------------------
\n" ); document.write( "Form: y = ax^2 + bx + c
\n" ); document.write( "Substitute three of the x/y pairs; then solve for a, b, c:
\n" ); document.write( "-8 = 4a -2b + c
\n" ); document.write( "-2 = a -b + c
\n" ); document.write( "0 = 0a +0b + c
\n" ); document.write( "-----------------------
\n" ); document.write( "Using the matrix function of a TI calculator I get:
\n" ); document.write( "a = -2 ; b = 0 ; c = 0
\n" ); document.write( "-------------------
\n" ); document.write( "Equation:
\n" ); document.write( "y = -2x^2
\n" ); document.write( "===================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );