👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Logical Reasoning
Study mode

Series Completion

Introduction to Series Completion

In logical reasoning, a series is a sequence of elements arranged in a specific order, following a particular rule or pattern. These elements can be numbers, letters, or a combination of both. The task of series completion involves identifying the missing element(s) in a given series by understanding the underlying pattern.

Series completion questions are common in competitive exams because they test your ability to recognize patterns quickly and accurately - a key skill in problem-solving and analytical thinking. Whether the series involves simple counting, complex mathematical progressions, or mixed sequences, mastering this topic will boost your confidence and speed in exams.

Understanding Series and Patterns

A series is a list of elements arranged in a sequence. The key to solving series completion problems is to find the pattern or rule that connects one term to the next.

There are three main types of series you will encounter:

  • Numeric Series: Consists of numbers following a certain rule.
  • Alphabetic Series: Consists of letters arranged based on their positions in the alphabet.
  • Mixed Series: Combines numbers and letters or other elements in a pattern.
Examples of Different Series Types
Series Type Example Series Next Term Pattern Explanation
Numeric 2, 4, 6, 8, ? 10 Each term increases by 2 (Arithmetic Progression)
Alphabetic A, C, E, G, ? I Letters increase by 2 positions in the alphabet
Mixed 1, A, 2, B, 3, ? C Numbers increase by 1; letters move forward alphabetically

Arithmetic and Geometric Progressions

Two of the most common patterns in numeric series are Arithmetic Progression (AP) and Geometric Progression (GP). Understanding these will help you solve many series completion problems efficiently.

Arithmetic Progression (AP)

In an arithmetic progression, each term after the first is obtained by adding a constant number, called the common difference, to the previous term.

The formula for the nth term of an AP is:

Arithmetic Progression (AP)

\[a_n = a_1 + (n - 1)d\]

nth term equals first term plus (n-1) times common difference

\(a_n\) = nth term
\(a_1\) = first term
d = common difference
n = term number

Geometric Progression (GP)

In a geometric progression, each term is obtained by multiplying the previous term by a constant number, called the common ratio.

The formula for the nth term of a GP is:

Geometric Progression (GP)

\[a_n = a_1 \times r^{(n-1)}\]

nth term equals first term multiplied by common ratio raised to (n-1)

\(a_n\) = nth term
\(a_1\) = first term
r = common ratio
n = term number
Comparison of AP and GP
Sequence Formula for nth term Example Series Next Term Calculation
Arithmetic Progression \( a_n = a_1 + (n - 1)d \) 3, 7, 11, 15, ? Common difference \( d = 4 \), next term \( = 15 + 4 = 19 \)
Geometric Progression \( a_n = a_1 \times r^{(n-1)} \) 2, 6, 18, 54, ? Common ratio \( r = 3 \), next term \( = 54 \times 3 = 162 \)

Advanced Patterns and Mixed Series

Not all series follow simple arithmetic or geometric rules. Some series involve more complex or combined patterns, such as:

  • Alternating Patterns: Two or more sequences alternate within the series.
  • Square and Cube Number Patterns: Terms are squares (e.g., 1, 4, 9, 16) or cubes (e.g., 1, 8, 27, 64).
  • Combined Patterns: A mixture of arithmetic, geometric, and special number patterns.

To analyze such series, follow a systematic approach:

graph TD    A[Start] --> B[Observe the series]    B --> C{Is it numeric, alphabetic, or mixed?}    C -->|Numeric| D[Check difference between terms]    C -->|Alphabetic| E[Convert letters to positions]    C -->|Mixed| F[Separate numeric and alphabetic parts]    D --> G{Is difference constant?}    G -->|Yes| H[Apply Arithmetic Progression formula]    G -->|No| I[Check ratio between terms]    I --> J{Is ratio constant?}    J -->|Yes| K[Apply Geometric Progression formula]    J -->|No| L[Look for alternating or special patterns]    E --> M[Check letter position differences]    F --> N[Analyze each sub-series separately]    H --> O[Find missing term]    K --> O    L --> O    M --> O    N --> O    O --> P[End]

Worked Examples

Example 1: Simple Arithmetic Series Easy
Find the missing term in the series: 2, 5, 8, ?, 14

Step 1: Calculate the differences between consecutive terms:

5 - 2 = 3, 8 - 5 = 3

Step 2: Since the difference is constant (3), this is an arithmetic progression.

Step 3: Find the missing term (4th term):

8 + 3 = 11

Step 4: Verify with the next term:

11 + 3 = 14 (matches given term)

Answer: The missing term is 11.

Example 2: Alphabetic Series Medium
Find the missing letter in the series: A, C, F, J, ?

Step 1: Convert letters to their alphabetical positions:

A = 1, C = 3, F = 6, J = 10

Step 2: Calculate the differences:

3 - 1 = 2, 6 - 3 = 3, 10 - 6 = 4

Step 3: Differences increase by 1 each time (2, 3, 4, ...)

Step 4: Next difference should be 5, so next term position:

10 + 5 = 15

Step 5: Convert 15 back to a letter:

15 = O

Answer: The missing letter is O.

Example 3: Alternating Numeric and Alphabetic Series Hard
Complete the series: 2, B, 4, D, 6, ?

Step 1: Separate numeric and alphabetic terms:

Numeric terms: 2, 4, 6, ?

Alphabetic terms: B, D, ?

Step 2: Analyze numeric terms:

2, 4, 6 -> increase by 2 each time

Next numeric term: 6 + 2 = 8

Step 3: Analyze alphabetic terms:

B (2), D (4) -> increase by 2 positions

Next alphabetic term: D + 2 = F (6th letter)

Step 4: The series alternates numeric and alphabetic terms, so after 6 (numeric) comes the alphabetic term F.

Answer: The missing term is F.

Example 4: Geometric Progression Medium
Find the missing term in the series: 3, 6, 12, ?, 48

Step 1: Check the ratio between terms:

6 / 3 = 2, 12 / 6 = 2

Step 2: The common ratio \( r = 2 \)

Step 3: Find the missing term (4th term):

12 x 2 = 24

Step 4: Verify with the next term:

24 x 2 = 48 (matches given term)

Answer: The missing term is 24.

Example 5: Combined Pattern Series Hard
Complete the series: 1, 4, 9, 16, ?, 36

Step 1: Recognize the pattern of the series:

1 = \(1^2\), 4 = \(2^2\), 9 = \(3^2\), 16 = \(4^2\), ?, 36 = \(6^2\)

Step 2: The missing term corresponds to \(5^2 = 25\)

Answer: The missing term is 25.

Tips & Tricks

Tip: Check differences between terms first

When to use: When the series looks numeric and straightforward

Tip: Look for alternating patterns

When to use: When the series has mixed types or irregular jumps

Tip: Use position-based patterns (odd/even positions)

When to use: If the series has two interleaved sequences

Tip: Memorize common numeric patterns like squares and cubes

When to use: For series involving powers or special numbers

Tip: Eliminate impossible options quickly in multiple-choice questions

When to use: To save time during exams

Common Mistakes to Avoid

❌ Assuming constant difference without checking ratio
✓ Always verify if the series is arithmetic or geometric by checking both difference and ratio
Why: Students often jump to conclusions leading to wrong answers
❌ Ignoring alternating or complex patterns
✓ Analyze the series in parts, separating odd and even terms if needed
Why: Complex series often have multiple interleaved patterns
❌ Misreading alphabetic series as numeric
✓ Convert letters to their alphabetical positions before analyzing
Why: Letters correspond to numbers which helps in pattern recognition
❌ Missing the pattern in mixed series
✓ Break down the series into numeric and alphabetic components and analyze separately
Why: Mixed series require separate treatment of components
❌ Not practicing time management
✓ Practice solving series questions under timed conditions
Why: Time pressure in exams can cause mistakes even if the concept is understood
Key Concept

Steps to Identify Series Patterns Quickly

1. Observe the series carefully. 2. Determine the type (numeric, alphabetic, mixed). 3. Check for constant difference or ratio. 4. Look for alternating or position-based patterns. 5. Apply known formulas or rules. 6. Verify by calculating next terms.

Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Series Completion · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.