find the sum to n terms of AP whose kth term is 5K + 1
Answers
Answered by
142
On putting k=1,we get 1st term a1=5(1)+1=6,a2=5(2)+1=11, common difference d=a2-a1=11-6=5
So sum of n terms =n/2[2(6)+(n-1)5]
=n/2(12+5n-5)
=n/2(5n+7)
=(5n^2+7n)/2
So sum of n terms =n/2[2(6)+(n-1)5]
=n/2(12+5n-5)
=n/2(5n+7)
=(5n^2+7n)/2
Answered by
26
we have to find the sum of n terms of an AP of which kth term is 5k + 1
Solution : method 1 :
It has given that,
sum of n terms =
=
=
= 5n(n + 1)/2 + n
= n [5n/2 + 5/2 + 1]
= n [ 5n/2 + 7/2 ]
= n (5n + 7)/2
Therefore the sum of n terms of AP is n(5n + 7)/2.
method 2 : kth term,
first term, t₁ = 5 × 1 + 1 = 6
2nd term, t₂ = 5 × 2 + 1 = 11
common difference, d = 11 - 6 = 5
using formula,
so, sum of n terms = n/2 [2 × 6 + (n - 1) × 5]
= n/2 [12 + 5n - 5 ]
= n(5n + 7)/2
Therefore the sum of n terms of AP is n(5n + 7)/2
Similar questions