.
The correct question is:
How to find a polynomial with integer coefficients, having the roots 0, 2- sqrt(3) and 3 ?
Such a polynomial together with the root 2-sqrt(3), must have the root 2+sqrt(3), too.
So, the polynomial must have factors
x for the root 0;
(x-(2-sqrt(3))) for the root (2-sqrt(3));
(x-(2+sqrt(3))) for the root (2+sqrt(3));
(x-3) for the root 3.
Thus the polynomial must be a multiple to
p(x) = x*(x(x-(2-sqrt(3)))((x-(2+sqrt(3)))*(x-3)
You may write it in more convenient form.