document.write( "Question 948208: A parabola whose axis is parallel to the y-axis passes through the points (1,1), (2,2) and (-1,5). Find its equation. \n" ); document.write( "
Algebra.Com's Answer #578702 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A parabola whose axis is parallel to the y-axis passes through the points (1,1), (2,2) and (-1,5). Find its equation. \n" ); document.write( "-------------------- \n" ); document.write( "Form:: \n" ); document.write( "ax^2 + bx + c = y \n" ); document.write( "----- \n" ); document.write( "Using (1,1) u get:: a + b + c = 1 \n" ); document.write( "Using (2,2) u get: 4a + 2b + c = 2 \n" ); document.write( "Using (-1,5) u get: a - b + c = 5 \n" ); document.write( "---------------- \n" ); document.write( "Using a Matrix Program I get:: \n" ); document.write( "a = 1 \n" ); document.write( "b = -2 \n" ); document.write( "c = 2 \n" ); document.write( "------------ \n" ); document.write( "Equation: \n" ); document.write( "y = x^2 - 2x + 2 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |