Concept:For a 2×2 matrix [ac​bd​], the adjoint is [d−c​−ba​].Explanation:Given A=[−51​2−3​], identify a=−5, b=2, c=1, d=−3.Then adj A=[d−c​−ba​]=[−3−1​−2−5​].This matches option A (interpreting the given formatting as a 2×2 matrix with entries −3, −2 in the first row; −1, −5 in the second row).Answer: