Final answer:
To solve the system of linear equations using back-substitution, substitute the given value of y into the other equations and solve for the remaining variables.
Step-by-step explanation:
To solve the system of linear equations using back-substitution:
- Start by using the second equation, y = 2, to substitute for y in the other two equations.
- Substitute y = 2 into the third equation, y + z = 1, to solve for z.
- Once you have found the value of z, substitute it back into the second equation, y = 2, to double check your solution for y.
- Finally, substitute the values of y and z back into the first equation, x - 2y + 4z = 8, and solve for x.
The solution to the system of linear equations is (x, y, z) = (6, 2, -1).