I'm having trouble finding a basis for $\mathbb{Q}(\sqrt{2},\sqrt{3},\sqrt{5})$. So far I know that $[K=\mathbb{Q}(\sqrt{2}):\mathbb{Q}] = 2$ and $[L=\mathbb{Q}(\sqrt{2}, \sqrt{3}):K] = 2$, but it's harder to extend $L$ to $L(\sqrt{5})$. Namely I'm trying to prove that $x^2-5$ is irreducible over $L$ by showing that $\sqrt{5} \notin L$ as follows:
Assume by contradiction that $\sqrt{5} \in L$. Then we have
$$\sqrt{5} = a + b\sqrt{2} + c\sqrt{3} + d\sqrt{6}$$ with $a,b,c \in \mathbb{Q}$. Squaring both sides and using independence of basis gives the following nasty system of equations:
$$-5+a^2+2b^2+3c^2+6d^2 = 0$$ $$ab + 3cd = 0$$ $$ac + 2bd = 0$$ $$ad + bc = 0$$
I can't see how these equations contradict the assumption that $\sqrt{5} \in L$.
From your equations
$-5+a^2+2b^2+3c^2+6d^2 = 0.....(1)$
$ab + 3cd = 0.....(2)$
$ac + 2bd = 0.....(3)$
$ad + bc = 0.....(4)$
it follows by elimination of $a$ in $(2),(3),(4)$ $$\begin{cases}3c^2=2b^2\\2d^2=c^2\end{cases}.....(5)$$ which is easily seen to be impossible.
Optionnally, another way is turning back to equation $(1)$ so you get$$a^2+9c^2=5$$ which have rational solutions, for example,$(a,c)=(1, \frac 23)$ so you get $$b^2=\frac 23$$ in which the impossibility is clearer than in $(5)$