Let p(x) = x4 + 2x3 - 2x2 + 4x + 6 and q(x) = x2 + 2x - 3.
When p(x) is divided by q(x), the remainder is a linear expression in x.
So, let r(x) = ax + b be subtracted from p(x) so that p(x) - r(x) is divided by q(x).
Let f(x) = p(x) - r(x) = p(x) - (ax + b)
= (x4 + 2x3 - 2x2 + 4x + 6) - (ax + b)
= x4 + 2x3 - 2x2 + (4 - a)x + 6 - b
We have,
q(x) = x2 + 2x - 3
= x2 + 3x - x - 3
= x(x + 3) - 1(x + 3)
= (x + 3)(x - 1)
Clearly, (x + 3) and (x - 1) are factors of q(x).
Therefore, f(x) will be divisible by q(x) if (x + 3) and (x - 1) are factors of f(x).
i.e., f(-3) = 0 and f(1) = 0
Consider, f(-3) = 0
⇒ (-3)4 + 2(-3)3 - 2(-3)2 + (4 - a)(-3) + 6 - b = 0
⇒ 81 - 54 - 18 - 12 + 3a + 6 - b = 0
⇒ 3 + 3a - b = 0
⇒ 3a - b = -3 ...(i)
And, f(1) = 0
⇒ (1)4 + 2(1)3 - 2(1)2 + (4 - a)(1) + 6 - b = 0
⇒ 1 + 2 - 2 + 4 - a + 6 - b = 0
⇒ 11 - a - b = 0
⇒ -a - b = -11 ...(ii)
Subtracting (ii) from (i), we get
4a = 8
⇒ a = 2
Substituting a = 2 in (i), we get
3(2) - b = -3
⇒ 6 - b = -3
⇒ b = 9
Putting the values of a and b in r(x) = ax + b, we get
r(x) = 2x + 9
Hence, p(x) is divisible by q(x), if r(x) = 2x + 9 is subtracted from it.