What is the minimum degree of an equation with rational coefficients that has a root $x=a+\sqrt{b}+\sqrt{c}+\sqrt{d}$ with $a,b,c,d$ primes numbers?
I know how to find an equation of second degree that has root $a+\sqrt{b}$ $$ x=a+\sqrt{b} \quad \rightarrow \quad (x-a)^2=b $$
and a $4-$degree equation that has root $a+\sqrt{b}+\sqrt{c}$ $$ x=a+\sqrt{b}+\sqrt{c} \quad \rightarrow \quad (x-a)^2=(\sqrt{b}+\sqrt{c})^2 \quad \rightarrow \quad \left[(x-a)^2-b-c \right]^2=4bc $$
But it seems that this simple method cannot be used for a root with more than two surds. There is it some other method?