Assume for contradiction $\exists a,b,c\in\mathbb{Z}$ such that $a+b\sqrt{2}+c\sqrt{3}=\sqrt{6}$.
My current idea for finding a contradiction is to square each side, isolate the square-rooted terms, and repeat. This is pretty cumbersome and therefore I'm wondering if there's an easier way to proving no such integers exist. Any suggestions are appreciated, thank you.
Write it as $b\sqrt{2}+c\sqrt{3}=\sqrt{6}-a $.
Squaring, this becomes $2b^2+2bc\sqrt{6}+3c^2 =6-2a\sqrt{6}+a^2 $ or $(2bc+2a)\sqrt{6} =6-2b^2-3c^2+a^2 $.
Since $\sqrt{6}$ is irrational, this can only hold if $bc+a = 0$ and $6-2b^2-3c^2+a^2 = 0 $.
Since $a = -bc$, the original equation becomes $-bc+b\sqrt{2}+c\sqrt{3}=\sqrt{6} $ or $0 =\sqrt{6}-b\sqrt{2}-c\sqrt{3}+bc =(\sqrt{2}-c)(\sqrt{3}-b) $.
But this implies that either $c = \sqrt{2}$ or $b = \sqrt{3}$, which is impossible.