Concept:The inverse of a 2×2 matrix [ac​bd​] is ad−bc1​[d−c​−ba​], provided the determinant is non‑zero.Explanation:Let A=[−23​4−5​].Compute the determinant: ad−bc=(−2)(−5)−(4)(3)=10−12=−2.Form the adjugate: [d−c​−ba​]=[−5−3​−4−2​].Multiply by −21​: A−1=−21​[−5−3​−4−2​]=[25​23​​21​].Answer:The inverse is [25​23​​21​], which corresponds to option C.