I am trying to express the inverse of $a+b \sqrt{2}+c \sqrt{3} + d \sqrt{6}$ (given $a, b, c, d \in \mathbb{Q}$) in the form $e+f \sqrt{2}+g\sqrt{3}+h\sqrt{6}$ (where $e, f, g, h \in \mathbb{Q}$).
I could come up with a long way to do this by solving 4 linear equations to find $e, f, g, h$ which we get by expading the following,
$(a+b \sqrt{2}+c \sqrt{3} + d \sqrt{6})(e+f \sqrt{2}+g\sqrt{3}+h\sqrt{6})=1$ and equating the rational term equal to 1 and the rest of the terms equal to $0$.
But, I am now trying to find a more creative (elegant, generalisable, insightful) way to do this.
For this I tried a few things which did not work (unecessary detail?).
I guessed, $(a+b \sqrt{2}+c\sqrt{3}+d\sqrt{6})(a+b \sqrt{2}+c\sqrt{3}-d\sqrt{6})(a+b \sqrt{2}-c\sqrt{3}+d\sqrt{6})(a-b \sqrt{2}+c\sqrt{3}+d\sqrt{6}) \cdots$
(all the terms with all possible signs), but this did not work as I checked with a special case.
I guessed that since a similar thing works for the rationalising factor of $\sqrt{a}+\sqrt{b}+\sqrt{c}$ which has $(\sqrt{a}+\sqrt{b}-\sqrt{c})(-\sqrt{a}+\sqrt{b}+\sqrt{c})(\sqrt{a}-\sqrt{b}+\sqrt{c})$ (I was motivated to this from heron's formula for area of triangle).
So, can anyone help me? Please. By the way I am in high school so I don't know anything about field splittings and so on.
Basically, you almost guessed an ok trick:$$\frac1{a+b\sqrt2+c\sqrt3+d\sqrt6}=\\=\frac1{a+b\sqrt2+(c+d\sqrt2)\sqrt3}=\\=\frac{a+b\sqrt2-c\sqrt3-d\sqrt6}{(a+b\sqrt2)^2-3(c+d\sqrt2)^2}=\cdots$$ Can you continue, now that there's only one root in the denominator?