document.write( "Question 138917: heres the question: FInd a quadration function that fits the set of data points (0,-9),(-2,-13),(3,27) please help I have no idea how to do this. \n" ); document.write( "
Algebra.Com's Answer #101355 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! FInd a quadratic function that fits the set of data points: \n" ); document.write( ": \n" ); document.write( " (0,-9),(-2,-13),(3,27) \n" ); document.write( ": \n" ); document.write( "One way is write 3 equations in the form: ax^2 + bx + c = y \n" ); document.write( "Find a, b, and c. We know c which is the y intercept, which occurs when x = 0 \n" ); document.write( "Therefore c = -9, we only need to deal with two equations using the 2nd & 3rd coordinates \n" ); document.write( ": \n" ); document.write( "Substitute -2 for x and -13 for y: \n" ); document.write( "a(-2^2) + b(-2) - 9 = -13 \n" ); document.write( "4a - 2b - 9 = -13 \n" ); document.write( "4a - 2b = -13 + 9 \n" ); document.write( "4a - 2b = -4 \n" ); document.write( "Simplify, divide equation by 2 \n" ); document.write( "2a - b = -2 \n" ); document.write( ": \n" ); document.write( "The 3rd set of coordinates, Substitute 3 for x and 27 for y: \n" ); document.write( "a(3^2) + b(3) - 9 = 27 \n" ); document.write( "9a + 3b = 27 + 9 \n" ); document.write( "9a + 3b = 36 \n" ); document.write( "Simplify, divide equation by 3 \n" ); document.write( "3a + b = 12 \n" ); document.write( ": \n" ); document.write( "Use elimination on these two equations to find a \n" ); document.write( "2a - b = -2 \n" ); document.write( "3a + b = 12 \n" ); document.write( "---------------adding eliminates b \n" ); document.write( "5a + 0 = 10 \n" ); document.write( "a = \n" ); document.write( "a = +2 \n" ); document.write( "; \n" ); document.write( "Use the equation 3a + b = 12 to find b, substitute 2 for a \n" ); document.write( "3(2) + b = 12 \n" ); document.write( "b = 12 - 6 \n" ); document.write( "b = 6 \n" ); document.write( ": \n" ); document.write( "Our equation then is: y = 2x^2 + 6x - 9 \n" ); document.write( ": \n" ); document.write( "you should confirm this by substituting each x value of the given coordinates \n" ); document.write( "and confirm that the equation equals the given y value \n" ); document.write( ": \n" ); document.write( "If you follow all this, it will go a long way toward you understanding quadratic equations. You can email me if you have a question about this. \n" ); document.write( " \n" ); document.write( " |