Concept:For a square matrix A, the property A⋅adjA=AAT helps compare entries after expanding both products.Explanation:For A=[5a3−b2], first find adjA.Cofactors are: A11=2, A12=−3, A21=b, A22=5a.So adjA=[2−3b5a].Now compute both sides:AadjA=[5a3−b2][2−3b5a]=[10a+3b0010a+3b]Also, AT=[5a−b32], henceAAT=[25a2+b215a−2b15a−2b13]Equating corresponding entries gives:15a−2b=0 and 10a+3b=13.From 15a−2b=0, we get b=215a.Substitute into 10a+3b=13:10a+3(215a)=13⇒265a=13⇒a=52.Then b=215⋅52=3.Therefore, 5a+b=5(52)+3=2+3=5.Answer:5a+b=5, which is option D.