Concept:The nth term of an arithmetic progression (AP) is Tn​=a+(n−1)d, where a is the first term and d is the common difference.Explanation:Let a be the first term and d the common difference of the AP.The (p+q)th term is Tp+q​=a+(p+q−1)d.The (p−q)th term is Tp−q​=a+(p−q−1)d.Add these two terms:Tp+q​+Tp−q​=[a+(p+q−1)d]+[a+(p−q−1)d].Simplify: =2a+(p+q−1+p−q−1)d=2a+(2p−2)d.Factor out 2: =2[a+(p−1)d].Notice that [a+(p−1)d] is exactly the pth term, Tp​.Hence, Tp+q​+Tp−q​=2×Tp​.Answer:Twice the pth term. (Option C)