Introduction
An Alternating Pattern Series contains two or more interleaved sequences, each following its own rule. These appear frequently in reasoning tests where odd and even positions (or grouped positions) form independent sub-series and must be analysed separately.
Correctly splitting the series and solving each sub-series is the key to finding the missing or next term accurately.
Pattern: Alternating Pattern Series
Pattern
The key idea: Different positions (odd/even or grouped indices) follow distinct progressions - treat each as its own sequence and then recombine.
Formula:
If the series alternates between two arithmetic progressions:
aodd,n = a1 + (n - 1)·d1
aeven,n = a2 + (n - 1)·d2
where d1 and d2 are the common differences for odd and even positions respectively.
Tip: Separate the sequence by index (1st, 3rd, 5th → sub-series A; 2nd, 4th, 6th → sub-series B), then solve each sub-series independently.
Step-by-Step Example
Question
Find the next term in the series: 2, 4, 3, 6, 4, 8, 5, ?
Solution
-
Step 1: Split into sub-series
Odd-position terms (1st, 3rd, 5th, 7th): 2, 3, 4, 5.
Even-position terms (2nd, 4th, 6th, 8th): 4, 6, 8, ?. -
Step 2: Identify patterns for each sub-series
Odd sub-series: 2 → 3 → 4 → 5 → difference = +1 (AP with d₁ = 1).
Even sub-series: 4 → 6 → 8 → ? → difference = +2 (AP with d₂ = 2). -
Step 3: Apply the rules to find the next term
The next term in the even sub-series = 8 + 2 = 10.
Since the unknown is at the 8th position (even), use the even sub-series result. -
Final Answer:
10 -
Quick Check:
Odd terms: 2, 3, 4, 5 (↑ +1). Even terms: 4, 6, 8, 10 (↑ +2). Combined: 2,4,3,6,4,8,5,10 ✅
Quick Variations
1. Two APs: odd and even terms both arithmetic but with different d (example above).
2. AP & GP mix: one sub-series arithmetic, the other geometric (e.g., odd: +2, even: ×2).
3. Three-way interleave: positions 1,4,7... follow rule A; 2,5,8... follow rule B; 3,6,9... follow rule C.
4. Alternating transforms: one sub-series may be n², the other n³ or n² ± 1.
Trick to Always Use
- Step 1: Separate the series by position (odd/even or groups of positions).
- Step 2: Identify the rule in each sub-series (AP, GP, n², etc.).
- Step 3: Extend only the sub-series matching the position of the missing term.
Summary
Summary
- Alternating series hide multiple independent rules - always separate by index first.
- Solve each sub-series independently using AP/GP or other known patterns.
- Apply the correct rule based on whether the missing term is in an odd or even position.
- Check both sub-series after solving to verify pattern consistency.
Example to remember:
3, 6, 5, 10, 7, 14, ? → Odd terms +2; Even terms +4 → Next = 9
