Solve the system: $\begin{array}{|l} \dfrac{x}{\sqrt{2}}+\dfrac{y}{\sqrt{3}}=2 \\ (\sqrt{2}-1)x+(\sqrt{3}-1)y=5-\sqrt{2}-\sqrt{3} \end{array}$
So, I started by multiplying the first equation by $\sqrt{2}\cdot\sqrt{3}=\sqrt{6}$: $\begin{array}{|l} \sqrt{3}x+\sqrt{2}y=2\sqrt{6} \\ (\sqrt{2}-1)x+(\sqrt{3}-1)y=5-\sqrt{2}-\sqrt{3} \end{array}$
How can I solve from here?
Using Cramer's method: $$|A|=\begin{vmatrix}\frac1{\sqrt2}&\frac1{\sqrt3}\\ \sqrt2-1&\sqrt3-1\end{vmatrix}=\frac{\sqrt3-1}{\sqrt2}-\frac{\sqrt2-1}{\sqrt3}=\frac{1+\sqrt2-\sqrt3}{\sqrt6}\\ |A_x|=\begin{vmatrix}2&\frac1{\sqrt3}\\ 5-\sqrt2-\sqrt3&\sqrt3-1\end{vmatrix}=2(\sqrt3-1)-\frac{5-\sqrt2-\sqrt3}{\sqrt3}=\frac{1+\sqrt2-\sqrt3}{\sqrt3}\\ x=\frac{|A_x|}{|A|}=\sqrt2$$ Can you find $y$?