I'm looking for an (ideally) elementary way to find a polynomial with integer coefficients that has $$\sqrt[100]{\sqrt{3} + \sqrt{2}} + \sqrt[100]{\sqrt{3} - \sqrt{2}}$$ as a root.
What I have so far is that we can write $\sqrt 3 - \sqrt 2$ as $1/(\sqrt 3 + \sqrt 2)$ and then we can quite easily check that both $\sqrt 3 + \sqrt 2$ and $\sqrt 3 - \sqrt 2$ solve $$x^4-10x^2+1=0.$$
So then we have that $\sqrt[100]{\sqrt{3} + \sqrt{2}}$ and $\sqrt[100]{\sqrt{3} - \sqrt{2}}$ both solve $$x^{400}-10x^{200}+1=0$$
but I am not sure how to find an integer-coefficient polynomial with the sum of those two values as a root. It sort of looks like Vieta formulas could somehow be relevant, but I may be missing something obvious here.