Final answer:
To solve the system of equations using row operations, create an augmented matrix and perform row operations to simplify the matrix. The solution to the system is x = 1, y = 2, and z = -6/7.
Step-by-step explanation:
To solve the system of equations using row operations, we can create an augmented matrix to represent the system:
[1 1 -1 | 4]
[4 0 1 | 6]
[1 -3 2 | -16]
Next, we can perform row operations to simplify the matrix:
R2 = R2 - 4R1
[1 1 -1 | 4]
[0 -4 5 | -10]
[1 -3 2 | -16]
R3 = R3 - R1
[1 1 -1 | 4]
[0 -4 5 | -10]
[0 -4 3 | -12]
R3 = R3 + (4/5)R2
[1 1 -1 | 4]
[0 -4 5 | -10]
[0 0 7 | -6]
Finally, we can divide the third row by 7 to get:
[1 1 -1 | 4]
[0 -4 5 | -10]
[0 0 1 | -6/7]
From the matrix, we can see that there is one solution. The solution is x = 1, y = 2, and z = -6/7. Therefore, the correct choice is A. There is one solution. The solution is (1, 2, -6/7).