document.write( "Question 675648: Find the quadratic function for which f(1)=6 , f(-2)=18 , and f(2)=6. I need help with this one. I am having a hard time figuring it out! \n" );
document.write( "
Algebra.Com's Answer #419952 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the quadratic function \n" ); document.write( "You have 3 points. Substitute into the quadratic form and solve the system: \n" ); document.write( "---------------------------------- \n" ); document.write( "f(1)=6 ::: a + b + c = 6 \n" ); document.write( "f(-2)=18::4a -2b + c = 18 \n" ); document.write( "f(2)=6::::4a +2b + c = 6 \n" ); document.write( "------- \n" ); document.write( "I used a matrix method on a TI-84 to get: \n" ); document.write( "a = 1 \n" ); document.write( "b = -3 \n" ); document.write( "c = 1 \n" ); document.write( "========== \n" ); document.write( "Equation: \n" ); document.write( "y = x^2 -3x + 1 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |