Concept:Sum of next m terms = total sum of first (n+m) terms minus sum of first n terms.Explanation:Let the first term be a and common difference d.Sum of first n terms: Sn​=2n​[2a+(n−1)d]=0.Since nî€ =0, we get 2a+(n−1)d=0, so d=n−1−2a​.Sum of first (n+m) terms: Sn+m​=2n+m​[2a+(n+m−1)d].Substitute d: Sn+m​=2n+m​[2a+(n+m−1)(n−1−2a​)].Simplify: Sn+m​=a(n+m)[1−n−1n+m−1​]=a(n+m)[n−1(n−1)−(n+m−1)​]=a(n+m)(n−1−m​)=n−1−am(n+m)​.Since Sn​=0, the sum of next m terms equals Sn+m​.Answer:n−1−am(m+n)​