Historical Context & Motivation
Humans have been fascinated by patterns in numbers for thousands of years. Ancient mathematicians noticed that certain arrangements of objects—pebbles on a counting board, tiles in a mosaic—followed predictable rules. These observations eventually became the formal study of sequences, ordered lists of numbers where each term is connected to the others by a consistent rule. From predicting astronomical events to cracking modern encryption codes, the ability to recognize a pattern and determine a missing piece has been one of the most powerful tools in mathematics.
The core question this lesson addresses is straightforward but essential: given part of a sequence, how do you figure out the rule and use it to find a missing term? Whether the missing value sits at the beginning, middle, or end of the list, the strategy starts with identifying the pattern that connects consecutive terms. Once you have the pattern, finding any missing term becomes a matter of applying it step by step.
Core Principles & Definitions
Before diving into calculations, you need a solid grasp of the vocabulary and foundational ideas behind sequences. A sequence is an ordered list of numbers, where each number is called a term. The position of each term matters: the first term, second term, third term, and so on are typically written as a₁, a₂, a₃, etc. The key to solving missing-term problems is understanding what type of sequence you are dealing with and what rule governs it.
Arithmetic Sequence
Geometric Sequence
Recursive / Pattern-Based Sequence
Common Difference vs. Common Ratio
Position Notation
Visual Explanation — Seeing the Pattern
The diagram below shows two sequences plotted on a number line, with a missing term marked by a question mark. The top row shows an arithmetic sequence where terms increase by a constant difference, producing evenly spaced dots. The bottom row shows a geometric sequence where terms increase by a constant ratio, producing dots that spread further apart with each step. Notice how the spacing pattern is the visual clue that reveals which type of sequence you are dealing with.
As the diagram makes clear, the first step in any missing-term problem is to look at the gaps between known terms. In the arithmetic example, every gap equals 5. In the geometric example, every term is three times the one before it. Once you confirm the pattern holds across all known terms, you can confidently extend it to fill the blank.
Mathematical Framework
Translating the visual patterns into formulas gives you a reliable, repeatable method for any sequence problem. Below are the key equations you need.
These formulas handle arithmetic and geometric sequences, which together account for the vast majority of sequence problems on the SSAT. For other sequence types—such as those where each term is the sum of the two before it, or where differences themselves form a sequence—you will rely on pattern recognition rather than a single formula. The strategy is the same: compute the differences (or ratios), look for consistency, and extend the rule to fill the gap.
Classifying Sequences — A Decision Flowchart
When you see a sequence problem on the SSAT, the first thing to do is classify the sequence. The flowchart below walks you through a systematic approach: start by checking differences, then check ratios, and finally look for more complex patterns like second differences or recursive rules.
| Sequence Type | Example | Pattern | How to Find Missing Term |
|---|---|---|---|
| Arithmetic | 4, 9, 14, ?, 24 | d = +5 | Add 5 to 14 → 19 |
| Geometric | 3, ?, 48, 192 | r = ×4 | Multiply 3 by 4 → 12 |
| Quadratic | 2, 5, 10, 17, ? | Differences: 3, 5, 7, 9 | Next diff = 9, so 17 + 9 = 26 |
| Fibonacci-type | 1, 1, 2, 3, 5, ? | Each = sum of two prior | 3 + 5 = 8 |
| Alternating | 2, −4, 8, −16, ? | r = ×(−2) | −16 × (−2) = 32 |
Worked Example
Let's work through a complete example that mirrors an SSAT problem. We are given the sequence: 5, __, __, 23, 29 and asked to find the two missing terms.
Strategies, Strengths, and Common Pitfalls
Not every sequence problem on the SSAT is straightforward. Some are designed to trip you up with tricky patterns, negative differences, or ratios less than 1. The table below compares strategies and warns you about the most common mistakes students make.
| Strategy | When to Use | Common Pitfall |
|---|---|---|
| Compute differences | First approach for any sequence; works if d is constant | Forgetting to check all pairs—one constant difference isn't enough if there are 4+ known terms |
| Compute ratios | When differences aren't constant; especially useful when terms grow or shrink rapidly | Dividing in the wrong order (a₂ ÷ a₁, not a₁ ÷ a₂) or missing a negative ratio |
| Second differences | When first differences form their own arithmetic sequence (quadratic pattern) | Stopping after finding first differences and guessing, instead of computing the second layer |
| Use the nth-term formula | When you know the type and need a term far from the given ones | Off-by-one errors: the exponent is (n − 1), not n. Position 1 gives exponent 0, not 1. |
| Back-solve from answer choices | On multiple choice when direct calculation is slow; plug in each choice and test the pattern | Testing only one pair instead of verifying the choice works for the entire sequence |
Connection to Advanced Concepts
The skills you build with missing-term problems are the foundation for more advanced topics you will encounter in higher math courses. Understanding how arithmetic and geometric sequences behave prepares you for series (the sums of sequences), exponential growth and decay, and even calculus-level ideas about convergence. The table below shows how the concepts in this lesson connect to what comes next.
| This Lesson | Advanced Extension |
|---|---|
| Arithmetic sequence (aₙ = a₁ + (n−1)d) | Linear functions: y = mx + b, where d is the slope and a₁ is the y-intercept shifted by d |
| Geometric sequence (aₙ = a₁ × r⁽ⁿ⁻¹⁾) | Exponential functions: y = a × bˣ, used to model population growth, compound interest, radioactive decay |
| Common difference d | Rate of change (precalculus); first derivative (calculus) |
| Second differences constant | Quadratic functions and parabolas in Algebra 2 |
| Summing terms of a sequence | Arithmetic and geometric series formulas; sigma notation |
On the SSAT specifically, mastering sequences also helps with function problems and pattern-recognition questions in the quantitative sections. Many word problems about savings accounts, repeated discounts, or distance traveled at a constant speed are secretly arithmetic or geometric sequences in disguise. The pattern-finding muscle you develop here transfers directly to those contexts.
Practice Problems
Lesson Summary
To determine a missing term in a sequence, start by computing the differences between consecutive known terms. If the differences are constant, you have an arithmetic sequence and can use the formula aₙ = a₁ + (n − 1) × d. If the differences are not constant, check the ratios between consecutive terms. Constant ratios indicate a geometric sequence governed by aₙ = a₁ × r⁽ⁿ⁻¹⁾. For more complex patterns, examine second differences or look for recursive rules like the Fibonacci pattern.
On the SSAT, always verify your answer by plugging the missing term back into the sequence and confirming the pattern holds for every pair. Watch out for off-by-one errors in the nth-term formula, and remember that when two known terms are not consecutive, you can still find d by dividing the value gap by the position gap. With consistent practice, identifying the pattern and solving for a missing term becomes fast and automatic.