document.write( "Question 1122784: Write a quadratic model for (-4,8) (-1,5) (1,13) \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #739011 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Write a quadratic model for (-4,8) (-1,5) (1,13) \n" ); document.write( "Using the form ax^2 + bx + c = y, write an equation for each x,y pair \n" ); document.write( "(-4,8) \n" ); document.write( "(-4^2)a - 4x + c = 8 \n" ); document.write( "16a - 4b + c = 8 \n" ); document.write( ": \n" ); document.write( "(-1,5) \n" ); document.write( "a - b + c = 5 \n" ); document.write( ": \n" ); document.write( "(1,13) \n" ); document.write( "a + b + c = 13 \n" ); document.write( ": \n" ); document.write( "Using elimination on the last two equations \n" ); document.write( "a + b + c = 13 \n" ); document.write( "a - b + c = 5 \n" ); document.write( "--------------subtraction eliminates a & c, find b \n" ); document.write( "0 + 2b + 0 = 8 \n" ); document.write( "2b = 8 \n" ); document.write( "b = 4 \n" ); document.write( ": \n" ); document.write( "Replace b in the 1st and 3rd equations \n" ); document.write( "16a -4(4) + c = 8 \n" ); document.write( "16a + c = 8 + 16 \n" ); document.write( "16a + c = 24 \n" ); document.write( ": \n" ); document.write( "a + 4 + c = 13 \n" ); document.write( "a + c = 9 \n" ); document.write( "Use elimination on these two equations \n" ); document.write( "16a + c = 24 \n" ); document.write( "a + c = 9 \n" ); document.write( "------------subtraction eliminates c \n" ); document.write( "15a = 15 \n" ); document.write( "a = 1 \n" ); document.write( "Find c using a + c = 9 \n" ); document.write( "1 + c = 9 \n" ); document.write( " c = 8 \n" ); document.write( "the equation: Y = x^2 + 4x + 8 \n" ); document.write( " |