Concept:For a 2×2 matrix, the inverse is found using the formula B−1=det(B)1×adj(B).Explanation:Let B=(2153). First, find the determinant of B. det(B)=(2)(3)−(5)(1)=6−5=1. Since det(B)=0, the inverse exists. For a matrix (prqs), the inverse is ps−qr1(s−r−qp). Here, p=2, q=5, r=1, and s=3. So B−1=11(3−1−52). Therefore, B−1=(3−1−52). This matches option C.Answer:B−1=(3−1−52), which is Option C.