Question
Question: Given p A.P’s, each of which consists of n terms. If their first terms are 1, 2, 3, -----, p and com...
Given p A.P’s, each of which consists of n terms. If their first terms are 1, 2, 3, -----, p and common differences are 1, 3, 5, ---, 2p –1 respectively, then sum of the terms of all the progressions is
A
21np(np+1)
B
21n(p + 1)
C
np(n+1)
D
None of these .
Answer
21np(np+1)
Explanation
Solution
The rth A. P. has first term r and common difference 2r – 1. Hence sum of its n terms = 2n[2r+(n−1)(2r−1)].
The required sum = ∑r=1p2n[2r+(n−1)(2r−1)]
= n∑r=1pr+2n(n−1)[2∑r=1pr−∑r=1p1]
= 2np(p+1)+2n(n−1)[p(p+1)−p]
=2np(np+1).