document.write( "Question 1193889: Find the quadratic function that fits the data points (1,6) (-1,2) and (3,34). \n" ); document.write( "
Algebra.Com's Answer #825991 by MathTherapy(10552)![]() ![]() You can put this solution on YOUR website! Find the quadratic function that fits the data points (1,6) (-1,2) and (3,34). \n" ); document.write( " Equation of a PARABOLA: y = ax2 + bx + c\r\n" ); document.write( " 6 = a(1)2 + b(1) + c ----- Substituting (1, 6) for (x, y) \r\n" ); document.write( " 6 = a + b + c ---- eq (i)\r\n" ); document.write( "\r\n" ); document.write( " y = ax2 + bx + c\r\n" ); document.write( " 2 = a(- 1)2 + b(- 1) + c ----- Substituting (- 1, 2) for (x, y) \r\n" ); document.write( " 2 = a - b + c ---- eq (ii)\r\n" ); document.write( "\r\n" ); document.write( " y = ax2 + bx + c\r\n" ); document.write( " 34 = a(3)2 + b(3) + c ----- Substituting (3, 34) for (x, y) \r\n" ); document.write( " 34 = 9a + 3b + c ---- eq (iii)\r\n" ); document.write( "\r\n" ); document.write( " 6 = a + b + c ------ eq (i)\r\n" ); document.write( " 2 = a - b + c ------ eq (ii)\r\n" ); document.write( " 34 = 9a + 3b + c --- eq (iii)\r\n" ); document.write( "\r\n" ); document.write( " 4 = 2b ---- Subtracting eq (ii) from eq (i)\r\n" ); document.write( "\n" ); document.write( " |