I need some help solving this. I have tried:
$$ \begin{bmatrix} a & b \\ c & d \\ \end{bmatrix} =\frac{1}{\operatorname{det}A}\cdot \begin{bmatrix} d & -b \\ -c & a \\ \end{bmatrix}$$ I ended up with $$a=\frac{d}{\operatorname{det}A},$$ and $$d=\frac{a}{\operatorname{det}A}.$$ Then $$\operatorname{tr}(A)=a+d=\frac{a+d}{\operatorname{det}A},$$ but I don't really think it works.
This problem is easier if you think about it in terms of the eigenvalues of $A$. Note that if $x$ is an eigenvector of $A$, we have $A^{-1}x = Ax$. What does this tell you about that eigenvalue?