Given that an arithmetic progression has a first term -5 and a third term of 12, find the sum of the first 5 terms.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I really like that solution. Nice one.
1
s
t
term of given arithmetic progression,
a
1
=
−
5
3
r
d
term of given arithmetic progression,
a
3
=
1
2
Using the general formula for
n
t
h
term of an
A.P.
, we can write,
a
3
=
a
1
+
(
3
−
1
)
d
⟹
1
2
=
−
5
+
2
d
⟹
1
7
=
2
d
⟹
d
=
2
1
7
Now, using value of
d
, we can calculate
5
t
h
term of the
A.P.
as follows:
a
5
=
a
1
+
4
d
⟹
a
5
=
−
5
+
(
4
×
2
1
7
)
⟹
a
5
=
−
5
+
3
4
⟹
a
5
=
2
9
Applying the formula for sum of A.P. , S n = 2 n ( a 1 + a n )
Putting in the corresponding values gives us,
S
5
=
2
5
(
−
5
+
2
9
)
⟹
S
5
=
2
5
×
2
4
⟹
S
5
=
6
0
ALTERNATIVE METHOD:
Find the common difference as shown in previous method and apply the direct formula given below for summation of A.P. : S n = 2 n ( 2 a 1 + ( n − 1 ) d )
Putting
n
=
5
,
a
1
=
−
5
and
d
=
2
1
7
, we get,
S
5
=
2
5
(
2
(
−
5
)
+
(
5
−
1
)
2
1
7
)
⟹
S
5
=
2
5
(
−
1
0
+
3
4
)
⟹
S
5
=
2
5
×
2
4
⟹
S
5
=
6
0
Find common difference:
Since a n = a 1 + ( n − 1 ) d
Therefore a 3 = − 5 + ( 3 − 1 ) d
1 2 = − 5 + 2 d
Hence d = 8.5
Find Sum:
Sum of an arithmetic series is S n = 2 n [ 2 a + ( n − 1 ) d ]
Therefore sum of first five terms is
S 5 = 2 5 [ 2 ( − 5 ) + ( 5 − 1 ) ( 8 . 5 ) ]
S 5 = 2 5 [ − 1 0 + 3 4 ]
S 5 = 6 0
Alternatively you can find all first five terms and sum them
First five terms should be -5, 3.5, 12, 20.5, 29, 37.5. (Continue adding 8.5 to first term)
-5 + 3.5 +12 + 20.5 + 29 + 37.5 = 60
It is amazing to see such a variety of methods to solve this problem. Nice problem and solution :)
Log in to reply
Cheers! I never ever imagined such terrific response, and its amazing to see how many ways there are to answer it
Notice that:
T 5 − T 3 = T 3 − T 1 T 5 = 2 T 3 − T 1 = 2 ( 1 2 ) − ( − 5 ) = 2 9
Therefore,
S 5 = 2 5 ( − 5 + 2 9 ) = 2 5 ( 2 4 ) = 5 ( 1 2 ) = 6 0
Problem Loading...
Note Loading...
Set Loading...
Call a 1 ; a 2 ; a 3 ; a 4 ; a 5 are that sequence. Cause it follow an arithmetic progression, a 1 + a 2 + a 3 + a 4 + a 5 = ( a 3 − 2 d ) + ( a 3 − d ) + a 3 + ( a 3 + d ) + ( a 3 + 2 d ) = 5 a 3 + ( 2 d − 2 d ) + ( d − d ) = 5 a 3 = 5 × 1 2 = 6 0 I don't think you need to show the 1 s t term.