Evaluate the Summation sum from i=1 to 15 of -i-6
Problem
Solution
Split the summation into two separate parts using the linearity property of sums.
Apply the arithmetic series formula for the first part, where
(∑_i=1^n)(i)=(n*(n+1))/2
Apply the constant sum formula for the second part, where
(∑_i=1^n)(c)=n*c
Combine the results to find the final value.
Final Answer
Want more problems? Check here!