Every term likeA1orZ26is two series in parallel — a letter component (position 1–26) and a number component. Isolate each, find its rule, then recombine. The letter is just a number in disguise.
Common trap: assuming the number is always the position of the letter (A=1). Sometimes it is; sometimes the two run independently — test the correlation after isolating.
| Letter | A | B | C | D | E | F | G | H | I | J | K | L | M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Position | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| Letter | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Position | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 |
Speed trick: memorize 5 anchors — A1, E5, J10, O15, T20, Z26 — then count offset: e.g., M is 13 (two before O15? Actually J10 +3 = M13; or T20 −7 = M13). EJOTY (5,10,15,20,26) is the classic mnemonic.
Some series run reverse — Z is treated as 1, Y as 2… A as 26. Reverse value =
27 − forward position. Example: Z(1)→ Y(2)→ X(3). If the series is descending
(Z,X,V…), convert to forward numbers and look for −2 steps.
Beyond Z wraps to A. Rule: position 27 → 1 (A), 28 → 2 (B) etc. For
skip of +3: X(24) → Y(25) → Z(26) → A(1) → B(2) → C(3). Calculation:
next = ((current + step −1) mod 26) +1.
Convert letters to position numbers, then look for:
Check both directions: forward +k and backward −k —
convert to forward numbers first to see the sign clearly.
Same catalogue as Module 01 series — reuse that checklist.
L (A=1) or
L±k? In many basic series it is; in harder ones the two are independent — test
after isolating.
| Symbol | Meaning |
|---|---|
L |
Letter position 1–26 |
Gap (g) |
Steps between consecutive letters/numbers |
Direction (d) |
Forward (+) or backward (−) |
n |
Term position (1st, 2nd, …) |
A=1, Z=?
Reverse: Z=1, Y=2, A=?
EJOTY anchor: J is?
Wrapping: Z+1 → ?
A→C (+2), C→F (+3), F→J (+4) → next?
Numbers 5,8,11,14 → rule?
Method: first step to solve?
Term A1: is number = position?
Term ⇒ letter + number ; isolate each → solve → recombine
A1…Z26 ; EJOTY:5,10,15,20,26 ; reverse =27−forward ; wrap mod26 (27→A)
Movement: linear +k ; increasing gaps +2,+3,+4 ; backward −k
AP +k ; GP ×k ; squares/cubes ; primes ; increasing step +1,+2…
1) Isolate letters → direction/gap ; 2) Isolate numbers → rule ; 3) Check if number = L (correlated?) ; 4) Predict next → combine ; 5) Cross-verify with options
Primary source: none pinned yet — drop your preferred video/book resource into RESOURCES.md and it will be linked here. Ask me anything that's unclear.
Questions? Ask your agent — you can follow up on any concept, quiz answer, or get extra practice problems tuned to this module.