You can
put this solution on YOUR website! Start with the given matrix equation
x+[2 1 8] =[6 -1 8]
[4 3 0] [-5 2 -7]
Subtract the matrix [2 1 8]
[4 3 0]
from both sides
x =[6 -1 8]-[2 1 8]
[-5 2 -7][4 3 0]
Combine the matrices
x =[6-2 -1-1 8-8]
[-5-4 2-3 -7-0]
Subtract
x =[4 -2 0]
[-9 -1 -7]
--------------------
Answer:
So the matrix X is
x =[4 -2 0]
[-9 -1 -7]