Concept:The nth term Tn of a sequence is the difference between the sum of n terms Sn and the sum of n−1 terms Sn−1: Tn=Sn−Sn−1.Explanation:Given Sn=5n2+2n.First find Sn−1: replace n by n−1.Sn−1=5(n−1)2+2(n−1)=5(n2−2n+1)+2n−2=5n2−10n+5+2n−2=5n2−8n+3.Now Tn=Sn−Sn−1=(5n2+2n)−(5n2−8n+3)=5n2+2n−5n2+8n−3=10n−3.Answer:The nth term is 10n−3, which corresponds to option D.