Evaluate the Summation sum from i=1 to 20 of (i-1)^2
Problem
Solution
Change the index of the summation to simplify the expression by letting
k=i−1 Determine the new limits for the summation: when
i=1 k=0 wheni=20 k=19 Rewrite the sum using the new variable
k
Remove the zero term since
0=0 which does not change the value of the sum.
Apply the power sum formula for the sum of the first
n squares, which is(∑_k=1^n)(k2)=(n*(n+1)*(2*n+1))/6 Substitute
n=19 into the formula.
Simplify the arithmetic expression.
Calculate the final product.
Final Answer
Want more problems? Check here!