Given A=
|a b|
|c d|
The inverse is computed as
(1 / ad-cd) times the original matirx switched to
|d -b|
|-c a|
So here we have
-1/50 times
|6 -8|
|-7 1|
Which equals the inverse matrix of:
|-6/50 8/50|
|7/50 -1/50|
or reduced to
|-3/25 4/25|
|7/50 -1/50|
By the way, if you have a graphing calculator you should have a key that looks something like
x^-1 (that should be x with -1 as the exponent)
This is the inverse key.
So you enter the matirx into the matrix portion of your calculator, then give it a name like A or B or whatever.
Then to see the inverse you simply hit this inverse key, followed by the matrix name of A or B, etc., and it will give you the inverted matrix.
If it gives it in decimal form, then just enter the 2nd, Math, Frac function and it will change the decimals to fractions.
Have a good day!