document.write( "Question 331817: please use the standard from of a parabola given by to write an eqaution of a parabola that passes through the given points
\n" );
document.write( "(1,2)(-1,-6) and (2,-3) \n" );
document.write( "
Algebra.Com's Answer #237851 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! use the standard from of a parabola given by y = ax^2 + bx + c to write an \n" ); document.write( " equation of a parabola that passes through the given points, \n" ); document.write( "(1,2)(-1,-6) and (2,-3) \n" ); document.write( ": \n" ); document.write( "Write an equation for each pair \n" ); document.write( ": \n" ); document.write( "x=1; y=2 \n" ); document.write( "a(1^2) + b(1) + c = 2 \n" ); document.write( "a + b + c = 2 \n" ); document.write( ": \n" ); document.write( "x=-1; y=-6 \n" ); document.write( "a(-1^2) + b(-1) + c = -6 \n" ); document.write( "a - b + c = -6 \n" ); document.write( ": \n" ); document.write( "x=2; y=-3 \n" ); document.write( "a(2^2) + b(2) + c = -3 \n" ); document.write( "4a + 2b + c = -3 \n" ); document.write( ": \n" ); document.write( "Subtract the 2nd equation from the 1st equation \n" ); document.write( "a + b + c = 2 \n" ); document.write( "a - b + c = -6 \n" ); document.write( "-----------------subtracting eliminates a & c, find b \n" ); document.write( "2b = 8 \n" ); document.write( "b = 4 \n" ); document.write( ": \n" ); document.write( "Replace b in the 1st equation \n" ); document.write( "a + 4 + c = 2 \n" ); document.write( "a + c = 2 - 4 \n" ); document.write( "a + c = -2 \n" ); document.write( ": \n" ); document.write( "replace b in the 3rd equation \n" ); document.write( "4a + 2(4) + c = -3 \n" ); document.write( "4a + c = -3 - 8 \n" ); document.write( "4a + c = -11 \n" ); document.write( ": \n" ); document.write( "Use elimination with these two equations \n" ); document.write( "4a + c = -11 \n" ); document.write( "a + c = -2 \n" ); document.write( "------------------subtraction eliminates c, find a \n" ); document.write( "3a = -9 \n" ); document.write( "a = -3 \n" ); document.write( ": \n" ); document.write( "Find c using the 1st equation \n" ); document.write( "-3 + 4 + c = 2 \n" ); document.write( "1 + c = 2 \n" ); document.write( "c = 2 - 1 \n" ); document.write( "c = 1 \n" ); document.write( ": \n" ); document.write( "The equation: y = -3x^2 + 4x + 1 \n" ); document.write( ": \n" ); document.write( "check by replacing x and finding y for each given pair \n" ); document.write( " \n" ); document.write( " |