✔ 最佳答案
1.Let f(x)=x^3+6x^2+px+6.When f(x) is divided by x+2andx+3 respectiely,the remainder odtained in th second one is larger than that obtained in the first one by 7.Find p.
the remainder when f(x) is divided by x+2
= f(-2) = (-2)^3 + 6 (-2)^2 + p(-2) + 6
= -8 + 24 - 2p + 6
= -2p + 22
the remainder when f(x) is divided by x+3
= f(-3) = (-3)^3 + 6 (-3)^2 + p(-3) + 6
= -27 + 54 - 3p + 6
= -3p + 33
as yhe remainder odtained in th second one is larger than that obtained in the first one by 7
so -3p + 33 = -2p + 22 + 7
33 - 22 - 7 = p
hence p = 4
2.When a polynomial P(x) is divided by x+1 and x-3,the remainders are 1 and -3 respectively.Find the remainder when P(x) is divided by (x+1)(x-3).
let the remainder when P(x) is divided by (x+1)(x-3) be ax + b, and Q(x) be the quotient
So P(x) = Q(x)(x+1)(x-3) + ax + b
when P(x) is divided by x+1 the remainder = 1
so P(-1) = Q(-1)(-1+1)(-1-3) + a(-1) + b = -a + b = 1 -- (1)
when P(x) is divided by x-3 the remainder = -3
so P(3) = Q(3)(3+1)(3-3) + a(3) + b = 3a + b = -3 -- (2)
(2) - (1):
3a + b - (-a) - b = -3 - 1
4a = -4
a = -1 -- (3)
Put (3) into 1
-(-1) + b = 1
b = 0
so the remainder when P(x) is divided by (x+1)(x-3) is -x
希望幫到你