

InterviewSolution
Saved Bookmarks
1. |
The sum of first n terms of an AP is (5n - n2). The nth term of the AP is(a) ( 5 - 2n) (b) ( 6 – 2n) (c) (2n – 5) (d) (2n – 6) |
Answer» Let Sn denotes the sum of first n terms of the AP. ∴ Sn = 5n - n2 \(\Rightarrow\) Sn-1 = 5(n - 1) - (n - 1)2 = 5n - 5 - n2 + 2n - 1 = 7n - n2 - 6 ∴ nth term of the AP, an = Sn - sn-1 = (5n - n2) - (7n - n2 - 6) Thus, the nth term of the AP is (6 - 2n). |
|