Question 141070
Show that if the sum of an arithmetic series with an odd number of terms is 0, then one of the terms of the series must be 0. (Hint: let the number of terms be 2k + 1. Show that a1 = -kd. Then find the (k + 1)st term.)
<pre><font size = 4 color = "indigo"><b>
          S<sub>n</sub> = 0                       (given)

     S<sub>n</sub> = {{{n/2}}}[2a<sub>1</sub> + (n-1)d]           (formula for sum of the first n terms) 

       {{{n/2}}}[2a<sub>1</sub> + (n-1)d] = 0            (Both sides equal Sn) 

           2a<sub>1</sub> + (n-1)d = 0            (Divide both sides by {{{n/2}}}

        2a<sub>1</sub> + (2k+1-1)d = 0            (Substitute 2k+1 for n) 

              2a<sub>1</sub> + 2kd = 0            (Simplification)

                    2a<sub>1</sub> = -2kd         (Subtract 2kd from both sides

                     a<sub>1</sub> = -kd          (Divide both sides by 2) 

Now we find a<sub>k+1</sub>

             a<sub>n</sub> = a<sub>1</sub> + (n-1)d          (Formula for the nth term) 

           a<sub>k+1</sub> = -kd + (k+1-1)d       (Substituting k+1 for n 
                                        and -kd for a1  
            
           a<sub>k+1</sub> = -kd + kd             (Simplification)  

           a<sub>k+1</sub> = 0                    (Simplification) 

Edwin</pre>