
Patrick B. answered 06/15/20
Math and computer tutor/teacher
f(x) = k*(x+5) [( x +1) + i * sqrt(3)][ (x+1) - i*sqrt(3)]
= k * (x+5) [ (x+1)^2 - (-1)(3)]
= k ( x+5)[ (x+1)^2 + 3]
= k ( x+5)[ x^2 + 2x + 4]
f(-2) = 36 means
36 = k( -2+5)[ (-2)^2 + 2(-2) + 4]
= k (3) [ 4 - 4 + 4]
= 12k
k=3
f(x) = 3(x+5)(x^2 + 2x+4)