Evaluate the Summation sum from i=1 to 4 of 4n+1
Problem
Solution
Identify the terms of the summation by substituting the index
i with each integer from1 to4 Substitute
i=1 to find the first term:4 (1) + 1 = 5$.Substitute
i=2 to find the second term:4 (2) + 1 = 9$.Substitute
i=3 to find the third term:4 (3) + 1 = 13$.Substitute
i=4 to find the fourth term:4 (4) + 1 = 17$.Sum the calculated terms together:
5 + 9 + 13 + 17$.Calculate the final total:
5 + 9 = 14, 4 + 13 = 27,a*n*d 7 + 17 = 44$.
Final Answer
Want more problems? Check here!