Given arithmetic progressions, each of which consisting of terms, if their first terms are and common differences are respectively, what is the sum of all the terms of all the arithmetic progressions?
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.
Let us denote the sums of individual progressions as S 1 , S 2 , . . . . . . , S p . Then, we have :-
S 1 = 2 n [ 2 + ( n − 1 ) ]
S 2 = 2 n [ 4 + ( n − 1 ) 3 ]
S 3 = 2 n [ 6 + ( n − 1 ) 5 ]
..............so on till the last sum
S p = 2 n [ ( 2 p − 1 ) n + 1 ]
Hence, the required sum = 2 n [ ( n + 1 ) + ( 3 n + 1 ) + . . . . + ( ( 2 p − 1 ) ( n − 1 ) ) ] = 2 n [ ( n + 3 n + 5 n + . . . . . + ( 2 p − 1 ) n ) + p ] = 2 n [ n ( 1 + 3 + 5 + . . . . + ( 2 p − 1 ) ) + p ] = 2 n [ n p 2 + p ] = 2 n p ( n p + 1 ) .