document.write( "Question 1024650: Use polynomial remainder theorem to evaluate the polynomial for the given value
\n" ); document.write( "f(X)-x to the power of 3-x to the power of 2-2x-5:f(-5)
\n" ); document.write( "

Algebra.Com's Answer #640079 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
You can use ^ for exponentiation, e.g.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "f(x) = x^3 - x^2 - 2x - 5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Since f(x) can be written in the form (x+5)Q(x) + R for some constant R, the remainder can be computed by simply computing f(-5) (so that the equation becomes f(-5) = R). To compute f(-5), simply replace all x's with -5 and simplify.
\n" ); document.write( "
\n" );