The augmented matrix represents the following system of linear equations:
Use back substitution. It means, use the value of z given in the last equation, to find y in the second equation, and then, use these values to find x in the first equation:
The solution of the system is (x, y, z)=(7, 0, -5)