document.write( "Question 1114193: Find the quadratic equation that fits the following set of data points.
\n" ); document.write( "(−2​,−8​),(−4​,−12​),(1​,13​)
\n" ); document.write( "​f(x)=______.
\n" ); document.write( "​(Use integers or fractions for any numbers in the expression. Do not​ factor.)
\n" ); document.write( "

Algebra.Com's Answer #729215 by MathTherapy(10552)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Find the quadratic equation that fits the following set of data points.
\n" ); document.write( "(−2​,−8​),(−4​,−12​),(1​,13​)
\n" ); document.write( "​f(x)=______.
\n" ); document.write( "​(Use integers or fractions for any numbers in the expression. Do not​ factor.)
\n" ); document.write( "
Standard equation of a quadratic function: \r\n" );
document.write( "\r\n" );
document.write( "(− 2​,− 8​)\r\n" );
document.write( "\"matrix%281%2C3%2C+ax%5E2+%2B+bx+%2B+c%2C+%22=%22%2C+0%29\"\r\n" );
document.write( "\"matrix%281%2C3%2C+a%28-+2%29%5E2+%2B+b%28-+2%29+%2B+c%2C+%22=%22%2C+-+8%29\" ------ Substituting (- 2, - 8) for (x, y)\r\n" );
document.write( "4a - 2b + c = - 8 ------- eq (i)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "(− 4​, − 12​)\r\n" );
document.write( "\"matrix%281%2C3%2C+ax%5E2+%2B+bx+%2B+c%2C+%22=%22%2C+0%29\"\r\n" );
document.write( "\"matrix%281%2C3%2C+a%28-+4%29%5E2+%2B+b%28-+4%29+%2B+c%2C+%22=%22%2C+-+12%29\" ------ Substituting (- 4, - 12) for (x, y)\r\n" );
document.write( "16a - 4b + c = - 12 ------- eq (ii)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "(1​, 13​)\r\n" );
document.write( "\"matrix%281%2C3%2C+ax%5E2+%2B+bx+%2B+c%2C+%22=%22%2C+0%29\"\r\n" );
document.write( "\"matrix%281%2C3%2C+a%281%29%5E2+%2B+b%281%29+%2B+c%2C+%22=%22%2C+13%29\" ------ Substituting (1, 13) for (x, y)\r\n" );
document.write( "a + b + c = 13 ------- eq (iii)\r\n" );
document.write( "\r\n" );
document.write( " 4a - 2b + c = -  8 ------- eq (i)\r\n" );
document.write( "16a - 4b + c = - 12 ------- eq (ii)\r\n" );
document.write( "  a +  b + c =   13 ------- eq (iii)\r\n" );
document.write( "\r\n" );
document.write( "12a - 2b = - 4 ------ Subtracting eq (i) from eq (ii) \r\n" );
document.write( "2(6a - b) = 2(- 2) \r\n" );
document.write( "6a - b = - 2 ------ eq (iv)\r\n" );
document.write( "\r\n" );
document.write( "3a - 3b = - 21 ------ Subtracting eq (iii) from eq (i) \r\n" );
document.write( "3(a - b) = 3(- 7) \r\n" );
document.write( "a - b = - 7 ------ eq (v)\r\n" );
document.write( "\r\n" );
document.write( "5a = 5 ------- Subtracting eq (v) from eq (iv)\r\n" );
document.write( "\"matrix%281%2C5%2C+a%2C+%22=%22%2C+5%2F5%2C+%22=%22%2C+1%29\"\r\n" );
document.write( "\r\n" );
document.write( "1 - b = - 7 ------- Substituting 1 for a in eq (v)\r\n" );
document.write( "- b = - 7 - 1\r\n" );
document.write( "- b = - 8\r\n" );
document.write( "\"matrix%281%2C5%2C+b%2C+%22=%22%2C+%28-+8%29%2F%28-+1%29%2C+%22=%22%2C+8%29\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "1 + 8 + c = 13 ------- Substituting 1 for a, and 8 for b in eq (iii)\r\n" );
document.write( "9 + c = 13\r\n" );
document.write( "\"matrix%281%2C5%2C+c%2C+%22=%22%2C+13+-+9%2C+%22=%22%2C+4%29\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\"matrix%281%2C3%2C+ax%5E2+%2B+bx+%2B+c%2C+%22=%22%2C+0%29\"\r\n" );
document.write( " ------- Substituting 1 for a, 8 for b, and 4 for c
\n" ); document.write( "
\n" );