Concept:Let three numbers in G.P. be a,ar,ar2. Use sum and sum of pairwise products to find a and r.Explanation:Sum: a+ar+ar2=a(1+r+r2)=52 Sum of products in pairs: a⋅ar+ar⋅ar2+a⋅ar2=a2r+a2r3+a2r2=a2r(1+r+r2)=624 From first, 1+r+r2=a52​. Substitute into second: a2r⋅a52​=52ar=624 So ar=12 (the middle term). Then a+ar2=52−12=40. Since a=r12​, we have r12​+12r=40 Multiply by r: 12+12r2=40r⇒12r2−40r+12=0 Divide by 4: 3r2−10r+3=0⇒(3r−1)(r−3)=0 So r=3 or r=31​. For r=3, a=312​=4, numbers: 4,12,36. For r=31​, a=36, same set.Answer:The numbers are 4,12,36, which corresponds to option A.