
Victoria V. answered 10/14/19
20+years teaching PreCalculus & all Surrounding Topics
We could start with these roots and write these as factors.
x = 2-i x = 2 + i x = 3
put everything on the left, so that each of these =0, making them the factors, instead of the zeros.
x-2+i = 0 x-2-i = 0 x-3=0
Since these are factors, we can put the together to find the polynomial:
(x-2+i)(x-2-i)(x-3)=0
if we re-write the first two as a difference of squares, factored
[ (x-2) - i ] [ (x-2) + i ] (x-3)
the first two become (x-2)2 - (i)2 = (x2 - 4x + 4 - (-1) ) = x2 - 4x + 5
now the first 2 terms have been multiplied, still need to multiply that result with (x-3)
(x2 - 4x + 5)(x - 3) = x3 - 3x2 - 4x2 + 12x + 5x - 15
combine like terms and get f(x) = x3 - 7x2 + 17x - 15
So this takes care of our zeros. Still need a leading coefficient of -7.
Final f(x) = -7(x3 - 7x2 + 17x - 15) = -7x3 + 49x2 - 119x + 105