SOLUTION: hi i want to ask that how can i find the sum of the equations like 1*+2*+......+n* where * = 2
Algebra
->
Sequences-and-series
-> SOLUTION: hi i want to ask that how can i find the sum of the equations like 1*+2*+......+n* where * = 2
Log On
Algebra: Sequences of numbers, series and how to sum them
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Sequences-and-series
Question 6616
:
hi
i want to ask that how can i find the sum of the equations like
1*+2*+......+n* where * = 2
Answer by
khwang(438)
(
Show Source
):
You can
put this solution on YOUR website!
Note that itis important to know how to write the power notation.
1^2+2^2+......+n^2
= n(n+1)(2n+1)/6
and try to prove it by induction.
Kenny