Concept:For a 2×2 matrix (acbd), the inverse is ad−bc1(d−c−ba), provided ad−bc=0.Explanation:Let A=(3152).Here, a=3, b=5, c=1, d=2.Compute the determinant: ad−bc=(3)(2)−(5)(1)=6−5=1.Since the determinant is 1=0, the inverse exists.Using the inverse formula: A−1=11(2−1−53).Therefore, A−1=(2−1−53).Answer:(2−1−53)This is option B.