document.write( "Question 540859: a parabola passes through the points (0,8),(2,-1) and (4,-1). find the equation of the parabola.\r
\n" );
document.write( "\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #354018 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a parabola passes through the points (0,8),(2,-1) and (4,-1). \n" ); document.write( " find the equation of the parabola. \n" ); document.write( ": \n" ); document.write( "Using the form ax^2 + bx + c = y \n" ); document.write( "The first point, 0,8, indicates that c = 8 \n" ); document.write( ": \n" ); document.write( "Write equations for the other two points \n" ); document.write( "x=2, y=-1 \n" ); document.write( "4a + 2b + 8 = -1 \n" ); document.write( "4a + 2b = -1 -8 \n" ); document.write( "4a + 2b = -9 \n" ); document.write( ": \n" ); document.write( "x=4, y=-1 \n" ); document.write( "16a + 4b + 8 = -1 \n" ); document.write( "16a + 4b = -9 \n" ); document.write( ": \n" ); document.write( "multiply the 1st equation by -2, add to the 2nd equation \n" ); document.write( "-8a - 4b = +18 \n" ); document.write( "16a + 4b = -9 \n" ); document.write( "---------------adding eliminates b, find a \n" ); document.write( "8a = 9 \n" ); document.write( "a = \n" ); document.write( "a = 1.125 \n" ); document.write( ": \n" ); document.write( "Find b \n" ); document.write( "4a + 2b = -9 \n" ); document.write( "4(1.125) + 2b = -9 \n" ); document.write( "4.5 + 2b = -9 \n" ); document.write( "2b = -9 - 4.5 \n" ); document.write( "2b = -13.5 \n" ); document.write( "b = -6.75 \n" ); document.write( ": \n" ); document.write( "The equation: y = 1.125x^2 - 6.75x + 8 \n" ); document.write( ": \n" ); document.write( "You can confirm this by substituting for x and finding y for each point \n" ); document.write( " |