document.write( "Question 1199877: Given the function below, evaluate f(3).
\n" );
document.write( "f(x)= 5x^4-2x^3-x^2-x-1 \n" );
document.write( "
Algebra.Com's Answer #833853 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Replace \"x\" in the function definition with \"3\" and evaluate: \n" ); document.write( "5(3^4)-2(3^3)-(3^2)-(3)-1 = .... \n" ); document.write( "you can do the calculation \n" ); document.write( " \n" ); document.write( " |