Concept:The adjoint of a matrix is the transpose of its cofactor matrix.Explanation:For a 2×2 matrix A=(ac​bd​), the adjoint is (d−c​−ba​).Here, a=5, b=−2, c=−1, d=3.Substitute: (3−(−1)​−(−2)5​)=(31​25​).Answer:(31​25​), which matches option D.