If the product of 2 matrices are I this means that B is inverse matrix of A.
the matrix A has been given
if we put symbols for the numbers in matrix A as shown below;
![\left[\begin{array}{ccc}a&b\\c&d\\\end{array}\right] ](https://tex.z-dn.net/?f=%20%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Da%26b%5C%5Cc%26d%5C%5C%5Cend%7Barray%7D%5Cright%5D%20%0A)
we need to first find the determinant (D)
D = ad - bc
where a = -1 , b = 4, c = -3 and d = 8
substituting these values
D = -1x8 - (4x-3)
= -8 + 12 = 4
to find the inverse we need to exchange a and d and then multiply both b and c by -1
![\left[\begin{array}{ccc}8&-4\\3&-1\\\end{array}\right]](https://tex.z-dn.net/?f=%20%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D8%26-4%5C%5C3%26-1%5C%5C%5Cend%7Barray%7D%5Cright%5D%20)
and then have to divide all the terms in matrix by determinant (4)
![\left[\begin{array}{ccc} \frac{8}{4} & \frac{-4}{4} \\ \frac{3}{4} & \frac{-1}{4} \\\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D%20%5Cfrac%7B8%7D%7B4%7D%20%26%20%5Cfrac%7B-4%7D%7B4%7D%20%5C%5C%20%20%5Cfrac%7B3%7D%7B4%7D%20%26%20%5Cfrac%7B-1%7D%7B4%7D%20%5C%5C%5Cend%7Barray%7D%5Cright%5D)
the simplified inverse matrix B is;