Evaluate the Summation sum from i=1 to 8 of 2^(i-1)
Problem
Solution
Identify the type of series. The expression
2(i−1) represents a geometric series where the first terma is found by substitutingi=1
Determine the common ratio
r by looking at the base of the exponential term.
Identify the number of terms
n in the summation, which is the upper limit of the sum.
Apply the formula for the sum of a finite geometric series
(S_n)=(a*(1−rn))/(1−r)
Simplify the expression by calculating the power and performing the subtraction.
Calculate the final value.
Final Answer
Want more problems? Check here!