What number should be added to 3x3 + 2x2 - 7x so that when the resulting polynomial is divided by x - 2, the remainder is 2?
- 4
Let the number added be a so the resulting polynomial is 3x3 + 2x2 - 7x + a
Given, when this polynomial is divided by x + 1, the remainder is 2
→ 3(−1)3 + 2(−1)2 - 7(-1) + a = 2
→ - 3 + 2 + 7 + a = 2
→ 6 + a = 2
→ a = - 4