Concept:For any square matrix, A(adjA)=∣A∣I.Compare this with the given equation A(adjA)=AAT.Explanation:Given A=[5a3−b2].The determinant is ∣A∣=(5a)(2)−(−b)(3)=10a+3b.Therefore, A(adjA)=∣A∣I=[10a+3b0010a+3b].Now compute AT=[5a−b32].So, AAT=[5a3−b2][5a−b32]=[25a2+b215a−2b15a−2b13].Equating A(adjA) and AAT gives the off-diagonal equation 15a−2b=0.Hence, b=215a.Equating the bottom-right entries gives 10a+3b=13.Substitute b=215a: 10a+245a=13.This simplifies to 265a=13, so a=52.Then b=215×52=3.Finally, 5a+b=5(52)+3=5.Answer:5, i.e. option C.