document.write( "Question 1031199: For a particular quadratic function f(x)=ax^2+bx+c
\n" );
document.write( "f(-3)=-13 and f(2)=7. If a=-3, find b and c.
\n" );
document.write( "I know the points are (-3,-13) and (2,7). \n" );
document.write( "
Algebra.Com's Answer #645950 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! For a particular quadratic function f(x)=ax^2+bx+c \n" ); document.write( "f(-3)=-13 and f(2)=7. If a=-3, find b and c. \n" ); document.write( "I know the points are (-3,-13) and (2,7). \n" ); document.write( "-------------- \n" ); document.write( "f(x) = -3x^2 + bx + c \n" ); document.write( "f(-3) = -3(-3)^2 + b(-3) + c = -13 \n" ); document.write( "-3b + c = 14 Eqn 1 \n" ); document.write( "------- \n" ); document.write( "f(2) = -3*2^2 + b*2 + c = 7 \n" ); document.write( "2b + c = 19 Eqn 2 \n" ); document.write( "-3b + c = 14 Eqn 1 \n" ); document.write( "--------------------------- Subtract \n" ); document.write( "5b = 5 \n" ); document.write( "b = 1 **************** \n" ); document.write( "--- \n" ); document.write( "2b + c = 19 Eqn 2 \n" ); document.write( "c = 17 *********** \n" ); document.write( " \n" ); document.write( " |