Concept:For a 2×2 matrix A=(acbd), the inverse is given byA−1=ad−bc1(d−c−ba)provided the determinant ad−bc=0.Explanation:Let A=(4−32−2).First, find the determinant:∣A∣=4(−2)−2(−3)=−8+6=−2The adjugate matrix is formed by swapping the diagonal elements and changing the signs of the off-diagonal elements:adj(A)=(−23−24)Now multiply the adjugate by ∣A∣1:A−1=−21(−23−24)This gives:A−1=(1−1.51−2)Answer:Option A: A−1=(1−1.51−2).