Given the matrix,
, find its inverse.
First we need to find its determinant which can be done by using the following formula,

Lets call
matrix "A."
So,



We now have the determinant, we can now use the following formula to determine the inverse matrix,




*Note* I went a few more steps than the question needed. If you back up two steps on my answer is where they stopped. The last option is correct.