Find all pairs of integers $(x,m)$ for which $$\sqrt[3]{\sqrt[3]{x-2}+m}+\sqrt[3]{-\sqrt[3]{x-2}+m}=2$$ hold.
I have used this property :
Property: if $$a+b+c=0 \implies a^3+b^3+c^3=3abc, $$ I come up to the following equation: $(2m-8)^3=-216(m^2-(x-2)^{2/3})$ , such that $a=-2, b=(\sqrt[3]{x-2}+m)^{1/3}, c=(-\sqrt[3]{x-2}+m)^{1/3}$, I can't solve the last equation however i tried $x$ as a paramater instead of $m$ , The solution from wolfram alpha are $(x,m)=(2,1),(66,4)$, Any Help ?
Let $y=\sqrt[3]{x-2}$, then we have $$2 = \sqrt[3]{m+y} + \sqrt[3]{m-y}\;\;\;\;\;\;|^3$$ $$8 = m+y +3\sqrt[3]{m^2-y^2}\cdot 2 +m-y$$ and thus $$4-m = 3\sqrt[3]{m^2-y^2} $$ so $$ 64 -48m+12m^2-m^3 = 27m^2-27y^2$$ or $$27y^2 =m^3+15m^2+48m-64$$ and finally $$\boxed{27y^2 = (m-1)(m+8)^2}$$ Since $\gcd(m-1,m+8) \mid 9$ we have $3\mid m+8$ and $3\mid m-1$ and so $m+8 = 3b$ and $m-1 = 3a$ so $$y^2 = ab^2\implies a=c^2$$ for some $c\in\mathbb{N}$.
Now $\boxed{m = 3c^2+1}$ and $ y= bc = c(c^2+3)$ so $\boxed{x= 2+c^3(c^2+3)^3}$