Concept:The product of n geometric means inserted between two numbers equals the nth power of the single geometric mean between them.Explanation:Let the two numbers be a and b with b>a>0.Insert n geometric means G1,G2,…,Gn between a and b.These form a geometric progression: a,G1,G2,…,Gn,b.Let the common ratio be r. Then Gk=ark for k=1,2,…,n and b=arn+1.Product of the n means: k=1∏nGk=anr1+2+⋯+n=anr2n(n+1).The single geometric mean between a and b is ab=a⋅arn+1=ar2n+1.Its nth power: (ab)n=anr2n(n+1).Both expressions are equal, so the statement is true.Answer:True