Concept:Use the property (AB)−1=B−1A−1 for invertible matrices.Explanation:Given A=[253−2] and B−1=[515252−51].First, compute A−1 using the formula:[acbd]−1=ad−bc1[d−c−ba]Here, ad−bc=(2)(−2)−(3)(5)=−4−15=−19.So, A−1=−191[−2−5−32]=191[253−2]Now apply the inverse product property:(AB)−1=B−1A−1=51[122−1]⋅191[253−2]=951[1(2)+2(5)2(2)+(−1)(5)1(3)+2(−2)2(3)+(−1)(−2)]=951[12−1−18]This matches Option B.Answer:Option B: 951[12−1−18]