Evaluate the Summation sum from i=5 to 13 of 3i+2
Problem
Solution
Identify the type of sequence being summed. The expression
3*i+2 is linear, meaning this is an arithmetic series.Determine the number of terms
n in the summation. The index goes fromi=5 toi=13
Calculate the first term
(a_1) by substituting the lower limiti=5 into the expression.
Calculate the last term
(a_n) by substituting the upper limiti=13 into the expression.
Apply the formula for the sum of an arithmetic series, which is
(S_n)=(n*((a_1)+(a_n)))/2
Simplify the expression to find the final sum.
Final Answer
Want more problems? Check here!