ISEE UPPER LEVEL • QUANTITATIVE REASONING

Determine Missing Terms in Sequences

Master the patterns that unlock every sequence question on the ISEE Upper Level exam.

Historical Context & Motivation

Humans have been fascinated by numerical patterns for thousands of years. Ancient civilizations noticed that certain arrangements of numbers followed predictable rules, and they used those rules to build calendars, predict astronomical events, and design architecture. The study of sequences — ordered lists of numbers that follow a specific pattern — became one of the earliest branches of mathematics. Understanding sequences is not just an abstract exercise; it is the foundation for everything from computing loan payments to modeling population growth.

~300 BCE
Euclid's Elements
Euclid formally studied arithmetic progressions and geometric progressions in ancient Greece, laying the groundwork for sequence theory.
~600 CE
Indian Mathematicians
Aryabhata and Brahmagupta developed summation formulas for arithmetic and geometric sequences, advancing algebra centuries ahead of Europe.
1202
Fibonacci's Liber Abaci
Leonardo Fibonacci introduced the famous Fibonacci sequence (1, 1, 2, 3, 5, 8, …) to European readers, demonstrating how sequences model natural phenomena like rabbit populations.
1700s
Euler & Gauss
Leonhard Euler and Carl Friedrich Gauss formalized series and sequences, developing closed-form expressions that allow us to find any term without listing every predecessor.
Today
ISEE & Standardized Testing
Sequence problems appear on the ISEE Upper Level because they test pattern recognition, algebraic reasoning, and logical thinking — skills essential for success in advanced mathematics.

On the ISEE, you will encounter sequences where one or more terms are missing, and your job is to identify the underlying pattern and fill in the blanks. The question this lesson addresses is straightforward: given part of a sequence, how do you determine the rule and find the missing term? Let's build a systematic toolkit for answering that question every time.

Core Principles & Definitions

Before diving into strategies, you need a solid understanding of the vocabulary the ISEE uses. A sequence is an ordered list of numbers called terms. Each term occupies a specific position, often labeled n = 1, 2, 3, and so on. The rule (or pattern) is the relationship that connects one term to the next — or that connects each term to its position number. Mastering these core ideas gives you a framework for tackling any sequence problem.

1

Arithmetic Sequence

Each term is formed by adding (or subtracting) a common difference (d) to the previous term. Example: 4, 7, 10, 13 has d = 3.
2

Geometric Sequence

Each term is formed by multiplying the previous term by a common ratio (r). Example: 2, 6, 18, 54 has r = 3.
3

Recursive Pattern

Each term depends on one or more previous terms through a rule. The Fibonacci sequence (1, 1, 2, 3, 5, 8) adds the two preceding terms to get the next.
4

Position-Based (Explicit) Rule

Each term is calculated directly from its position number n. Example: aₙ = n² gives the sequence 1, 4, 9, 16, 25.
5

Alternating / Mixed Patterns

Some ISEE sequences alternate between two operations (e.g., add 3, then multiply by 2) or interleave two separate subsequences.
KEY TAKEAWAY
Think of a sequence like a playlist on shuffle — except it is never truly random. Every playlist has a DJ (the rule) who decides the order. Your job on the ISEE is to figure out what the DJ is doing. Always start by computing the differences between consecutive terms. If those differences are constant, you have an arithmetic sequence. If the ratios are constant, you have a geometric sequence. If neither, look for a pattern in the differences themselves or test position-based formulas.

Visual Explanation

The Difference-Analysis Method

The most powerful visual tool for sequence problems is the difference diagram. You write the given terms in a row, then compute the differences between each pair of consecutive terms in a second row below. If those first differences are not constant, you compute second differences in a third row, and so on. This technique reveals whether a sequence is arithmetic (constant first differences), quadratic (constant second differences), or follows another pattern.

The diagram shows the sequence 3, 7, 13, 21, 31. The first differences (4, 6, 8, 10) are not constant, but the second differences (2, 2, 2) are constant. This tells us the sequence is quadratic — each term can be expressed as aₙ = n² + n + 1.

This method is your go-to strategy on the ISEE. If the first differences are constant, the sequence is arithmetic. If the first differences are not constant but the second differences are, the sequence is quadratic. If neither level is constant, check whether the ratios between terms are constant (geometric) or whether the differences themselves form a recognizable pattern. On most ISEE problems, you will find the answer within the first or second level of differences.

Mathematical Framework

Knowing the formulas behind the most common sequence types allows you to work quickly and verify your answers. Here are the key equations you should commit to memory for the ISEE Upper Level.

ARITHMETIC SEQUENCE — NTH TERM
aₙ = a₁ + (n − 1) × d
Where aₙ is the nth term, a₁ is the first term, n is the position number, and d is the common difference.
GEOMETRIC SEQUENCE — NTH TERM
aₙ = a₁ × r⁽ⁿ⁻¹⁾
Where r is the common ratio. If you divide any term by the previous term and always get the same result, the sequence is geometric.
FINDING THE COMMON DIFFERENCE
d = aₙ₊₁ − aₙ
Subtract any term from the term that follows it. If this value is the same for every pair, d is your common difference.
FINDING THE COMMON RATIO
r = aₙ₊₁ ÷ aₙ
Divide any term by the previous term. If this quotient is the same for every pair, r is your common ratio.
💡 ISEE STRATEGY TIP
When a sequence problem gives you non-consecutive terms (for example, the 3rd and 7th terms of an arithmetic sequence), set up two equations using the nth-term formula and solve the system. You can find both a₁ and d by subtracting one equation from the other. This eliminates a₁ and isolates d immediately.

Sequence Types on the ISEE

The ISEE Upper Level tests a range of sequence types, from straightforward arithmetic progressions to tricky alternating patterns. The diagram below classifies the main types you will encounter and shows the decision process for identifying each one.

Follow this decision tree: start by computing first differences, then check ratios or second differences. Most ISEE problems fall into the arithmetic or geometric categories, but be prepared for quadratic and other patterns.
Common sequence types on the ISEE Upper Level
Sequence TypeExampleHow to DetectMissing-Term Strategy
Arithmetic5, 11, 17, ?, 29Constant first differences (d = 6)Add d to previous term: 17 + 6 = 23
Geometric4, 12, 36, ?, 324Constant ratios (r = 3)Multiply by r: 36 × 3 = 108
Quadratic2, 5, 10, 17, ?Constant second differencesExtend the pattern: next 1st Δ = 9, so 17 + 9 = 26
Fibonacci-type2, 3, 5, 8, ?Each term = sum of two prior terms5 + 8 = 13
Alternating1, 3, 2, 6, 3, ?Two interleaved subsequencesOdd-position: 1, 2, 3, 4 → next even-position: 6 × ? → 9

Worked Example

Let's walk through a problem similar to what you would see on the actual ISEE Upper Level exam. Pay close attention to the systematic approach — this is the same process you should follow every time.

Find the Missing Term: 5, 8, 14, 26, ?
1
Step 1 — Compute First DifferencesSubtract each term from the next. 8 − 5 = 3; 14 − 8 = 6; 26 − 14 = 12. The first differences are 3, 6, 12 — not constant, so this is not arithmetic.
First differences: 3, 6, 12
2
Step 2 — Check Ratios of Terms8 ÷ 5 = 1.6; 14 ÷ 8 = 1.75; 26 ÷ 14 ≈ 1.857. The ratios are not constant, so this is not geometric either.
Not geometric — ratios vary.
3
Step 3 — Look at the Differences ThemselvesThe first differences are 3, 6, 12. Notice that 6 ÷ 3 = 2 and 12 ÷ 6 = 2. The differences themselves form a geometric sequence with ratio 2. Each difference is double the previous difference.
Pattern: differences double each time (×2)
4
Step 4 — Predict the Next DifferenceThe next first difference should be 12 × 2 = 24.
Next difference = 24
5
Step 5 — Find the Missing TermAdd the predicted difference to the last known term: 26 + 24 = 50.
The missing term is 50.
💡 ISEE STRATEGY TIP
When the first differences are not constant, do not panic. Check whether the differences form their own recognizable pattern — they might be arithmetic, geometric, or even follow another simple rule. This layered approach catches virtually every sequence type the ISEE will throw at you.

Strategies, Strengths & Pitfalls

Each strategy has strengths and limitations. The table below compares the main approaches you can use on the ISEE, so you know which tool to reach for depending on the problem.

Comparison of strategies for missing-term sequence problems
StrategyBest ForLimitations
First-Difference CheckArithmetic sequences; always the best first stepFails for geometric, Fibonacci, or position-based rules
Ratio CheckGeometric sequences; quick with clean numbersMessy fractions signal a different type; fails for quadratics
Second-Difference CheckQuadratic sequences (n², n² + n, etc.)Requires at least 4 terms; may be slow under time pressure
Back-SubstitutionWhen answer choices are given; plug each choice in and testTime-consuming if choices are not ordered; best as verification
Pattern Spotting (Look-See)Fibonacci, primes, perfect squares, alternating signsRelies on recognition; can miss unusual rules
KEY TAKEAWAY
Think of these strategies like tools in a toolbox. A mechanic does not try every wrench — they pick the right size first. On the ISEE, always start with first differences because it takes only seconds. If that does not reveal a constant, move to ratio checks or second differences. This ordered approach saves valuable time on test day.
⚠️ COMMON PITFALLS
Mistake 1: Assuming every sequence is arithmetic. Always verify by checking at least two differences. Mistake 2: Mixing up the position of the missing term. If the blank is in the middle of the sequence, work from both sides to pin it down. Mistake 3: Forgetting that the ISEE has no penalty for wrong answers. If you are stuck, use process of elimination and always guess — never leave a question blank.

Connection to Advanced Topics

The sequence skills you develop for the ISEE lay the groundwork for more advanced mathematical topics you will encounter in Algebra 2, Precalculus, and beyond. Recognizing patterns and writing explicit formulas is the first step toward understanding series (the sum of sequence terms), sigma notation, and eventually convergence and divergence in calculus.

How ISEE sequence skills connect to higher math
ISEE Level SkillAdvanced Extension
Finding d in arithmetic sequencesArithmetic series: Sₙ = n/2 × (a₁ + aₙ)
Finding r in geometric sequencesInfinite geometric series: S = a₁ / (1 − r) when |r| < 1
Recognizing quadratic patternsPolynomial fitting and regression analysis
Fibonacci-type recursive rulesLinear recurrence relations and the golden ratio
Writing explicit nth-term formulasSigma (Σ) notation and mathematical induction

For now, focus on the ISEE-level skills: identifying the pattern, applying the correct formula, and computing the missing term accurately. As you advance through high school math, you will see these same ideas resurface in increasingly sophisticated forms. The habit of systematic pattern analysis that you build now will serve you well in every future math course.

Practice Problems

Try these five problems in order. They escalate in difficulty, mirroring the range you will encounter on the actual ISEE Upper Level. Remember: there is no penalty for guessing, so never leave a question blank.

PROBLEM 1CONCEPTUAL
What is the missing term in the sequence 4, 10, 16, 22, ? (A) 26 (B) 28 (C) 30 (D) 32
PROBLEM 2BASIC CALCULATION
What is the missing term in the sequence 3, 9, 27, ?, 243? (A) 54 (B) 72 (C) 81 (D) 108
PROBLEM 3INTERMEDIATE
In an arithmetic sequence, the 3rd term is 11 and the 7th term is 27. What is the 10th term? (A) 33 (B) 36 (C) 39 (D) 42
PROBLEM 4APPLIED
This is a quantitative comparison question. A sequence follows the rule: each term after the first two equals the sum of the two preceding terms. The first two terms are 2 and 5. Column A: The 6th term of the sequence Column B: 50 (A) Column A is greater. (B) Column B is greater. (C) The two quantities are equal. (D) Cannot be determined.
PROBLEM 5CRITICAL THINKING
This is a quantitative comparison question. The first term of a geometric sequence is 2, and the common ratio r satisfies 0 < r < 1. Column A: The 4th term of the sequence Column B: The 5th term of the sequence (A) Column A is greater. (B) Column B is greater. (C) The two quantities are equal. (D) Cannot be determined.

Lesson Summary

To determine missing terms in sequences on the ISEE Upper Level, follow a systematic approach. First, compute the first differences between consecutive terms. If they are constant, you have an arithmetic sequence with formula aₙ = a₁ + (n − 1)d. If the first differences are not constant, check whether the ratios between consecutive terms are constant, indicating a geometric sequence with formula aₙ = a₁ × r⁽ⁿ⁻¹⁾. If neither works, compute second differences for quadratic patterns, or look for recursive rules like the Fibonacci sequence.

On quantitative comparison problems involving sequences, remember to test multiple values when variables are present and check whether the relationship changes. When both columns are pure numbers, answer (D) is never correct. Always use process of elimination — there is no penalty for guessing on the ISEE, so never leave a question blank. With practice, identifying patterns and applying formulas will become second nature.

Varsity Tutors • ISEE Upper Level • Determine Missing Terms in Sequences