You can put this solution on YOUR website! The straightforward way to find a remainder is to divide. But because of the range of exponents in the polynomial this is not the simple way to find the remainder. After all, look at what the synthetic division would look like:
The fast way to find the remainder is to take advantage of the Remainder Theorem and advantage of how easy it is to raise -1 to high powers. The Remainder Theorem tells us that if one divides a polynomial by (x-r) then the remainder is the value of that polynomial for x = r. So the remainder when is divided by (x+1), or (x-(-1)), is the same as the value of when x = -1. All we need to do then is to evaluate for x = -1:
(Note if x was not 1 or -1, this method is not easy because raising other numbers to the 23rd, 12th and 5th powers are not simple.)
Simplifying...
9(-1) - 7(+1) - 2(-1) + 1
-9 - 7 + 2 + 1
-13
The value of the polynomial, when x = -1, is -13. So the remainder when dividing the polynomial by (x+1) will also be -13.