document.write( "Question 674561: Help please, \r
\n" );
document.write( "\n" );
document.write( "Find the equation of the quadratic function whose graph runs through points (3,2),(4,3),(5,2) \n" );
document.write( "
Algebra.Com's Answer #419363 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find the equation of the quadratic function y = ax^2 + bx+ c, whose graph runs through points (3,2),(4,3),(5,2) \n" ); document.write( ": \n" ); document.write( "Write a equation for each x,y pair, replacing x and y \n" ); document.write( "3,2: 9a + 3b + c = 2 \n" ); document.write( "4,3: 16a + 4b + c = 3 \n" ); document.write( "5,2: 25a + 5b + c = 2 \n" ); document.write( ": \n" ); document.write( "Use elimination and substitution \n" ); document.write( ": \n" ); document.write( "Subtract the 1st equation from the 2nd \n" ); document.write( "16a + 4b + c = 3 \n" ); document.write( " 9a + 3b + c = 2 \n" ); document.write( "-----------------Subtraction eliminates c \n" ); document.write( "7a + b = 1 \n" ); document.write( "b = (1-7a), for substitution \n" ); document.write( ": \n" ); document.write( "Subtract the 1st equation from the 3rd \n" ); document.write( "25a + 5b + c = 2 \n" ); document.write( " 9a + 3b + c = 2 \n" ); document.write( "-----------------Subtraction eliminates c \n" ); document.write( "16a + 2b = 0 \n" ); document.write( "Replace b with (1-7a) \n" ); document.write( "16a + 2(1-7a) = 0 \n" ); document.write( "16a + 2 - 14a = 0 \n" ); document.write( "2a = -2 \n" ); document.write( "a = -1 \n" ); document.write( ": \n" ); document.write( "Find b \n" ); document.write( "b = 1 - 7(-1) \n" ); document.write( "b = 1 + 7 \n" ); document.write( "b = 8 \n" ); document.write( ": \n" ); document.write( "Find c using the 1st original equation \n" ); document.write( "9(-1) + 3(8) + c = 2 \n" ); document.write( "-9 + 24 + c = 2 \n" ); document.write( "15 + c = 2 \n" ); document.write( "c = 2 - 15 \n" ); document.write( "c = -13 \n" ); document.write( ": \n" ); document.write( "The equation, y = -x^2 + 8x - 13 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "YOu can confirm this, substitute for x and find y, for each given pair \n" ); document.write( " |