The previous reply shows how to work backwards from a known polynomial to find the zeroes. To
work forward from the known zeroes to the polynomial, recall how "solving" works.
Given, say, (x - 2)(x + 3) = 0, you solve the factors to get x = 2 and x = -3 as the zeroes. Going the other way, given x = 2 and x = -3 as zeroes, you then know that x - 2 = 0 and x + 3 = 0 were the factors you solved, so x - 2 and x + 3 were factors. Then you can multiply those factors to find a polynomial with those zeroes.
In this case, you have x = i, x = -i, x = 2i, and x = -2i as zeroes. Then you solve x - i = 0, x + i = 0, x - 2i = 0, and x + 2i = 0, so the factors were x - i, x + i, x - 2i, and x + 2i.
Multiply these together to get a polynomial with the required zeroes.
Hope that helps a bit.
Eliz.