document.write( "Question 204273: Find the remainder when \"3x%5E100%2B5x%5E85-4x%5E38%2B2x%5E17-6\" is divide by x+1 \n" ); document.write( "
Algebra.Com's Answer #154253 by RAY100(1637)\"\" \"About 
You can put this solution on YOUR website!
It is easy to divide a polynomial by (x+1), however with exponents of 100, it becomes tedious, as all exponents must be \"filled in\" to make algorithm work.
\n" ); document.write( ".
\n" ); document.write( "However, The REMAINDER THEOREM states,\" if a polynomial,f(x) is divided by
\n" ); document.write( "(x-k), the remainder is , r=f(k)\"
\n" ); document.write( ".
\n" ); document.write( "given (x+1) = (x-k),,,k=(-1)
\n" ); document.write( ".
\n" ); document.write( "To find remainder, evaluate, f(-1), that is substitute (-1) for (x)
\n" ); document.write( ".
\n" ); document.write( "f(-1) = 3(-1)^100 +5(-1)^85 -4(-1)^38 +2(-1)^17 -6
\n" ); document.write( ".
\n" ); document.write( "f(-1) = +3(1)+5(-1)-4(1) +2(-1) -6
\n" ); document.write( ".
\n" ); document.write( "f(-1) = -14,,,,,and REMAINDER = (-14)
\n" ); document.write( ".
\n" ); document.write( "
\n" ); document.write( "
\n" );