document.write( "Question 1164308: The parabolic graph of the function f(x) = ax^2 + bx + c passes through the points with
\n" );
document.write( "coordinates (1, 4), (2, 8), and (3, 14). Find a matrix equation for the coefficients a, b, and c. \n" );
document.write( "
Algebra.Com's Answer #788646 by ikleyn(52803)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "To get your first equation, substitute x= 1 into the formula (first point (1,4)).\r\n" ); document.write( "You will get then\r\n" ); document.write( "\r\n" ); document.write( " f(1) = a*1^2 + b*1 + c = 4, or\r\n" ); document.write( "\r\n" ); document.write( " a + b + c = 4. (1)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "To get your second equation, substitute x= 2 into the formula (second point (2,8)).\r\n" ); document.write( "You will get then\r\n" ); document.write( "\r\n" ); document.write( " f(2) = a*2^2 + b*2 + c = 8, or\r\n" ); document.write( "\r\n" ); document.write( " 4a + 2b + c = 8. (2)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "To get your third equation, substitute x= 3 into the formula (third point (3,14)).\r\n" ); document.write( "You will get then\r\n" ); document.write( "\r\n" ); document.write( " f(3) = a*3^2 + b*3 + c = 14, or\r\n" ); document.write( "\r\n" ); document.write( " 9a + 3b + c = 14. (3)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "In matrix form, your equation now is\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "--------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solved and explained.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Please do not forget to post your \"THANKS\" for my teaching.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |