For arbitrary $a, b, c \in \mathbb{Q}$, let $w := a + 5^{1/3} b + 5^{2/3} c$, is $w$ a root of any cubic polynomial in $\mathbb{Q}$?
I guess the cubic polynomial always exists. But I am confused about how to construct the polynomial, or how to prove the existence of the polynomial.
The identity used for solving cubic equations is $$(u+v)^3=u^3+v^3+3uv(u+v).$$ With $u=5^{1/3}b$ and $v=5^{2/3}c$ and $x=a+u+v$, this becomes $$(x-a)^3=5b^3+25c^3+15bc(x-a).$$ So the cubic equation you are looking for would be $x^3-3a\,x^2+(3a^2-15bc)x-a^3-5b^3-25c^3+15abc=0$.