document.write( "Question 221521: ive tried this plenty of times i get stuck because i know how to solve the problom when there are two vairibles but not three please helpp! i have a test on this tommorow\r
\n" );
document.write( "\n" );
document.write( "the question on my worksheet is write a quadratic function in standard form whose graph passes through the given points:\r
\n" );
document.write( "\n" );
document.write( "(1,-2),(-2,1),(3,6) \n" );
document.write( "
Algebra.Com's Answer #166140 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! write a quadratic function in standard form whose graph passes through the given points: \n" ); document.write( "(1,-2),(-2,1),(3,6) \n" ); document.write( "------------------------------ \n" ); document.write( "Form: ax^2 + bx + c = y \n" ); document.write( "Substitute each point for the x and the y values \n" ); document.write( "to get 3 equations. Then solve the system for a,b,c. \n" ); document.write( "-------------------------------- \n" ); document.write( "Using(1,-2) you get: a + b + c = -2 \n" ); document.write( "Using(-2,1) you get:4a -2b + c = 1 \n" ); document.write( "Using(3,6) you get:9x^2+3b + c = 6 \n" ); document.write( "---------------------------------------- \n" ); document.write( "Solve by any method you know to get: \n" ); document.write( "a = 1 \n" ); document.write( "b = 0 \n" ); document.write( "c = -3 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |