Evaluate the Summation sum from n=1 to 20 of 2n+1
Problem
Solution
Identify the type of sequence being summed. The expression
2*n+1 is a linear function ofn which indicates an arithmetic series.Determine the first term
(a_1) by substitutingn=1 into the expression.
Determine the last term
(a_20) by substitutingn=20 into the expression.
Apply the formula for the sum of an arithmetic series, which is
(S_k)=(k*((a_1)+(a_k)))/2 wherek is the number of terms.
Simplify the expression to find the total sum.
Final Answer
Want more problems? Check here!