document.write( "Question 328470: Find the quadratic in standard form that goes through (-4,27), (1,2) (3,34)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #235269 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find the quadratic in standard form that goes through (-4,27), (1,2) (3,34) \n" ); document.write( ": \n" ); document.write( "Using the form, ax^2 + bx + c = y, write an equation for each pair \n" ); document.write( ": \n" ); document.write( "x=-4, y=27 \n" ); document.write( "a(-4^2) + b(-4) + c = 27 \n" ); document.write( "16a - 4b + c = 27 \n" ); document.write( "Do the same with the other two pairs \n" ); document.write( "x=1, y=2 \n" ); document.write( "a + b + c = 1 \n" ); document.write( ": \n" ); document.write( "x=3, y=34 \n" ); document.write( "9a + 3b + c = 34 \n" ); document.write( ": \n" ); document.write( "Subtract the 2nd equation from the 1st equation \n" ); document.write( "16a - 4b + c = 27 \n" ); document.write( " a + b + c = 2 \n" ); document.write( "--------------------eliminates c \n" ); document.write( "15a - 5b = 25 \n" ); document.write( "simplify divide by 5 \n" ); document.write( "3a - b = 5 \n" ); document.write( ": \n" ); document.write( "Subtract the 2nd equation from the 3rd equation \n" ); document.write( "9a + 3b + c = 34 \n" ); document.write( " a + b + c = 2 \n" ); document.write( "--------------------Eliminates c \n" ); document.write( "8a + 2b = 32 \n" ); document.write( "simplify, divide by 2 \n" ); document.write( "4a + b = 16 \n" ); document.write( ": \n" ); document.write( "Two equation which we can handle easily with elimination again \n" ); document.write( "3a - b = 5 \n" ); document.write( "4a + b = 16 \n" ); document.write( "---------------adding eliminates b, find a \n" ); document.write( "7a = 21 \n" ); document.write( "a = 21/7 \n" ); document.write( "a = 3 \n" ); document.write( ": \n" ); document.write( "Find b using the equation 4a + b = 16, \n" ); document.write( "4(3) + b = 16 \n" ); document.write( "12 + b = 16 \n" ); document.write( "b = 16 - 12 \n" ); document.write( "b = 4 \n" ); document.write( ": \n" ); document.write( "Find c using the equation a + b + c = 2 \n" ); document.write( "3 + 4 + c = 2 \n" ); document.write( "c = 2 - 7 \n" ); document.write( "c = -5 \n" ); document.write( ": \n" ); document.write( "The equation: y = 3x^2 + 4x - 5 \n" ); document.write( ": \n" ); document.write( "You can prove this to yourself by substituting for x and finding y for each pair \n" ); document.write( " |