Evaluate the Summation sum from k=10 to 60 of 2k
Problem
Solution
Factor out the constant
2 from the summation to simplify the expression.
Rewrite the summation as the difference of two sums starting from
k=1 to use the standard arithmetic series formula.
Apply the formula for the sum of the first
n integers, which is(∑_k=1^n)(k)=(n*(n+1))/2
Calculate the values of the two sums.
Subtract the smaller sum from the larger sum to find the value of the series from
k=10 to60
Multiply by the constant
2 that was factored out in the first step.
Final Answer
Want more problems? Check here!