Since the polynomial has rational coefficients, complex roots occur in conjugate pairs. So, since 4 + i is a root, 4 - i must also be a root.
So a polynomial with smallest possible degree would be:
f(x) = (x - 1)[x - (4+i)][x - (4 - i)]
= (x - 1)[(x-4) - i][(x-4) + i]
= (x - 1)[(x-4)2 - i2]
= (x-1)(x2 - 8x + 17)
= x3 - 8x2 + 17x - x2 + 8x - 17
= x3 - 9x2 + 25x - 17
Michael J.
06/12/15