Find a polynomial that has $x = 1 +\sqrt[3]{5-\sqrt2}$ as a root, then use rational roots theorem to show that $x$ must be rational.
I came up with the polynomial $100,000,000,000x^2 = 640393215809$ but their GCD is only $1$, so it won't work for part 2. Anyone help with an easier function.
How about $$x=1+\sqrt[3]{5-\sqrt 2}\\ x-1=\sqrt[3]{5-\sqrt 2}\\ (x-1)^3=5-\sqrt 2\\ \sqrt 2=5-(x-1)^3\\ 2=\left(5-(x-1)^3\right)^2\\ 0 = x^6 - 6 x^5 + 15 x^4 - 30 x^3 + 45 x^2 - 36 x + 34$$ but I don't think your number is rational. Alpha does not find it to be. I suspect the problem is to prove your number is irrational by the rational root theorem by finding all the possible rational roots of this equation and noting that your number is none of them.