document.write( "Question 1177975: Find an equation of the parabola of the form y=ax^2+bx+c that passes through the following three points.
\n" );
document.write( "(1,2),(-1,6),(3,6) \n" );
document.write( "
Algebra.Com's Answer #807132 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the equation of the parabola be y=ax2+bx+c.\r \n" ); document.write( "\n" ); document.write( " the parabola passes through the point plug plug (1,2), then 2=a+b+c.\r \n" ); document.write( "\n" ); document.write( "the parabola passes through the point (−1,6), then 6=a−b+c.\r \n" ); document.write( "\n" ); document.write( "the parabola passes through the point plug (3,6), then 6=9a+3b+c.\r \n" ); document.write( "\n" ); document.write( "Thus, we have obtained the following system with three variables \n" ); document.write( "⎧⎩⎨a+b+c=2 \n" ); document.write( "a−b+c=69 \n" ); document.write( "a+3b+c=6\r \n" ); document.write( "\n" ); document.write( "Solving the system of linear equations , we get that a=1, b=−2, c=3.\r \n" ); document.write( "\n" ); document.write( "Therefore the equation of the parabola is y=x2−2x+3.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |