When a matrix is multiplied by its inverse, the result is the Identity Matrix:
A×A−1=I=100010001
11x101121×41−2510−22y−1−1=100010001
To find y, use Row 1 of A and Column 3 of A−1, which equals 0:
41[(1)(y)+(1)(−1)+(1)(−1)]=0
41[y−1−1]=0
41[y−2]=0
y−2=0
y=2
To find x, use Row 3 of A and Column 1 of A−1, which equals 0:
41[(x)(−2)+(1)(5)+(1)(1)]=0
41[−2x+5+1]=0
41[−2x+6]=0
−2x+6=0
−2x=−6
x=3
Therefore, x=3 and y=2.