document.write( "Question 869559: Evaluate for x = -1 \r
\n" );
document.write( "\n" );
document.write( "X to the power of 3 minus x to the power of 2 plus 10x
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #524257 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! f(x) = x^3 -x^2 + 10x \n" ); document.write( "f(-1) = (-1)^3 - (-1)^2 + 10(-1) = -1 -1 -10 = -12 \n" ); document.write( "f(-1) = -12 \n" ); document.write( " \n" ); document.write( " |