Evaluate the Summation sum from i=1 to 16 of 3i+2
Problem
Solution
Identify the type of sequence being summed. The expression
3*i+2 is linear in terms ofi which indicates an arithmetic series.Determine the number of terms
n Since the indexi goes from1 to16 there aren=16 terms.Calculate the first term
(a_1) by substitutingi=1 into the expression.
Calculate the last term
(a_16) by substitutingi=16 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!