Concept:For a sequence whose sum of first n terms is Sn, the nth term is given by Tn=Sn−Sn−1.Explanation:Given Sn=2n2−5.To find the 6th term, use T6=S6−S5.First, S6=2(62)−5=2(36)−5=72−5=67.Next, S5=2(52)−5=2(25)−5=50−5=45.Therefore, T6=67−45=22.Answer:The 6th term is 22, which is option D.