Evaluate the Summation sum from k=1 to 5 of 6k
Problem
Solution
Identify the summation expression, which requires calculating the sum of the terms
6*k as the indexk takes every integer value from1 to5 Expand the summation by substituting each value of
k into the expression6*k
Multiply each term to find the individual values.
Add the resulting values together to find the total sum.
Final Answer
Want more problems? Check here!