(a) Is $\sqrt{1+\sqrt[3]{2}}$ is constructible?
(b)Is $1+\sqrt{2}+\sqrt[4]{3}$ constructible?
Attempt:
(a) Let $X=\sqrt{1+\sqrt[3]{2}}$. Then, upon squaring, we have $(X-1)^2=\sqrt[3]{2}$. Cubing, we get $X^6-3X^4+3X^2-3=0$. By Eisenstein with $p=3$, we have that this polynomial is irreducible, and so it is indeed the minimum polynomial of $\sqrt{1+\sqrt[3]{2}}$. Since the minimum polynomial has degree larger than $5$, it is not constructible.
(b) I think we could do the same method as above, but it would be quite tedious (lots of squaring), so there must be a better method. My very rough idea would be that as $\sqrt{2}\not\in\mathbb{Q}(\sqrt[4]{3})$ we have $[\mathbb{Q}(1+\sqrt{2}+\sqrt[4]{3}):\mathbb{Q}]=[\mathbb{Q}(\sqrt{2},\sqrt[4]{3}):\mathbb{Q}]=[\mathbb{Q}(\sqrt{2}:\sqrt[4]{3})][\mathbb{Q}(\sqrt[4]{3}):\mathbb{Q}]=2\times 4=8$, and this is the degree extension (which in turn is equal to the degree of the minimum polynomial), and therefore as the degree is larger than $5$, this number is not constructible.
Can anybody comment on my solutions? Are they correct?