The Constant coefficient being -108 means that the find number in the polynomial will be -108. So that eliminates option D.
All zeros can be written as factors: (x - a) where a is the zero. So your three zeroes could be written as the factors:
(x - 2), (x - (-3i)), and (x - 3i) (note: (x-(-3i)) is really (x + 3i) because of the double negative).
You then multiply out the factors using FOIL (First Outside Inside Last). It is best to focus on the complex numbers first, because they often simplify nicely.
(x + 3i)(x - 3i) = (x2 -3ix +3ix -9i2) = x2 + 9 (Remember: i2 = -1)
We then FOIL the result with (x - 2)
(x - 2)(x2 + 9) = x3 - 2x2 + 9x - 18
This doesn't match any of the possible solutions, but you should also notice that the polynomial doesn't end in -108 either. Since 6 • -18 = -108, we need to multiply the whole polynomial by 6.
6(x3 - 2x2 + 9x -18) = 6x3 - 12x2 +54x - 108
Therefore the solution is C.