Evaluate the Summation sum from i=1 to 7 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 and the number of termsn The common ratio is the base of the exponent, and the number of terms is the upper limit of the summation.
Apply the formula for the sum of a finite geometric series, which is
(S_n)=(a*(rn−1))/(r−1)
Simplify the expression by calculating the power and performing the subtraction.
Final Answer
Want more problems? Check here!