Contents

One formula. Thirty seconds if you know whether the exponent is n or n – 1.
Two minutes if you don’t, because you’ll calculate the 10th term using r10, get an answer that’s not among the choices, and spend the rest of that time trying to figure out what went wrong.
Geometric progression problems break at the indexing—not because exponents are hard, but because the formulas hide a subtraction you’re supposed to remember (n – 1 in the term formula, just n in the sum formula), and sequences that start at n = 0 instead of n = 1 turn “find the first 8 terms” into a counting puzzle you’re solving while the clock runs.
The formula an = a1 × r(n-1) handles any term you need. The series formula Sn = a1 × (1 – rn) / (1 – r) handles any sum.
The challenge isn’t the multiplication—it’s knowing which formula matches what you’re solving for, extracting a1 and r from whatever format they give you, and counting terms correctly when indices don’t start at 1.
This guide walks you through a systematic approach that works on any geometric progression problem the FE throws at you—from finding a specific term deep in a sequence to calculating the sum of dozens of terms under time pressure.
You’ll learn exactly which formula to use based on what you’re solving for, how to extract the first term and common ratio without second-guessing, and how to count terms when sequences start at n = 0 without being off by one.
Before we walk through it step by step, watch this short video. It shows you the full process from identifying the pattern in a sequence to writing the general formula to summing finite terms using the series equation.
You’ll see exactly where students typically lose points on these problems—mixing up the term formula with the sum formula, or miscounting which term is “first” when indexing starts at zero—and how to avoid those traps completely.
What You’ll Learn in This Guide
Here’s what we’re covering and what you’ll walk away knowing.
Core concept: A geometric progression is a sequence where each term equals the previous term multiplied by a fixed number called the common ratio.
Key formulas:
- nth term: an = a1 × r(n-1)
- Sum of first n terms: Sn = a1 × (1 – rn) / (1 – r)
Decision rules:
- If solving for a single term → use the term formula (exponent is n – 1)
- If solving for a sum → use the series formula (exponent is n)
- Always identify a1 (first term) and r (common ratio) before plugging in
- When sequences start at n = 0, count indices explicitly to avoid off-by-one errors
What you’ll be able to do: Read any geometric progression problem, identify what you’re solving for, extract the right values from whatever format they give you, choose the correct formula without hesitation, and execute the algebra without exponent or indexing mistakes.
What Is Geometric Progression?

A geometric progression is a sequence of numbers where you get from one term to the next by multiplying by the same fixed number every time. That fixed multiplier is called the common ratio.
So if you start with 3 and multiply by 2 each time, you get 3, 6, 12, 24, 48—that’s a geometric progression with a common ratio of 2. If you start with 100 and multiply by 0.5 each time, you get 100, 50, 25, 12.5, 6.25—still geometric progression, just shrinking instead of growing.
In practical terms, this pattern shows up when things compound. Money growing with interest. Populations doubling. Medication leaving your system at a constant percentage per hour. Anything that changes by a fixed multiplier per step follows this structure.
On the FE Exam, geometric progression shows up when you need to find a specific term deep in a sequence without writing out every term, or when you need the total of many terms without adding them one by one. The formulas let you jump straight to the answer—but only if you set them up correctly.
The key is recognizing the pattern, naming the parts, and knowing which formula handles what you’re being asked.
How to Work Through Geometric Progression Problems

You’ve got an = a1 × r(n-1) written down for finding a term, or Sn = a1 × (1 – rn) / (1 – r) for finding a sum.
Now you need to plug in values, and this is where the setup either holds together or falls apart based on whether you use n or n – 1 in the exponent, whether you count terms starting from 0 or from 1, and whether you grabbed the term formula when you needed the series formula.
The workflow below removes that uncertainty. It’s the same three moves every time: identify what you’re solving for first, extract a1 and r from whatever format they give you, then match those to the right formula with the correct exponent.
Let’s lay it out.
Step 1: Read the problem and identify what you’re solving for
The first thing you need to do is figure out whether they want a single term or a total sum.
If the problem asks for “the 15th term” or “the value of a20,” you’re finding one term—use the term formula.
If the problem asks for “the sum of the first 12 terms” or uses summation notation, you’re finding a total—use the series formula.
Write down which one you’re using before you do anything else. This decision controls everything that follows.
Step 2: Identify the first term (a1) and the common ratio (r)
Now that you know which formula you need, extract the two values every geometric progression problem gives you: the first term and the common ratio.
If they give you a sequence, identify the first term directly and calculate r by dividing any term by the one before it.
If they give you a formula like an = 8 × (0.5)n that starts at n = 0, evaluate at n = 0 to find a1: that’s 8 × (0.5)0 = 8 × 1 = 8. The base of the exponent is your common ratio: r = 0.5.
If they give you a formula that starts at n = 1, evaluate at n = 1 to find the first term, and the base is still r.
Write down a1 and r clearly before moving on. These are the only two inputs you need for either formula.
Step 3: Choose the correct formula and plug in your values
You’ve identified what you’re solving for (term or sum), and you’ve got a1 and r. Now match those to the right formula.
For a single term:
an = a1 × r(n-1)
Plug in a1, r, and the term number n. The exponent is always n – 1, not n. If they ask for the 10th term, the exponent is 9.
For the sum of the first n terms:
Sn = a1 × (1 – rn) / (1 – r), where r ≠ 1
Plug in a1, r, and n (the number of terms you’re summing). The exponent here is n, not n – 1.
Write the formula with symbols first, then substitute the numbers. Do the exponent calculation carefully—this is where most errors happen.
Example Problem: Geometric Progression

The workflow handles term problems and sum problems the same way—identify what you’re solving for, extract a1 and r, then plug into the right formula. Let’s work through a sum problem where the sequence is given as a formula and you need to count terms carefully.
This kind of setup—where they define the sequence with exponent notation and ask for a sum—is exactly what shows up on the FE. The execution is clean if you follow the structure.
With that laid out, let’s put these steps into practice.
This problem states:
A) 15.5
B) 15.75
C) 16.0
D) 16.25
Solution: Geometric Progression

When you see an = 8 × (0.5)n where n starts at 0, and they ask for “the sum of the first 6 terms,” the question isn’t whether to rush or freeze—it’s whether n = 0 counts as the first term, whether the terms run from 0 to 5 or from 1 to 6, and whether that means you plug n = 6 into the series formula or n = 5.
Get the counting right, and the formula does the work.
Miscount by one, and you’ll sum seven terms when you needed six, or five terms when you needed six, and your answer won’t be close to any choice.
This is exactly why we use a workflow—it forces you to write out the indices explicitly before you plug anything in, so you’re not trusting memory or instinct when the sequence starts at zero instead of one.
Let me walk you through it step by step, the same way I would across the table.
Step 1: Read the problem and identify what you’re solving for
The first thing we need to do is confirm what we’re being asked. They want “the sum of the first 6 terms”—that’s asking for a total, not a single term.
So we’re using the series formula:
Sn = a1 × (1 – rn) / (1 – r)
Before we plug anything in, we need to identify a1, r, and n.
Step 2: Identify the first term (a1) and the common ratio (r)
Next, we need to extract the first term and the common ratio from the given formula.
They gave us an = 8 × (0.5)n, where n starts at 0.
To find the first term, evaluate at n = 0:
a1 = 8 × (0.5)0
a1 = 8 × 1
a1 = 8
The base of the exponent is the common ratio:
r = 0.5
Now we need to figure out n. They said “the first 6 terms” and the sequence starts at n = 0. So the terms are: n = 0, 1, 2, 3, 4, 5. That’s 6 terms total.
So n = 6.
Step 3: Choose the correct formula and plug in your values
We’ve confirmed we’re finding a sum, and we have a1 = 8, r = 0.5, and n = 6.
Plug into the series formula:
S6 = 8 × (1 – (0.5)6) / (1 – 0.5)
Calculate the exponent first:
(0.5)6 = 0.015625
Now substitute:
S6 = 8 × (1 – 0.015625) / (0.5)
S6 = 8 × (0.984375) / (0.5)
S6 = 7.875 / 0.5
S6 = 15.75
So the final answer to this problem is B) 15.75.
This tells us that if you add the first six terms of the sequence 8, 4, 2, 1, 0.5, 0.25, the total is 15.75—exactly what the series formula calculated without writing out and adding each term individually.
Common Mistakes to Avoid on Geometric Progression Problems

The moment you write a12 = a1 × r12 instead of r11, you’re off by one factor of r and your answer won’t match any choice.
You set up the formula correctly—you just forgot the exponent is n – 1, not n. That single subtraction you skip costs you the point.
These four mistakes account for most wrong answers on geometric progression problems.
Mistake 1: Using the term formula when you need the sum formula (or vice versa)
This happens when you see exponents and automatically reach for an = a1 × r(n-1) without checking whether they asked for “the 10th term” or “the sum of the first 10 terms.”
On the FE, if you use the wrong formula, your answer won’t just be slightly off—it’ll be in a completely different range. The term formula gives you one value. The sum formula gives you a cumulative total. They’re not interchangeable.
What it breaks: You calculate the 10th term when they wanted the sum of 10 terms, or you try to use the series formula to find a single term and end up with a nonsensical setup.
If you see the word “sum” or summation notation, write “Sn formula” at the top of your scratch work. If they ask for a specific term like “a15,” write “an formula.”
That decision comes first—everything else follows from it.
Mistake 2: Miscounting terms when the sequence starts at n = 0
This happens when the problem defines the sequence starting at n = 0, like an = 8 × (0.5)n for n ≥ 0, and they ask for “the first 8 terms.” You instinctively think n = 1 through n = 8, but the sequence actually runs from n = 0 to n = 7—that’s eight terms, not seven.
When you miscount, you either sum too few terms or plug the wrong n into the formula, and your answer is off by one term’s worth of value.
In our example, the sequence started at n = 0 and we needed the first 6 terms. That means n runs from 0 to 5: {0, 1, 2, 3, 4, 5}—six values total. If you thought n = 6 was the sixth term, you’d count seven terms and get the wrong sum.
What it breaks: The calculated sum doesn’t match any answer choice, or you get a term value that corresponds to the wrong position in the sequence.
If they want the first 8 terms starting at n = 0, list them: {0, 1, 2, 3, 4, 5, 6, 7}. Count them. That’s 8 values.
Now you know n = 8 is correct for the series formula, and the last term in your sum is at n = 7, not n = 8.
Mistake 3: Using n instead of n – 1 in the term formula exponent
This happens when you’re solving for an and you forget the exponent is n – 1, not n. You see “find the 12th term,” plug in a12 = a1 × r12, and calculate the wrong value.
The term formula is an = a1 × r(n-1) because you’re counting how many times you multiply by r to get from the first term to the nth term. From a1 to a2 is one multiplication (r1). From a1 to a12 is eleven multiplications (r11).
When you use rn instead of r(n-1), you’re off by one factor of r, and your answer is either too large (if r > 1) or too small (if r < 1). What it breaks: Your calculated term doesn't match any answer choice, or it matches a distractor designed to catch exactly this mistake.
If they ask for the 12th term, write a12 = a1 × r(12-1) = a1 × r11.
Let the algebra remind you to subtract 1 before you calculate the exponent.
Mistake 4: Forgetting to check that r is consistent across terms
This happens when you calculate r by dividing one pair of consecutive terms, assume it’s geometric progression, and move forward without verifying the ratio holds for other pairs.
If the ratio isn’t constant, the sequence isn’t geometric progression, and using geometric progression formulas gives you meaningless results.
What it breaks: You treat a non-geometric sequence as geometric, calculate an answer, and it’s nowhere near the choices—or worse, it matches a distractor and you circle it without realizing the formula didn’t apply.
If you found r = 3 by dividing the second term by the first, divide the third term by the second and confirm you still get 3.
If r changes, stop—it’s not a geometric progression, and you need a different approach.
Rules of Thumb for Geometric Progression Problems on the FE

You know how to extract a1 = 8 and r = 0.5 from exponent notation now, and you’ve seen how counting from n = 0 to n = 5 gives you six terms, not five.
These rules are what keep you from using r6 when the formula requires r(n-1), or from grabbing the series formula when they asked for a single term.
- Always write the formula before plugging in numbers: Don’t try to hold the setup in your head and jump straight to calculation. Write an = a1 × r(n-1) or Sn = a1 × (1 – rn) / (1 – r) with symbols first, then substitute. This forces you to confirm which variables go where and catches indexing errors before you calculate. If you skip this step and go straight to numbers, you’re more likely to use n when you need n – 1 or forget parentheses around the exponent.
- When the sequence starts at n = 0, count indices explicitly: If the problem says “the first 10 terms” and the formula starts at n = 0, write {0, 1, 2, 3, 4, 5, 6, 7, 8, 9} on your scratch work and count them. Don’t assume. This prevents off-by-one errors that make your sum wrong or give you the wrong term. One extra term or one missing term changes the answer enough that you’ll pick a distractor.
- Verify r is consistent before committing to the formula: After you calculate the common ratio from one pair of terms, check it with another pair. Divide the third term by the second and make sure you get the same r. If it’s not constant, the sequence isn’t geometric progression, and the formulas don’t apply. Catching this early saves you from wasting time on a calculation that can’t produce a correct answer.
- If your answer isn’t close to any choice, check your exponent first: The most common error in geometric progression problems is using the wrong exponent—either n instead of n – 1 in the term formula, or miscounting how many terms you’re summing. Before you second-guess your whole setup, recalculate the exponent. Did you subtract 1 where you needed to? Did you count the terms starting from 0 or from 1? Fixing the exponent often fixes the answer.
- Use parentheses when calculating (1 – rn) to avoid order-of-operation mistakes: When you’re computing the series formula, write it as a1 × ((1 – rn) / (1 – r)) with extra parentheses. This prevents calculator mistakes where you accidentally compute 1 – rn / (1 – r) without grouping the numerator first. One misplaced operation turns a correct setup into a wrong answer.
- When calculating sums with r < 1, sanity-check the result against the first term: If r is less than 1, each term gets smaller, and the sum should be larger than the first term but much smaller than n × a1. In our example with a1 = 8 and six terms, the sum of 15.75 is larger than 8 but much smaller than 48 (which would be 8 × 6). That’s the pattern when r shrinks each term—use it as a quick verification before you circle your answer.
Final Thoughts | Geometric Progression

Every geometric progression problem hinges on one decision: is the exponent n or n – 1?
Get that right, and the rest is arithmetic—substitute your values, calculate the power, multiply.
Get it wrong, and you’re off by one factor of r, and your answer drifts far enough that nothing matches.
The term formula uses n – 1 because you’re counting how many times you multiply by r to get from the first term to the nth term. From a1 to a2 is one multiplication. From a1 to a10 is nine multiplications.
The series formula uses n because you’re summing n terms total, not counting multiplications.
That distinction—one subtraction in one formula but not the other—is what separates students who bank these points from students who calculate confidently and still miss.
The workflow removes that fragility. You identify what you’re solving for before you write any formula. You extract a1 and r from whatever format they give you.
You write the correct formula with symbols first, then substitute. You verify your exponent matches what the formula requires before you calculate.
That structure protects the single point where these problems break. The exponent is either right or it’s not, and the workflow makes sure it’s right every time.
Want more practice? Browse hundreds of FE problems and guides across every exam topic here.
The gap between where you are now and walking into exam day confident isn’t more practice problems—you can find those anywhere.
It’s knowing you’re studying the right things, in the right order, and that the hours you’re putting in are actually building the skills that show up under pressure.
Every hour you spend without that certainty is an hour you can’t get back.
Prepineer closes that gap: a personalized roadmap that targets what the FE actually tests, practice problems that mirror what you’ll see, and real coaching when you’re stuck—so you stop wondering if you’re ready and start knowing you are. Start your free 7-day trial and see what structured prep feels like.








