Question
Question: the value of the sum \[1 \cdot 2 \cdot 3 + 2 \cdot 3 \cdot 4 + 3 \cdot 4 \cdot 5 + ......\] upto \[n...
the value of the sum 1⋅2⋅3+2⋅3⋅4+3⋅4⋅5+...... upto n terms is
(A) 61n2(2n2+1)
(B) 61(n2−1)(2n−1)(2n+3)
(C) 81(n2+1)(n2+5)
(D) 41n(n+1)(n+2)(n+3)
Solution
here, we use the standard formulas for summation of n,n2and n3 terms.
Complete step-by-step answer:
Given, the sum is 1⋅2⋅3+2⋅3⋅4+3⋅4⋅5+......
The nthterm of the sum is given by n(n+1)(n+2)
Then the sum is given by r=1∑nr(r+1)(r+2)
⇒r=1∑n(r2+r)(r+2)
⇒r=1∑n(r3+3r2+2r)
⇒r=1∑nr3+3r=1∑nr2+2r=1∑nr
Now, the sum can be found using the standard formulas for summation of n,n2and n3 terms which are given by
r=1∑nr=21n(n+1)
r=1∑nr2=61n(n+1)(2n+1)
r=1∑nr3=41n2(n+1)2
⇒the sum r=1∑nr3+3r=1∑nr2+2r=1∑nr is given by
41n2(n+1)2+3⋅61n(n+1)(2n+1)+2⋅21n(n+1)
⇒41n2(n+1)2+21n(n+1)(2n+1)+n(n+1)
⇒41n(n+1)[n(n+1)+2n(2n+1)+4]
⇒41n(n+1)[n2+n+4n+2+4]
⇒41n(n+1)(n2+5n+6)
⇒41n(n+1)(n2+3n+2n+6)
⇒41n(n+1)[n(n+3)+2(n+3)]
⇒41n(n+1)(n+2)(n+3)
Therefore, (D) 41n(n+1)(n+2)(n+3) is the required solution.
Note: in these types of questions always try to find the nth term.