Given the sum of the first n terms of the A.P. is Sn=3n2+5n.
The n-th term of the A.P. is given by:
Tn=Sn−Sn−1
Tn=(3n2+5n)−[3(n−1)2+5(n−1)]
Tn=3n2+5n−[3(n2−2n+1)+5n−5]
Tn=3n2+5n−(3n2−6n+3+5n−5)
Tn=6n+2
We need to find the sum of the squares of the first 10 terms:
n=1∑10Tn2=n=1∑10(6n+2)2
n=1∑10Tn2=n=1∑10(36n2+24n+4)
n=1∑10Tn2=36n=1∑10n2+24n=1∑10n+n=1∑104
Using the formulas for the sum of squares and sum of first n natural numbers:
n=1∑10Tn2=36(610×11×21)+24(210×11)+4×10
n=1∑10Tn2=36(385)+24(55)+40
n=1∑10Tn2=13860+1320+40=15220
Answer: 15220