I am somehow confused with the given matrix. Because usually, when the system of equations is given as:
ax + by = c
dx + ey = f
the matrix would be written in this manner:
Let me just assume that the arrangement of the given corresponds to this system of equations:
4x + 8y = 0
2x + 5y = 6
So you write it as
In order to solve this, the matrix should look like this where x and y are the answers
So, the first thing to do is apply this pattern: Row 2 = Row 1 - 2*Row 2. The result will be
Next, Row 1 = (Row 1/4) + R2:
Lastly, Row 2 = Row 2 / -2:
Thus, the answer is x=-12 and y=6.