Question
Question: If the sum of the first four terms of an A.P is 40 and that of the first 14 terms is 280. Find the s...
If the sum of the first four terms of an A.P is 40 and that of the first 14 terms is 280. Find the sum of its first n terms.
Solution
Hint: In this question it is given that the sum of the first four terms of an A.P is 40 and that of the first 14 terms is 280. We have to find the sum of its first n terms. So to find the solution we need to find the first term and the common difference of this arithmetic progression(A.P) and after that we are able to find the summation of first n terms, which is Sn=2n(2a+(n−1)d).........(1)
Where a is the first term and d is the common difference.
Complete step-by-step answer:
Here given, the sum of the first four terms of an A.P is 40.
Therefore, n=4 and Sn=40.
Let us consider the first term of the A.P be a and common difference d.
Therefore by formula (1) we can write,
S4=24(2a+(4−1)d)
⇒40=2(2a+3d)
⇒2(2a+3d)=40
⇒(2a+3d)=240
⇒(2a+3d)=20.........(2)
Also the sum of first 14 terms is 280, so by the formula (1) we can write,
S14=214(2a+(14−1)d) [n=14]
⇒280=7(2a+13d)
⇒7(2a+13d)=280
⇒(2a+13d)=7280
⇒(2a+13d)=40..........(3)
Now we have to solve the above equations in order to get the solution.
Subtracting (2) from (3) we get,
(2a+13d)−(2a+3d)=40−20
⇒2a+13d−2a−3d=20
⇒10d=20
⇒d=1020
⇒d=2
Now by putting the value of d in equation (2) we get,
2a+3d=20
⇒2a+3×2=20
⇒2a+6=20
⇒2a=20−6
⇒2a=14
⇒a=214
⇒a=7
Therefore the first term of the given A.P is 7 and the common difference is 2.
Now by formula (1), the sum of first n terms,
Sn=2n(2a+(n−1)d)
=2n(2×7+(n−1)×2)
=2n×2(7+(n−1)) [ taking 2 common from each term]
=n(7+n−1)
=n(6+n)
=n(n+6)
Therefore the sum of first n terms is n(n+6).
Note: While solving Arithmetic progression related problems you need to know that Arithmetic Progression (AP) is a sequence of numbers in order in which the difference of any two consecutive numbers is a constant value. For example, the series of natural numbers: 1,2,3,4,5,6,… is an AP, which has a common difference between two successive terms (say 1 and 2) equal to 1 (2 -1). So in general we can write the sequence of numbers as: a, (a+d), (a+2d), (a+3d),.......
Where a is the first term and d is the common difference and to find any element or summation of n terms we need to know the value of a and d.