4.2 Number, Letter & Pattern Series
Key Takeaways
- Numerical series resolution relies on a systematic diagnostic hierarchy: first-differences, second-differences, multiplicative ratios, and interleaved patterns.
- Second-order difference series maintain a constant second difference, indicating an underlying quadratic/polynomial sequence.
- Alphabetical series questions are solved by converting letters to numerical position values (A=1 to Z=26) and analyzing positional intervals.
- Interleaved series combine two independent mathematical rules in alternating odd and even sequence positions.
- Matrix pattern reasoning requires analyzing horizontal row logic, vertical column logic, or diagonal operation rules.
4.2 Number, Letter & Pattern Series
The Quantitative and Analytical Reasoning subtest of the Career Executive Service Written Examination (CES-WE) rigorously evaluates a candidate's pattern identification, numerical agility, and abstract reasoning skills. Public sector executives frequently interpret complex data trends, forecast fiscal demands, and detect non-obvious anomalies in administrative reports. Mastering structured series recognition allows candidates to systematically solve complex numerical, alphabetical, and matrix-based questions under exam time constraints.
Numerical Series Archetypes & Solution Frameworks
Numerical series in the CES-WE range from single-rule progressions to multi-layered, polynomial, and alternating patterns. Successful candidates apply a step-by-step diagnostic order rather than guessing.
+-----------------------------------------------------------------------------------+
| DIAGNOSTIC HIERARCHY FOR NUMBER SERIES |
+-----------------------------------------------------------------------------------+
| 1. Check First Differences (Arithmetic / Constant Growth) |
| 2. Check Second & Third Differences (Polynomial / Quadratic Progressions) |
| 3. Check Ratios / Multiplicative Factors (Geometric Progressions) |
| 4. Test for Alternating / Interleaved Dual Sequences |
| 5. Check Squares, Cubes, Factorials & Prime Operational Modifiers |
+-----------------------------------------------------------------------------------+
1. First-Order & Second-Order Polynomial Series
When differences between consecutive terms are not constant, computing the second difference (differences of differences) often reveals an underlying arithmetic progression.
| Term Index ($n$) | $T_1$ | $T_2$ | $T_3$ | $T_4$ | $T_5$ | $T_6$ |
|---|---|---|---|---|---|---|
| Given Value | 4 | 9 | 18 | 31 | 48 | ? |
| First Difference ($\Delta_1$) | — | +5 | +9 | +13 | +17 | +21 |
| Second Difference ($\Delta_2$) | — | — | +4 | +4 | +4 | +4 |
- Calculation: Since the second difference is constant ($+4$), the next first-difference is $17 + 4 = 21$.
- Next Term: $48 + 21 = 69$.
2. Multiplicative & Geometric Series with Variable Offsets
Geometric series involve multiplying or dividing by a factor, frequently combined with an additive or subtractive constant: $T_{n+1} = (T_n \times k) \pm c$.
- Example Sequence: $3, 7, 19, 55, 163, ?$
- Analysis:
- $3 \times 3 - 2 = 7$
- $7 \times 3 - 2 = 19$
- $19 \times 3 - 2 = 55$
- $55 \times 3 - 2 = 163$
- Next term: $163 \times 3 - 2 = 489 - 2 = 487$.
3. Interleaved (Alternating) Series
Interleaved series combine two independent mathematical sequences into a single ordered list, where odd-positioned terms ($T_1, T_3, T_5$) follow Rule A, and even-positioned terms ($T_2, T_4, T_6$) follow Rule B.
Sequence: 12, 45, 15, 40, 18, 35, 21, 30, [ ? ]
Position: T1 T2 T3 T4 T5 T6 T7 T8 T9
Odd Positions (T1, T3, T5, T7, T9): 12, 15, 18, 21, [ +3 increment -> 24 ]
Even Positions (T2, T4, T6, T8): 45, 40, 35, 30 [ -5 decrement ]
Target T9 is an odd-position term: 21 + 3 = 24.
4. Special Numerical Sequences: Fibonacci, Exponents, & Primes
- Fibonacci Variants: Each term is the sum of preceding terms ($T_n = T_{n-1} + T_{n-2}$).
- Example: $2, 5, 7, 12, 19, 31, 50, 81, ?$ ($\rightarrow 50 + 81 = 131$).
- Square / Cube Offsets: Terms formed by $n^2 \pm k$ or $n^3 \pm k$.
- Example: $0, 7, 26, 63, 124, ?$
- Analysis: $1^3 - 1 = 0$, $2^3 - 1 = 7$, $3^3 - 1 = 26$, $4^3 - 1 = 63$, $5^3 - 1 = 124$.
- Next term: $6^3 - 1 = 216 - 1 = 215$.
Letter & Alphanumeric Series
Letter series evaluate mastery of the 26-letter English alphabet, positional values, and rotational shifts.
Standard & Reverse Alphabet Mapping Table
| Letter | A | B | C | D | E | F | G | H | I | J | K | L | M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Forward Value ($N$) | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| Reverse Value ($27-N$) | 26 | 25 | 24 | 23 | 22 | 21 | 20 | 19 | 18 | 17 | 16 | 15 | 14 |
| Letter | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Forward Value ($N$) | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| Reverse Value ($27-N$) | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 |
Common Letter Pattern Strategies
- Constant Step Progression: Shifts by a fixed numerical interval (e.g., $+3, +3, +3$).
- Accelerating Shift Progression: Shifts by increasing intervals (e.g., $+2, +4, +6, +8$).
- Alternating Reverse Complement: Pairing forward positional letters with their reverse complements ($A \leftrightarrow Z$, $B \leftrightarrow Y$, $C \leftrightarrow X$, $D \leftrightarrow W$).
- Alphanumeric Compound Series: Combining letter positional values with arithmetic operations on attached numerical values.
Detailed Alphanumeric Example:
Find the missing element: C4, F9, I16, L25, [ ? ]
- Letter Track: $C (3) \xrightarrow{+3} F (6) \xrightarrow{+3} I (9) \xrightarrow{+3} L (12) \xrightarrow{+3} O (15)$.
- Number Track: $4 (2^2), 9 (3^2), 16 (4^2), 25 (5^2) \rightarrow 6^2 = 36$.
- Result: O36.
Matrix & Grid Pattern Analysis
Abstract matrix questions present a $3 \times 3$ or $3 \times 4$ grid where candidates must identify the missing symbol or number governed by row-wise or column-wise logical operations.
+-------------------+-------------------+-------------------+
| Row 1: 8 | 12 | 40 | (Rule: (8 + 12) * 2 = 40)
+-------------------+-------------------+-------------------+
| Row 2: 5 | 15 | 40 | (Rule: (5 + 15) * 2 = 40)
+-------------------+-------------------+-------------------+
| Row 3: 9 | 14 | [ ? ] | (Rule: (9 + 14) * 2 = 46)
+-------------------+-------------------+-------------------+
Key Matrix Evaluation Rules
- Row Sum / Column Sum Invariance: The sum of elements across each row or down each column equals a constant target value.
- Operational Combination: Elements in Column 3 are derived from Columns 1 and 2 via an algebraic formula: $C_3 = (C_1 \times a) \pm (C_2 \times b)$.
- Element Transformation & Rotation: In symbolic/spatial matrices, geometric shapes rotate by fixed degrees ($45^\circ, 90^\circ, 180^\circ$) or add/subtract line segments systematically.
Step-by-Step Problem Solving Method for Exam Situations
When faced with an unfamiliar pattern on the CES-WE, execute this standard algorithm:
+-----------------------------------------------------------------------------------+
| EXAM PATTERN RESOLUTION ALGORITHM |
+-----------------------------------------------------------------------------------+
| Step 1: Write down numerical position values above any letters immediately. |
| Step 2: Compute first-order differences between all adjacent numbers. |
| Step 3: If differences vary, compute second-order differences. |
| Step 4: If no single pattern emerges, split into odd and even positions. |
| Step 5: Verify candidate answer against both the preceding and following terms. |
+-----------------------------------------------------------------------------------+
Identify the next number in the following second-order difference series: 6, 11, 20, 33, 50, [ ? ]
What is the missing term in the following interleaved alphanumeric sequence? B2, W25, D4, U23, F6, S21, [ ? ], [ ? ]
Examine the operational rule governing the following 3x3 matrix: Row 1: [ 7, 13, 40 ] Row 2: [ 4, 16, 40 ] Row 3: [ 9, 15, ? ] What value replaces the question mark?
Determine the next element in the accelerating letter series: A, C, F, J, O, [ ? ]