Evaluate the Summation sum from k=1 to 4 of 2k
Problem
Solution
Identify the terms of the summation by substituting the integer values of
k from the lower limitk=1 to the upper limitk=4 Substitute
k=1 into the expression2*k to find the first term:2 (1) = 2$.Substitute
k=2 into the expression2*k to find the second term:2 (2) = 4$.Substitute
k=3 into the expression2*k to find the third term:2 (3) = 6$.Substitute
k=4 into the expression2*k to find the fourth term:2 (4) = 8$.Sum the calculated terms together to find the total value.
Final Answer
Want more problems? Check here!