I am stuck on solving the following systems of equations with 3 variables. The textbook asks to use the addition method so can we please stick to that.
${5x -y = 3}$
${3x + z = 11}$
${y - 2z = -3}$
I am used to systems of equations where each equation has at least one instance of the variable e.g. ${x + y + z = 1}$ but in each of the above, one of the variables is omitted in each equation.
Could somebody explain what to do in this situation? Should I multiply both sides by one of the variables to balance it up?
$5x-y=3$
$3x+z=11$
$y-2z=-3$
Multiply first equation by $3$ and second one by $(-5)$.
Add both.
$15x-3y=9$
$-15x-5z=-55$
Adding, $3y+5z=46$
$3(2z-3)+5z=46$
$11z-9=46$
$z=5$, $y=7$, $x=2$
Also you can use Cramer's rule-
$\frac{\begin{vmatrix}3 \ -1 \ \ \ \ \ 0 \\ 11 \ \ \ \ \ 0 \ \ \ \ \ 1 \\ -3 \ \ \ \ \ \ 1 \ -2\end{vmatrix}}{\begin{vmatrix}5 \ -1 \ \ \ \ \ 0 \\ 3 \ \ \ \ \ 0 \ \ \ \ \ 1 \\ 0 \ \ \ \ \ \ 1 \ -2\end{vmatrix}}=x$ and so on.
$x=\frac {D_x}{D}; y=\frac{D_y}{D}; z=\frac{D_z}{D}$