flowchart TB
N["N (North)"]
S["S (South)"]
E["E (East)"]
W["W (West)"]
N -.- E
E -.- S
S -.- W
W -.- N
classDef default fill:#003366,color:#ffffff,stroke:#ffcc00,stroke-width:3px,rx:10px,ry:10px;
20 Number series, Letter series, Codes and Relationships
20.1 What the Syllabus Covers
This unit bundles four high-frequency NTA Paper-I question types:
- Number series — find the missing or next term in a numerical sequence.
- Letter series — find the missing or next letter or pair.
- Codes — substitution / coding–decoding puzzles.
- Relationships — blood relations and direction sense.
Each problem rewards pattern recognition over computation. The candidate trains a small vocabulary of standard patterns and a systematic checking procedure.
20.2 Number Series
A number series is a sequence following a rule. The task is to identify the rule and predict the missing or next term.
20.2.1 The Eight Standard Patterns
| Pattern | Example | Rule |
|---|---|---|
| Arithmetic progression (AP) | 2, 5, 8, 11, ? | Add constant difference (+3) |
| Geometric progression (GP) | 3, 6, 12, 24, ? | Multiply by constant ratio (×2) |
| Squares | 1, 4, 9, 16, ? | n² |
| Cubes | 1, 8, 27, 64, ? | n³ |
| Fibonacci | 1, 1, 2, 3, 5, 8, ? | aₙ = aₙ₋₁ + aₙ₋₂ |
| Prime numbers | 2, 3, 5, 7, 11, ? | Only divisible by 1 and itself |
| Mixed operation (alternating) | 5, 8, 6, 9, 7, 10, ? | +3, −2, +3, −2 … |
| Increasing difference | 2, 3, 5, 8, 12, ? | +1, +2, +3, +4 … |
20.2.2 Worked Examples
Q. Next term: 4, 9, 16, 25, ? Differences: 5, 7, 9 → next difference = 11 → next term = 25 + 11 = 36 ✓. Alternative read: These are 2², 3², 4², 5² → next = 6² = 36.
Q. Missing: 6, 11, 21, 36, ? Differences: 5, 10, 15 → next = 20 → 36 + 20 = 56.
Q. Next: 1, 4, 13, 40, ? Rule: Each term × 3 + 1 → 40 × 3 + 1 = 121.
20.2.3 A 4-Step Recipe
- Find the first-level differences between consecutive terms.
- If constant → AP. If ratio constant → GP.
- If neither, take second-level differences or look at operations alternating (+, ×, +, ×).
- Check special families — squares, cubes, primes, Fibonacci, factorial.
20.2.4 Special Series to Memorise
- First 10 squares: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100.
- First 10 cubes: 1, 8, 27, 64, 125, 216, 343, 512, 729, 1000.
- First 10 primes: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29.
- Fibonacci: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89.
- Factorials: 1, 2, 6, 24, 120, 720, 5040.
- Triangular numbers: 1, 3, 6, 10, 15, 21 — n(n+1)/2.
20.2.5 “Wrong / Odd Term” Variant
NTA often asks which term is wrong in a series. Method: verify pattern at first few terms, then test the suspect.
20.3 Letter Series
A letter series is a sequence of letters that follows a rule. Letter-series problems reduce to position-in-alphabet arithmetic.
20.3.1 The Alphabet Lookup Table
A=1 · B=2 · C=3 · D=4 · E=5 · F=6 · G=7 · H=8 · I=9 · J=10 · K=11 · L=12 · M=13 · N=14 · O=15 · P=16 · Q=17 · R=18 · S=19 · T=20 · U=21 · V=22 · W=23 · X=24 · Y=25 · Z=26.
E = 5, J = 10, O = 15, T = 20, Y = 25. Five anchor letters, five-apart. To find any letter’s position, find the nearest anchor and add/subtract.
20.3.2 Reverse-Alphabet Positions
Often asked: “From the right end, what position is N?” Formula: Reverse position = 27 − forward position. So N (= 14) is 27 − 14 = 13 from the right.
20.3.3 Standard Letter-Series Patterns
| Pattern | Example | Rule |
|---|---|---|
| Skip-by-constant | A, C, E, G, ? | +2 each |
| Skip-by-growing | A, B, D, G, K, ? | +1, +2, +3, +4 |
| Pair series | AB, CD, EF, ? | Pairs at +2 |
| Alternating | A, Z, B, Y, C, X, ? | Forward and backward together |
| Vowel/consonant | A, E, I, O, ? | Vowels only |
| Group-of-three | ABC, EFG, IJK, ? | Skip one then take three |
20.3.4 Worked Examples
Q. Next: A, D, G, J, ? Gaps: +3 → next = J + 3 = M.
Q. Missing: AC, EG, IK, MO, ? Each pair starts at a +4 letter, +2 within: Next pair starts at Q → QS.
Q. Next: AZ, BY, CX, DW, ? Forward pair 1, 2, 3, 4 … with backward pair Z, Y, X, W … → next = EV.
20.4 Coding-Decoding
A code is a rule that maps a known word/letter/number to another. Decoding reverses the rule.
20.4.1 Six Standard Code Types
- Letter shift / Caesar code — each letter shifted by a constant. DOG → EPH (+1).
- Reverse alphabet — each letter mapped to its mirror. A↔︎Z, B↔︎Y, C↔︎X …. CAT → XZG.
- Number substitution — each letter → its position (or reverse position). BAD → 2-1-4.
- Pair / chunk swap — letters swapped in pairs. CAT → ACT (1↔︎2).
- Mathematical operation code — each letter shifted by varying amounts. CAT → DCW (+1, +2, +3).
- Word-relationship code — entire word remapped per rule (e.g., reverse the word).
20.4.2 Worked Examples
Q. In a code, MUMBAI is written as NVNCBJ. How is DELHI coded? Rule: Each letter +1. D→E, E→F, L→M, H→I, I→J = EFMIJ.
Q. If PEN = 35, how much is INK? P = 16, E = 5, N = 14 → sum = 35. Apply same: I = 9, N = 14, K = 11 → 34.
Q. FACE → IDF H: each letter +3. So MIND → M+3=P, I+3=L, N+3=Q, D+3=G → PLQG.
20.4.3 Tips and Traps
- Many codes use ±1, ±2, ±3 shifts.
- Reverse-alphabet codes use the identity position + reverse-position = 27.
- Check case patterns — sometimes vowels are coded differently from consonants.
- Number codes may add the digits, multiply them, or square them.
20.5 Blood Relations
A blood relation problem describes a family tree from limited clues. Always draw the diagram.
20.5.1 Standard Symbols
- + Male / − Female (some textbooks use ☐ / ◯).
- Horizontal line = spouse.
- Vertical line down = parent-to-child.
- Generations stack downward.
20.5.2 Common Relationship Vocabulary
| Relation | Means |
|---|---|
| Father’s father | Paternal grandfather |
| Mother’s mother | Maternal grandmother |
| Brother’s son | Nephew |
| Sister’s son | Nephew |
| Brother’s daughter | Niece |
| Mother’s brother | Maternal uncle |
| Father’s brother | Paternal uncle |
| Father’s sister | Paternal aunt |
| Mother’s sister | Maternal aunt |
| Wife’s father | Father-in-law |
| Sister’s husband | Brother-in-law |
| Brother’s wife | Sister-in-law |
| Uncle’s son | Cousin |
| Grandfather’s son | Father or uncle |
| Daughter’s son | Grandson |
20.5.3 Worked Examples
Q. Pointing to a man, Sita says, “He is the son of my mother’s only daughter.” How is the man related to Sita?
Method: Sita’s mother’s only daughter = Sita herself. So the man is Sita’s son.
Q. Pointing to a woman, Ravi says, “She is the mother of my father’s only son.” How is the woman related to Ravi?
Method: Ravi’s father’s only son = Ravi himself. So the woman is Ravi’s mother.
Q. A is B’s brother. C is B’s mother. D is C’s father. How is D related to A?
Method: D is C’s father → D is B’s grandfather → since A and B are siblings, D is also A’s grandfather.
20.5.4 Quick Tricks
- “Only son / only daughter” → that person is themselves the speaker’s child or sibling.
- Always list out the family tree on paper.
- Pointing-to-a-photograph puzzles — convert “the photo” to “this person”.
- When the speaker says “my mother’s son” and they have no brothers, it means themselves (if speaker is male).
20.6 Direction Sense
A direction-sense puzzle gives a sequence of movements and asks for the final position, distance, or direction. Always draw the path.
20.6.1 Cardinal Directions
- Opposite directions: N↔︎S, E↔︎W.
- Right-hand rotation from N: N → E → S → W → N.
- Left-hand rotation from N: N → W → S → E → N.
- Sunrise side: East. Sunset side: West. Shadow at sunrise falls to the west.
20.6.2 Standard Patterns
- Net displacement — opposing distances subtract; perpendicular distances combined via Pythagoras.
- Final direction relative to start — track each turn.
- Shortest distance — use Pythagoras for L-shaped or staircase paths.
20.6.3 Worked Example
Q. A man walks 5 km north, then 4 km east, then 3 km south. How far is he from his starting point?
Net: 5 km N − 3 km S = 2 km north. Plus 4 km east. Distance = √(2² + 4²) = √20 = ≈ 4.47 km. Direction = north-east (slightly east of due north-east).
20.6.4 Clock / Angle Rotation Variant
- A person facing N, turns 90° clockwise → faces E.
- A person facing S, turns 45° anti-clockwise → faces SE.
- 180° turn = facing opposite direction.
20.7 Common-PYQ-Variant Puzzles
- Seating arrangement — circular, linear, double-row.
- Ranking / order — “A is taller than B but shorter than C”.
- Calendar / day of week — what day will it be 100 days from today?
- Clock — angle between hour and minute hand.
- Cube / dice — opposite faces and adjacent faces.
- Statement-Conclusion / Statement-Assumption.
- Course of action / Cause-and-effect.
20.8 The Mental-Habits Behind Pattern Recognition
- Slow down on the first 2-3 terms — most patterns reveal themselves there.
- Compute differences and ratios before guessing.
- Eliminate options instead of generating the answer from scratch.
- Test the rule on all given terms before locking in.
- Draw for blood relation and direction problems — always.
- Time-box — if a problem takes > 90 seconds, skip and come back.
20.9 Theory Anchors
| Concept | Origin | Use |
|---|---|---|
| Arithmetic progression (AP) | Pythagoreans / classical | Constant difference |
| Geometric progression (GP) | Classical | Constant ratio |
| Fibonacci sequence | Leonardo of Pisa (Fibonacci), 1202 | aₙ = aₙ₋₁ + aₙ₋₂ |
| Pythagorean theorem | Pythagoras / Baudhāyana | a² + b² = c² (direction puzzles) |
| Caesar cipher | Julius Caesar | Constant letter shift |
| EJOTY mnemonic | Indian competitive-exam tradition | Five-apart anchors in alphabet |
| Triangular numbers | Pythagoreans | n(n+1)/2 |
| Prime sieve (Eratosthenes) | 3rd c. BCE | Generating primes |
20.10 Practice Questions
Next term: 3, 7, 11, 15, ?
View solution
Next term: 2, 6, 18, 54, ?
View solution
Next term: 1, 4, 9, 16, 25, ?
View solution
Next term: 1, 1, 2, 3, 5, 8, ?
View solution
Next term: 5, 11, 23, 47, ?
View solution
Find the WRONG term: 3, 7, 15, 30, 63, 127
View solution
Next letter: A, D, G, J, ?
View solution
Next pair: AZ, BY, CX, DW, ?
View solution
From the right end of the alphabet, which letter is in the 13th position?
View solution
If MUMBAI is coded as NVNCBJ, how is DELHI coded?
View solution
If CAT is coded as XZG (each letter replaced by its mirror in alphabet), how is DOG coded?
View solution
If PEN = 35 (sum of positions), then INK = ?
View solution
Pointing to a photograph, Ravi says, "He is the son of the only daughter of my grandfather." How is the man related to Ravi?
View solution
A is B's wife. C is B's brother. D is C's father. E is D's mother. How is E related to A?
View solution
A boy walks 4 km north, then 3 km east. How far is he from his starting point?
View solution
A man walks 7 km east, then 3 km north, then 4 km west, then 1 km south. How far is he from his start?
View solution
A man facing west turns 90° clockwise, then 180°, then 45° anti-clockwise. He is now facing:
View solution
Using EJOTY, what is the position of the letter Q in the alphabet?
View solution
In a code, FACE = IDFH (each letter +3). Encode MIND.
View solution
Pointing to a woman, a man says, "She is the daughter of the wife of my father's only son." How is the woman related to the man?
View solution
20.11 Quick Recall
- Number series patterns: AP · GP · Squares · Cubes · Fibonacci · Primes · Mixed-operation · Increasing-difference.
- Memorise: First 10 squares (1-100), cubes (1-1000), primes (2-29), Fibonacci (1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89), triangular numbers (1, 3, 6, 10, 15, 21).
- 4-step recipe: differences → AP/GP check → second differences / alternating → special families.
- Alphabet positions: A=1 … Z=26. EJOTY mnemonic: E5, J10, O15, T20, Y25.
- Reverse position = 27 − forward position.
- Letter-series patterns: Skip-constant · Skip-growing · Pair · Alternating · Vowel/consonant · Group-of-three.
- 6 code types: Caesar shift · Reverse alphabet · Number substitution · Pair swap · Mathematical operation · Word-relationship.
- Code identity: position + reverse-position = 27.
- Blood relations: Draw the tree; use “+/−” or “☐/◯”; horizontal = spouse, vertical = parent-child; “only son/daughter” trick = the speaker/their child themselves.
- Direction sense: N↔︎S · E↔︎W; right-rotation from N: N→E→S→W; sunrise=East; Pythagoras for L-shaped distance.
- Common combo: net displacement (opposite cancels, perpendicular Pythagoras).
- Mental habits: examine first 2-3 terms slowly · compute differences and ratios · eliminate · test on full series · draw for relations & directions · time-box 90 sec.