For starters, your determinant of A is wrong. But there is a simpler way to solve this, using the properties of determinants. You are already given that the determinant of matrix A is 4.
From the definition of [tex]A^{-1}=\frac{1}{det(A)}\times adj(A)[/tex]
Multiply by matrix A throughout and cross-multiply:
[tex]A\times Adj(A)=det(A)\times I[/tex]
where I is the 3x3 identity matrix.
Now taking determinant on both sides we get,
[tex]det(A)\times det(Adj(A))=det(det(A)\times I)[/tex]
Recall, for an n x n square matrix,
[tex]det(kB)=k^n\times det(B)[/tex]
where k is a numerical constant.
[tex]det(A)\times det(Adj(A))=(det(A))^n \times det(I)[/tex]
Since determinant of an identity matrix is 1,
[tex]det(A)\times det(Adj(A))=(det(A))^n[/tex]
Therefore,
[tex]det(Adj(A))=\frac{(det(A))^n}{det(A)}=(det(A))^{n-1}[/tex]
From there, you can easily find the answer.