Evaluate the Summation sum from i=1 to 8 of 3i
Problem
Solution
Identify the constant factor in the summation. Since
3 is a constant, it can be moved outside the summation symbol.
Apply the formula for the sum of the first
n integers, which is(∑_i=1^n)(i)=(n*(n+1))/2 In this case,n=8
Simplify the expression inside the parentheses and perform the division.
Multiply the result of the summation by the constant factor
3 that was moved outside earlier.
Final Answer
Want more problems? Check here!