

InterviewSolution
Saved Bookmarks
1. |
Find the sum of first 15 terms of sequences having nth term as:xn = 6 – n |
Answer» Given an A.P. whose nth term is given by xn = 6 – n To find the sum of the n terms of the given A.P., using the formula Sn = \(\frac{n(a \,+\, l)}{2}\) Where, a = the first term l = the last term. Putting n = 1 in the given xn, we get a = 6 – 1 = 5 For the last term (l), here n = 15 a15 = 6 – 15 = -9 So, Sn = \(\frac{15(5 \,–\, 9)}{2}\) = 15 x (-2) = -30 Therefore, the sum of the 15 terms of the given A.P. is S15 = -30 |
|