Since the polynomial has real coefficients, complex roots occur in conjugate pairs. That is, since -9+i is a root, then -9-i must also be a root.
A polynomial with the desired roots is:
[x - (-8)][x - (-9+i)][x - (-9-i)] = (x + 8)[(x+9) - i][(x+9) + i]
= (x + 8)[(x+9)2 - i2]
= (x+8)(x2 + 18x + 81 + 1)
= (x+8)(x2+18x+82)
= x3+18x2+82x+8x2+144x+656
= x3 + 26x2 + 226x + 656