yasss
3x+5y=7
6x-1y=-8
so what you do is remove the placeholders ad put them in matrix form
so
[tex] \left[\begin{array}{ccc}3&5|&7\\6&-1|&-8\end{array}\right] [/tex]
eliminate one placeholder at a time
remember: first column=x, 2nd column=y, 3rd column=constant
let's eliminate x's
times first row by -2
[tex] \left[\begin{array}{ccc}-6&-10|&-14\\6&-1|&-8\end{array}\right] [/tex]
add that to 2nd row
[tex] \left[\begin{array}{ccc}-6&-10|&-14\\0&-11|&-22\end{array}\right] [/tex]
divide last row by -11
[tex] \left[\begin{array}{ccc}-6&-10|&-14\\0&1|&2\end{array}\right] [/tex]
eliminate y's now
multiply last row by 10
[tex] \left[\begin{array}{ccc}-6&-10|&-14\\0&10|&20\end{array}\right] [/tex]
add 2nd row to first row
[tex] \left[\begin{array}{ccc}-6&0|&6\\0&10|&20\end{array}\right] [/tex]
divide first row by -6
[tex] \left[\begin{array}{ccc}1&0|&-1\\0&10|&20\end{array}\right] [/tex]
divide last row by 10
[tex] \left[\begin{array}{ccc}1&0|&-1\\0&1|&2\end{array}\right] [/tex]
[tex] \left[\begin{array}{ccc}x&y|&c\\x&y|&c\end{array}\right] [/tex]
1x=-1
1y=2
x=-1
y=2
(-1,2)