What skill or method are you required to use?
You could use E1 and E3 to find an equation in variables y and z, and then you would have a system in just two variables, y and z.
--
System in two variables is
Add corresponding members, eliminating z.
Using from the simpler system OR second equation of original system,
You can put this solution on YOUR website! .........eq.1 ..............eq.2 ............eq.3
________________________________
start with ..............eq.2, solve for
..............eq.2a
go to
.........eq.1, substitute ........., solve for ...........eq.1a
go to
............eq.3, substitute and ........., solve for
go to
..............eq.2a, substitute
go to
...........eq.1a, substitute
solution:
There are many different ways to solve a system of three equations in three variables....
Given this particular system, I would solve the second equation for y: -->
Then substitute "3z-13" for "y" in the other two equations to get a system of two equations in two variables.
Then solve that pair of equations by your favorite method.
Note that in your post you didn't actually ask a question -- although it is obvious what was to be done.
But, because there are many different methods for solving systems of equations, we don't know if any response we give helps you. Your post should either specify a method for solving the system, or else specifically say that any method can be used.
x + 2y − z = − 5 ----- eq (i)
y − 3z = − 13 ----- eq (ii)
x − 3y + 2z = 12 ----- eq (iii)
Looking at the equations it's clear that there're only 2 variables (y & z) in eq (ii),
It's also clear that x in eqs (i) & (iii) can be
eliminated by subtracting 1 equation from the other.
x + 2y − z = − 5 --- eq (i)
x − 3y + 2z = 12 --- eq (iii)
5y - 3z = - 17 --- Subtracting eq (iii) from eq (i) ----- eq (iv)
y − 3z = − 13 --- eq (ii)
5y - 15z = - 65 --- Multiplying eq (ii) by 5 ----- eq (v)
12z = 48 ----- Subtracting eq (v) from eq (iv)
y - 3(4) = - 13 ----- Substituting 4 for z in eq (ii)
y - 12 = - 13
y = - 13 + 12 = - 1
x + 2(- 1) - 4 = - 5 --- Substituting 4 for z and - 1 for y in eq (i)
x - 2 - 4 = - 5
x = - 5 + 6 = 1