Evaluate the Summation sum from i=1 to 24 of 4i
Problem
Solution
Factor out the constant
4 from the summation, as it does not depend on the indexi
Identify the formula for the sum of the first
n integers, which is(∑_i=1^n)(i)=(n*(n+1))/2
Substitute
n=24 into the formula to calculate the sum of the integers from1 to24
Simplify the expression by performing the arithmetic.
Multiply the result of the summation by the constant factor
4 that was factored out in step 1.
Final Answer
Want more problems? Check here!