document.write( "Question 988276: if f(x)=4x^3+7x^2-x+c and f(2)=1, what is the value of c? \n" ); document.write( "
Algebra.Com's Answer #608843 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "f(x) = 4x^3 + 7x^2 - x + c \n" ); document.write( "f(2) = 4(2)^3 + 7(2)^2 - 2 + c \n" ); document.write( "f(2) = 32 + 28 - 2 +c \n" ); document.write( "f(2) = 58 + c \n" ); document.write( "1 = 58 + c \n" ); document.write( "c = 1 - 58 \n" ); document.write( "c = -57 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |