You can
put this solution on YOUR website!Start with the given matrix
Find the transpose of A by flipping each entry over the diagonal. In other words, the entry in the first row and second column switches with the entry in the second row and first column. So in general

where i and j are the row and column numbers
Now multiply the two matrices
Now find the determinant of the previous matrix. Remember, if

, the determinant of matrix A is
Now find the inverse through this formula:

===>