The sum of n terms of a+b, 2a, 3a-b, ..... is
(a) n(a-b)+2b
(b) n(a+b)
Answers
Step-by-step explanation:
formula :- Tn = a+(n-1)d
a = a+b , d = 2a - ( a+b)
d = a-b
n संख्याओं का योग = (a+b) + (n-1)(a-b)
= (a+b)+n(a-b) -1(a-b)
= a+b+ na-nb-a+b
= 2b + n(a-b)
= n(a-b) + 2b
The correct answer is .
Given: Sequence = a+b, 2a, 3a-b, ......
To Find: Sum of n terms of series.
Solution:
Sum of an arithmetic progression = .
where n is number if terms, a is first term, d is common difference.
Here,
First term = a+b
Number of terms = n
Common difference = difference between any two consecutive terms.
Common difference = second term - first term
= 2a - (a+b)
= 2a-a-b
Common difference = a-b
Now put values in formula of sum of terms.
Sum of an arithmetic progression =
=
=
=
Hence, the sum of n terms of series is .
#SPJ2