Find the polynomial equation of the lowest degree with rational coefficients whose one root is $\sqrt[3]{2}+3\sqrt[3]{4}$
I tried using the conjugate pairs but I couldn't solve it for any polynomial equation other than one having roots to the power 1/2.
I took the roots as $(x-\sqrt[3]{2}-3\sqrt[3]{4})(x-\sqrt[3]{2}+3\sqrt[3]{4})$ but after a few multiplications (taking conjugates of the polynomial repeatedly) the roots would become too complicated and the degree would rise to be more than 6.
A detailed Explanation would be helpful.
The Answer is $x^3-18x-110$.
Let $y=\sqrt[3]2$. Then $x=y+3y^2=y(3y+1)$ so cubing both sides yields $$x^3=y^3(27y^3+27y^2+9y+1)=2(27\cdot2+9y(3y+1)+1)=2(9x+55)$$ so $x^3-18x-110=0$. This is the minimal polynomial as $[\Bbb Q(\sqrt[3]2):\Bbb Q]=3$.