Concept:The inverse of a 2×2 matrix A=[acbd] is found using the determinant and the adjugate matrix.Explanation:For P=[21−31], compute the determinant ∣P∣=(2)(1)−(−3)(1)=2+3=5.Swap the positions of 2 and 1, then change the signs of −3 and 1 to form the adjugate matrix [1−132].Multiply the adjugate by ∣P∣1=51:P−1=51[1−132]=[51−515352]Answer:The correct option is D: [51−515352].