Find the inverse of the matrix [6, 7] [-6, 7] if it exists

For any square matrix A, if it is invertible, its inverse is given by
[tex]A^{-1} = \dfrac1{\det(A)} \mathrm{adj}(A)[/tex]
where adj(A) is the so-called adjugate matrix, which is the transpose of the cofactor matrix of A. If you don't know what that is, that's not terribly important. What is important is that the inverse does not exist if the determinant, det(A), is zero.
We have
[tex]A=\begin{bmatrix}6&7\\-6&7\end{bmatrix} \implies \det(A) = 6\times7-7\times(-6)=84 \neq 0[/tex]
so the inverse does indeed exist. (And we eliminate D as an answer.)
From the given choices, it's quite clear that C must the correct answer, since we know det(A) = 84, and we can easily confirm that
[tex]\begin{bmatrix}7&-7\\6&6\end{bmatrix} \begin{bmatrix}6&7\\-6&7\end{bmatrix} = \begin{bmatrix}84&0\\0&84\end{bmatrix}[/tex]
so that multiplying by 1/84 recovers the identity matrix.
We are given with a square matrix and we are asked to find it's inverse if it exists . So , let's recall some important points first :-
Now , in this question let's assume that [tex]{\sf A=\begin{bmatrix}6 & 7 \\ -6 & 7\end{bmatrix}}[/tex]
Now , Calculating det(A) :-
[tex]{:\implies \quad \sf det(A)=\begin{vmatrix}6 & 7 \\ -6 & 7 \end{vmatrix}}[/tex]
[tex]{:\implies \quad \sf det(A)=42-(-42)}[/tex]
[tex]{:\implies \quad \sf det(A)=42+42}[/tex]
[tex]{:\implies \quad \sf det(A)=84}[/tex]
As , det(A) ≠ 0 . So , [tex]{\bf A^{-1}}[/tex] exists . Now , we need to find the matrix of cofactors first , but let's find cofactors first , so here ;
[tex]{\blacktriangleright \sf C_{11}=7,\: C_{12}=6,\: C_{21}=-7,\: C_{22}=6}[/tex]
Now , let's assume that matrix of cofactors is C , so putting the cofactors as elements of the matrix , C will be ;
[tex]{:\implies \quad \sf C=\begin{bmatrix}7 & 6 \\ -7 & 6\end{bmatrix}}[/tex]
Now , adj(A) will be found by interchanging it's rows by columns and vice versa.
[tex]{:\implies \quad \sf adj(A)=\begin{bmatrix}7 & -7 \\ 6 & 6\end{bmatrix}}[/tex]
Now as [tex]{\sf A^{-1}}[/tex] is given by [tex]{\bf{A^{-1}=\dfrac{1}{adj(A)}det(A)}}[/tex]
[tex]{:\implies \quad \bf \therefore \quad \underline{\underline{A^{-1}=\dfrac{1}{84}\begin{bmatrix}7 & -7 \\ 6 & 6\end{bmatrix}}}}[/tex]
Hence , Option C) [tex]{\sf \dfrac{1}{84}\begin{bmatrix}7 & -7 \\ 6 & 6\end{bmatrix}}[/tex] is correct :D