Solve the system by using a matrix equation
3x-5y=3
3x-4y=3

Answer: B. (1,0)
Step-by-step explanation:
1. We will use the matrix method to solve this problem.
3 -5 3
3 -4 3
2. Apply to Row2 : Row2 - Row1.
3 -5 3
0 1 0
3. Simplify rows.
3 -5 3
0 1 0
Note: The matrix is now in row echelon form.
The steps below are for back substitution.
4. Apply to Row1 : Row1 + 5 Row2.
3 0 3
0 1 0
5. Simplify rows.
1 0 1
0 1 0
Note: The matrix is now in reduced row echelon form.
6. Therefore,
x=1
y=0
or (1,0).