How can we check if number $a=\frac{ \sqrt[4]{2}+\sqrt[3]{3}}{\sqrt[4]{2}+\sqrt[3]{3} +1}$ is rational?
Is there any smart solution? Another assignment is to find $\left( \mathbb{Q}(\sqrt[4]{2},\sqrt[3]{3}):\mathbb{Q} \right)$ which is twelve, maybe we can somehow use it for checking whether $a$ is rational or not?
As noted in the comments, it suffices to show that $\sqrt[4]{2}+\sqrt[3]{3}$ is irrational. We can indeed use the fact that $[\mathbb Q(\sqrt[4]{2},\sqrt[3]{3}):\mathbb Q]=12$ to show this. Note that $$\begin{align*} [\mathbb Q(\sqrt[4]{2},\sqrt[3]{3}):\mathbb Q] &=[\mathbb Q(\sqrt[4]{2}+\sqrt[3]{3},\sqrt[3]{3}):\mathbb Q]\\ &=[\mathbb Q(\sqrt[4]{2}+\sqrt[3]{3},\sqrt[3]{3}):\mathbb Q(\sqrt[4]{2}+\sqrt[3]{3})][\mathbb Q(\sqrt[4]{2}+\sqrt[3]{3}):\mathbb Q]\\ &\le 3[\mathbb Q(\sqrt[4]{2}+\sqrt[3]{3}):\mathbb Q] \end{align*}$$ thus $[\mathbb Q(\sqrt[4]{2}+\sqrt[3]{3}):\mathbb Q]\ge 4$, so $\sqrt[4]2+\sqrt[3]3$ cannot be rational.