Concept:Use the matrix identity A⋅adjA=∣A∣I and equate it with AAT.Explanation:For A=[5a3−b2], the determinant is ∣A∣=10a+3b.Since A⋅adjA=∣A∣I, the given condition reduces to ∣A∣I=AAT.Compute AAT=[25a2+b215a−2b15a−2b13].Equating this with [10a+3b0010a+3b] gives the equations:15a−2b=0 and 10a+3b=13.From 15a−2b=0, we get b=215a.Substituting into 10a+3b=13:10a+3(215a)=13⇒265a=13⇒a=52.Then b=215⋅52=3.Therefore 5a+b=5⋅52+3=5.Answer:5a+b=5, i.e., option B.