Concept:For any arithmetic progression, the nth term an can be found using an=Sn−Sn−1.Explanation:Given Sn=5n2+7n.First, find S10 and S9:S10=5(10)2+7(10)=5⋅100+70=500+70=570.S9=5(9)2+7(9)=5⋅81+63=405+63=468.Thus, 10th term a10=S10−S9=570−468=102.Alternatively, derive general term: an=Sn−Sn−1=(5n2+7n)−[5(n−1)2+7(n−1)]=10n+2.For n=10, a10=10(10)+2=102.Answer:The 10th term is 102, which corresponds to option D.