Given \( A = \begin{bmatrix} 3 & -5 \\ -1 & 2 \end{bmatrix} \), we find the adjoint of a 2×2 matrix by swapping the diagonal elements and changing the sign of the off-diagonal elements:
\[
\text{If } A = \begin{bmatrix} a & b \\ c & d \end{bmatrix}, \quad \text{then } \operatorname{adj}(A) = \begin{bmatrix} d & -b \\ -c & a \end{bmatrix}
\]
Applying this:
\[
\operatorname{adj}(A) = \begin{bmatrix} 2 & 5 \\ 1 & 3 \end{bmatrix}
\]