Question
Question: Sum upto n terms 1.3 + 3.5 + 5.7 + …… + T<sub>n</sub> =...
Sum upto n terms 1.3 + 3.5 + 5.7 + …… + Tn =
A
31n (4n2 + 6n – 1)
B
31 n(4n2 + 3n + 3)
C
61n (4n2 + 6n – 1)
D
None
Answer
31n (4n2 + 6n – 1)
Explanation
Solution
Tn = (2n – 1).(2n + 1) = 4n2 –1
Sn = S (4n2 – 1)= 64n(n+1)(2n+1)−n
=
= (4n2 + 6n – 1)