1.2 Number & Letter Series, Coding-Decoding & Sequence Logic
Key Takeaways
- Number series progression rules rely on fundamental patterns: arithmetic differences, geometric multipliers, square/cube powers, Fibonacci sums, and alternating dual-series.
- Letter series map alphabetical positions (A=1 to Z=26) and reverse positions (A=26 to Z=1), where key benchmark letters (E=5, J=10, O=15, T=20, Y=25) speed up calculation.
- In coding-decoding, transformation rules fall into direct letter shifting, reverse alphabet pairing, position shuffling, or numerical substitution.
- Alternating series contain two interwoven independent sub-sequences, which can be identified by analyzing odd-indexed and even-indexed positions separately.
- Verification of pattern logic requires testing the derived rule against at least two consecutive term steps before selecting the final sequence value.
Number Series Patterns & Sequence Analysis
Sequence logic and numerical pattern recognition are central components of the PAF Airman Intelligence Test. These items measure your quantitative agility, logical inductive reasoning, and ability to deduce governing operational mathematical rules under strict time constraints.
Fundamental Types of Number Series
Number series questions present a sequence of numbers governed by an underlying mathematical rule. Your task is to identify the rule and determine the next term or missing value in the sequence.
1. Arithmetic & Difference-Based Series
In arithmetic series, the difference between consecutive terms remains constant or follows a predictable progression (e.g., adding consecutive prime numbers or increasing integers).
- Constant Difference: $5, 9, 13, 17, 21, \dots$ (Rule: $+4$)
- Increasing Difference (Polynomial): $2, 5, 10, 17, 26, \dots$ (Differences: $+3, +5, +7, +9$; next difference is $+11 \implies 37$)
2. Geometric & Ratio-Based Series
In geometric series, each term is multiplied or divided by a constant factor or a systematically changing factor.
- Constant Multiplier: $3, 6, 12, 24, 48, \dots$ (Rule: $\times 2$)
- Progressive Multiplier: $2, 2, 4, 12, 48, 240, \dots$ (Multipliers: $\times 1, \times 2, \times 3, \times 4, \times 5$; next term is $240 \times 6 = 1440$)
3. Power-Based Series (Squares & Cubes)
Power series involve perfect square numbers ($n^2$), cube numbers ($n^3$), or modified power expressions ($n^2 \pm k$, $n^3 \pm k$).
Comprehensive Series Pattern Matrix
The table below summarizes the core numerical sequence patterns tested in the Airman selection exam:
| Series Pattern | Sequence Example | Step-by-Step Rule Breakdown | Next Term |
|---|---|---|---|
| Increasing Difference | 4, 7, 12, 19, 28, ? | Differences between terms: $+3, +5, +7, +9$. Next diff is $+11$. $28 + 11 =$ | 39 |
| Geometric Multiplier | 3, 6, 18, 72, 360, ? | Multipliers: $\times 2, \times 3, \times 4, \times 5$. Next mult is $\times 6$. $360 \times 6 =$ | 2160 |
| Square Pattern ($n^2 - 1$) | 0, 3, 8, 15, 24, 35, ? | Terms equal $1^2-1, 2^2-1, 3^2-1, 4^2-1, 5^2-1, 6^2-1$. Next is $7^2-1 =$ | 48 |
| Cube Pattern ($n^3 + 1$) | 2, 9, 28, 65, 126, ? | Terms equal $1^3+1, 2^3+1, 3^3+1, 4^3+1, 5^3+1$. Next is $6^3+1 =$ | 217 |
| Alternating Dual Series | 5, 20, 8, 17, 11, 14, 14, ? | Odd positions: $5, 8, 11, 14$ ($+3$). Even positions: $20, 17, 14$ ($-3$). Next is $14 - 3 =$ | 11 |
| Fibonacci Sum Series | 1, 2, 3, 5, 8, 13, 21, ? | Each term is the sum of the preceding two terms: $8 + 13 = 21$. Next is $13 + 21 =$ | 34 |
Worked Analysis: Alternating & Interwoven Series
Alternating series interweave two distinct sub-sequences into a single line. A common sign of an alternating series is a sequence that fluctuates up and down (e.g., increases, decreases, increases).
Diagnostic Technique: When numbers alternate between rising and falling, split the sequence into Odd-indexed terms (1st, 3rd, 5th, 7th...) and Even-indexed terms (2nd, 4th, 6th, 8th...). Analyze each sub-sequence independently.
Example Walkthrough:
Consider the series: 4, 25, 9, 20, 14, 15, 19, 10, ?
- Odd Positions: $4 \xrightarrow{+5} 9 \xrightarrow{+5} 14 \xrightarrow{+5} 19 \xrightarrow{+5} \mathbf{24}$
- Even Positions: $25 \xrightarrow{-5} 20 \xrightarrow{-5} 15 \xrightarrow{-5} 10$
- Target Position: The missing term is the 9th term (an odd position). Therefore, $19 + 5 = \mathbf{24}$.
Letter Series & Coding-Decoding Methodologies
Alphabetical reasoning tests your mastery of spatial letter positioning, pattern shift algorithms, and cipher transformation rules.
Alphabetical Position Anchors & The EJOTY Rule
Speed is critical in letter series and coding problems. Memorizing the forward positional values (1 to 26) of the English alphabet is essential. Use the benchmark memory tool EJOTY:
Reverse Alphabet Pairs (Sum = 27 Rule)
Two letters are opposite pairs if their positions in the forward and reverse alphabets are identical. The sum of their standard numerical positions always equals 27.
- A (1) – Z (26): $1 + 26 = 27$
- B (2) – Y (25): $2 + 25 = 27$
- C (3) – X (24): $3 + 24 = 27$
- D (4) – W (23): $4 + 23 = 27$
- E (5) – V (22): $5 + 22 = 27$
- H (8) – S (19): $8 + 19 = 27$
- M (13) – N (14): $13 + 14 = 27$
Coding-Decoding Transformation Taxonomy
In coding-decoding items, a word is translated into another word, number, or code using a specific encryption rule. You must decipher the rule and apply it to a new word.
| Coding Technique | Original Word | Encoded Word | Transformation Algorithm / Rule |
|---|---|---|---|
| Constant Forward Shift (+3) | RADAR | UDGDU | Each letter shifted forward by 3: $R(+3)=U, A(+3)=D, D(+3)=G...$ |
| Opposite Pair Substitution | PILOT | KROLG | Each letter replaced by its 27-sum pair: $P \leftrightarrow K, I \leftrightarrow R, L \leftrightarrow O...$ |
| Alternating Shift (+1, -1) | FLIGHT | GMJFIS | Odd positions shifted $+1$, even positions shifted $-1$. |
| Letter Reversal / Position Swap | SQUADRON | NORDAUQS | Complete reverse order of letters in the word. |
| Numerical Direct Code | AIR | 1-9-18 | Standard alphabetical numerical positions assigned directly ($A=1, I=9, R=18$). |
Step-by-Step Worked Cipher Breakdown
Worked Example: Constant Forward Shift Coding
Question: In a secret military code, DEFENCE is written as FGHHPEG. How is AIRMAN written in that same code?
- Step 1 (Analyze Input Pair):
- D (4) $\rightarrow$ F (6) [Shift: $+2$]
- E (5) $\rightarrow$ G (7) [Shift: $+2$]
- F (6) $\rightarrow$ H (8) [Shift: $+2$]
- E (5) $\rightarrow$ G (7) [Shift: $+2$]
- N (14) $\rightarrow$ P (16) [Shift: $+2$]
- C (3) $\rightarrow$ E (5) [Shift: $+2$]
- E (5) $\rightarrow$ G (7) [Shift: $+2$]
- Step 2 (Deduce Rule): All letters shift forward by $+2$ positions.
- Step 3 (Apply to AIRMAN):
- A (1) $+ 2 = 3 \implies \mathbf{C}$
- I (9) $+ 2 = 11 \implies \mathbf{K}$
- R (18) $+ 2 = 20 \implies \mathbf{T}$
- M (13) $+ 2 = 15 \implies \mathbf{O}$
- A (1) $+ 2 = 3 \implies \mathbf{C}$
- N (14) $+ 2 = 16 \implies \mathbf{P}$
- Step 4 (Final Encoded Result): CKTOCP.
Find the next number in the sequence: 3, 7, 15, 31, 63, ?
If the word SIGNAL is coded as HRIOZO using opposite alphabet pairs, how is FLIGHT coded in the same system?
Find the missing letter in the alphabetical series: C, F, I, L, O, ?