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://img.qammunity.org/2019/formulas/mathematics/high-school/kcypb3punlwj1wk3ezhqe9aqgnq170v195.png)
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://img.qammunity.org/2019/formulas/mathematics/high-school/m9qxlnqlivt3hxwfvvfei299mej1j1v9zb.png)
and then have to divide all the terms in matrix by determinant (4)
![\left[\begin{array}{ccc} (8)/(4) & (-4)/(4) \\ (3)/(4) & (-1)/(4) \\\end{array}\right]](https://img.qammunity.org/2019/formulas/mathematics/high-school/lm8rxjaxlqnae0f43ircsy06yzhtkwi1a5.png)
the simplified inverse matrix B is;
![\left[\begin{array}{ccc} 2 & -1 \\ (3)/(4) & (-1)/(4) \\\end{array}\right]](https://img.qammunity.org/2019/formulas/mathematics/high-school/riim28j3llsb5cvialseh1cvavz90hlt9w.png)