document.write( "Question 960907: A cubic polynomial function f has leading coefficient 2 and constant term 7. If f(1)=7 and f(2)=9, what is f(-2)? \n" ); document.write( "
Algebra.Com's Answer #587249 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A cubic polynomial function f has leading coefficient 2 and constant term 7. If f(1)=7 and f(2)=9, what is f(-2)? \n" ); document.write( "------ \n" ); document.write( "f(x) = ax^3 + bx^2 + cx + 7 \n" ); document.write( "---- \n" ); document.write( "Using f(1) = 7 you get: a + b + c + 7 = 7 \n" ); document.write( "Using f(2) = 9 you get: 8a+4b+2c + 7 = 9 \n" ); document.write( "------ \n" ); document.write( "Modify:: \n" ); document.write( "a + b + c = 0 \n" ); document.write( "4a + 2b + c = 1 \n" ); document.write( "------------------------- \n" ); document.write( "Subtract to get: \n" ); document.write( "3a + b = 1 \n" ); document.write( "---- \n" ); document.write( "Since a = 2, 6+b = 1 \n" ); document.write( "b = -5 \n" ); document.write( "--- \n" ); document.write( "Solve for \"c\":: \n" ); document.write( "2 -5 + c = 0 \n" ); document.write( "c = 3 \n" ); document.write( "--------------- \n" ); document.write( "f(x) = 2x^3 -5x^2 + 3x + 7 \n" ); document.write( "----------- \n" ); document.write( "Ans: f(-2) = -16-20-6+7 = -35 \n" ); document.write( "------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |