
Bradford T. answered 02/24/21
Retired Engineer / Upper level math instructor
Remainder Theorem:
When dividing a polynomial f(x) by (x-c), then remainder is f(c).
Factor Theorem:
When f(c) = 0 then (x-c) is a factor of f(x)
1) Remainder of:
a) 2f(x) + g(x) = 2f(2) + g(2) = 2(4)-2 = 6
b) f2(x) + (x-3)g(x) = 16 + (-1)(-2) = 18
2) f(x) = x3+10x2+31x+30
a)
f(2) = 8+40+62+30 = 140
f(1) = 1+10+31+30= 72
f(0) = 30
f(-1) = -1+10-31+30 = 8
f(-2) = -8 +40 -62+30 = 0
b) -2 is a factor of f(x) because the remainder is 0
By synthetic division
1 10 31 30 |-2
-2 -16 -30
------------------------
1 8 15 0
f(x)/(x+2) = x2+8x+15
c) = (x+2)(x2+8x+15) = (x+2)(x+3)(x+5)
3) P(x) = 4x3+x2-3x + 1
P(2) = 32+4-6+1 = 31
g(x) = P(x)-P(2) = 4x3+x2-3x -30
g(2) = 32+4-6-30 = 0
Since the remainder is zero, (x-2) is a factor of P(x) - P(2)