To solve the given system of equations using a matrix, we should first write the matrix for the system.
1x+ 1y= 5 -2x+4y= 8
⇓
[ cc|c1 & 1 & 5 -2 & 4 & 8 ]
In order to solve a matrix, we will use row operations to obtain a matrix in the following form.
[ cc|c1 & 0 & a 0 & 1 & b ]
This final matrix represents the solution of the system of equations, where x= a and y= b. Let's solve the matrix!
Looking at the right-hand column, we can see that the solution to the system is the unique point (2,3). To help visualize this answer, we can also write the matrix that resulted from using row operations in system notation.
1x+0y=2 0x+1y=3
⇒
x=2 y=3