The question says to find the 4th degree polynomial with integral coefficients whose root is $\sqrt{3}$ + $\sqrt{2}$
This is how I solved
I assumed $ax^{4} + bx^{3} + cx^{2} + dx + e$ to be the polynomial where a,b,c,d,e are integers.
as $x = \sqrt{3}$ + $\sqrt{2}$ is a root of the polynomial, thus putting $x$ in it yields 0 as the result.
This gives
$2\sqrt{6}(10a+c) + \sqrt{3}(9b+d) + \sqrt{2}(11b+d) + 49a + 5c + e = 0 \;\;\;$ ...(1)
Now, as $a,b,c,d,e$ are integers thus
$10a + c = 0$
$9b + d = 0$
$11b + d = 0$ and
$49a + 5c + e = 0$
for the equation (1) to be satisfied
By solving these 4 relations, we get
$b = d = 0$
$a = e$ and
$c = -10e$
Therefore our polynomial becomes
$ex^{4} - (10e)x^{2}+ e$
But now I am stuck with finding the value of $e$.
The answer to the problem is
$x^{4} - (10)x^{2}+1 $
but I think e can be any integer as there are no other constraints given in the question. Is the answer wrong or did I do any mistakes in the procedure?