$$ \sqrt{2}x+3y= a $$ $$x-\sqrt{3}y=4$$ What is the easiest way to solve this system? I always seem to get square roots of 2 and 3s and don't know what to do.
2026-03-31 21:10:50.1774991450
On
Solve system of equations $ \sqrt{2}x+3y= a $ and $x-\sqrt{3}y=4$
61 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
While it may not be the easiest way, here is a very systematic way:
It's a linear system that can be written as $$ \begin{pmatrix} \sqrt{2} & 3\\ 1 & -\sqrt{3} \end{pmatrix} \begin{pmatrix} x\\y \end{pmatrix} = \begin{pmatrix} a\\4 \end{pmatrix}, $$ so, due to $$ \det{ \begin{pmatrix} \sqrt{2} & 3\\ 1 & -\sqrt{3} \end{pmatrix} } = -\sqrt{6}-3\neq 0 $$ there exists a unique solution. We can compute this solution by left multiplying the above equation with the inverse of the matrix which yields $$ \begin{pmatrix} x\\ y \end{pmatrix}= \begin{pmatrix} \sqrt{2} & 3\\ 1 & -\sqrt{3} \end{pmatrix}^{-1} \begin{pmatrix} a\\4 \end{pmatrix}. $$ I guess you know how to compute this inverse.
By elimination we have
and subtracting
and then we can find $x$ from