
Bradford T. answered 01/31/21
Retired Engineer / Upper level math instructor
a)
By the Factor Theorem, if f(c) = 0, then c is a factor of f(x).
f(-5) = -53+6(-5)2+6(-5) + 5 = -125 + 150 - 30 +5 = 0
So, -5 is a solution
b)
Using synthetic division and we already know -5 is a root
1 6 6 5 |-5
-5 -5 -5
--------------
1 1 1 0
This leaves us with x2+x+1 so we can use the quadratic equation
x = (-1 ± √(1-4))/2 = (-1 ± i√3)/2 = -1/2 - i√3/2, -1/2 + i√3/2
c)
(x+(1-i√3)/2)(x+(1+i√3/2)) = x2+x+1
f(x) = (x+5)(x2+x+1) = x3+x2+x+5x2+5x+5 = x3+6x2+6x+5