Concept: The inverse of a 2×2 matrix (acbd) is given by ad−bc1(d−c−ba), provided the determinant ad−bc=0.Explanation: Let A=(5634).First, find the determinant: ∣A∣=(5)(4)−(3)(6)=20−18=2.Since ∣A∣=0, the matrix is invertible.Swap the diagonal entries and change the signs of the off-diagonal entries: (4−6−35).Multiply by ∣A∣1, which is 21: A−1=21(4−6−35).Multiply each entry by 21: A−1=(2−3−2325).Answer: The inverse matrix is (2−3−2325), which matches option B.