Question
Summing a finite geometric series with a large final term
Original question: Find the sum of the following series. Round to the nearest hundredth if necessary.
Sum of a finite geometric series:
Answer Attempt 1 out of 3
Submit Answer
Expert Verified Solution
Expert intro: This problem is a finite geometric series with a known first term, common ratio, and last term. The main goal is to determine how many terms are present, then apply the standard sum formula accurately.
Detailed walkthrough
Identify the pattern of the sequence
The series is
Each term is obtained by multiplying the previous term by 2, so this is a geometric sequence with
Because the final term is given, we can find the number of terms before calculating the sum.
Find the number of terms
For a geometric sequence,
Set the last term equal to 147456:
Divide by 9:
Since
we get
So there are 15 terms in the series.
Apply the finite geometric series formula
Use
Substitute , , and :
Since , this becomes
Now compute:
so
Final answer
The sum of the series is
Because the question asks for the nearest hundredth only if necessary, and this sum is an integer, no decimal rounding is needed.
💡 Pitfall guide
A frequent mistake is to try to add the terms manually without first finding the number of terms. In a geometric series, the last term is extremely useful because it lets you solve for quickly. Another error is using the common ratio formula with the wrong first term after spotting or first instead of starting from 9. Students also sometimes forget that the series doubles each time, so the ratio is 2, not 9 or 18.
🔄 Real-world variant
If the same series were written as , the method would be identical, but the first term would be 18 and the number of terms would still be found from the final term. A variant question might ask for the sum of only the first 10 terms of the original sequence. In that case, you would not use the last term at all; instead, you would use directly in the geometric series formula.
🔍 Related terms
common ratio, finite series sum, geometric progression
FAQ
How do you find the number of terms in a geometric series when the last term is given?
Use the nth-term formula a_n = a_1 r^(n-1), set it equal to the last term, and solve for n.
What formula gives the sum of a finite geometric series?
Use S_n = a_1(1-r^n)/(1-r) or the equivalent form a_1(r^n-1)/(r-1). Choose the version that is easiest to evaluate for the common ratio.