SOLUTION: Find the remainder when p(x) is divided by q(x), where p(x) = x^5 + 1 and q(x) = x^2 + x + 2.

Algebra.Com
Question 1209680: Find the remainder when p(x) is divided by q(x), where p(x) = x^5 + 1 and q(x) = x^2 + x + 2.

Answer by CPhill(1959)   (Show Source): You can put this solution on YOUR website!
Here's how to find the remainder using polynomial long division:
```
x^3 - x^2 - x + 1
----------------------------------
x^2 + x + 2 | x^5 + 0x^4 + 0x^3 + 0x^2 + 0x + 1
x^5 + x^4 + 2x^3
------------------
-x^4 - 2x^3 + 0x^2
-x^4 - x^3 - 2x^2
------------------
-x^3 + 2x^2 + 0x
-x^3 - x^2 - 2x
------------------
3x^2 + 2x + 1
3x^2 + 3x + 6
------------------
-x - 5
```
Therefore, the remainder when p(x) is divided by q(x) is -x - 5.

RELATED QUESTIONS

Find the quotient and remainder when p(x) is divided by q(x), where p(x) = x^2 + 2 and... (answered by ikleyn)
Find the quotient and remainder when p(x) is divided by q(x)$, where p(x) = x^4 - x^2 +... (answered by CPhill,josgarithmetic)
Find the quotient and remainder when p(x) is divided by q(x), where p(x) = 9x^4 + x^3 -... (answered by CPhill)
when the polynomial p(x) is divided by (x-2) the remainder is 4 and when p(x) is divided... (answered by JThomson)
find the quotient Q(x) and the remainder R(x) when P(x) is divided by d(x)... (answered by josgarithmetic)
Here is my question: when p(x) is divided by x-1 the remainder is 1, and when divided... (answered by KMST)
Use long division to find the quotient Q(x) and the remainder R(x) when p(x) is divided... (answered by jsmallt9)
find the value of p and q when the polynomial (x*x*x)+ p(x*x)+ qx + 6 gives remainder 3... (answered by stanbon)
a Polynomial P(x) and a divisor d(x) are given. Use long division to find the quotient... (answered by KMST)