Alphanumeric Series

Module 07 — Lesson 0007 · In Depth · 40 min

Every term like A1 or Z26 is 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.

1. The Two Pillars of the Series

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.

2. Decoding the Alphabet — Positions Are Numbers

Forward Positioning (A=1 → Z=26)

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.

Backward (Reverse) Positioning

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.

Alphabet Wrapping (Modulo 26)

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.

Alphabet positions and wrapping A1 | E5 | J10 | O15 | T20 | Z26 EJOTY anchors → count offset X24 Y25 Z26 A1 B2 C3 Wrapping: 26→1 (mod 26)
EJOTY anchors (5,10,15,20,26) + wrapping modulo 26 — the two speed tools for letters.

3. Identifying Letter Movement Patterns

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.

4. Identifying Numerical Patterns

Same catalogue as Module 01 series — reuse that checklist.

5. Step-by-Step Solving Methodology

  1. Isolate the letter series: write only letters, decide forward vs backward and gap size.
  2. Isolate the number series: write only numbers, find arithmetic/algebraic rule.
  3. Check for correlation: is number simply L (A=1) or L±k? In many basic series it is; in harder ones the two are independent — test after isolating.
  4. Predict next term: apply letter rule → next letter, number rule → next number, combine.
  5. Cross-verify with options: if predicted combo is absent, look for a secondary pattern (alternating rules, e.g., odd positions AP, even positions GP).
Isolate → solve → recombine A1, C4, G9, J16… Split Letters: A(1),C(3),G(7)… +2, +4 → next +6 → M(13) Numbers: 1,4,9,16… n² → next 25 M25 recombine
Isolate letters and numbers, solve each, then recombine — and check correlation (is number = position?).
Worked: Series: B2, D5, G10, J17…
Letters: B(2)→D(4) +2, D→G +3, G→J +3? Actually 2→4 (+2), 4→7 (+3), 7→10 (+3) — not monotonic. Check again: maybe +2,+3,+4… would be 2,4,7,11 — but we have 2,4,7,10 → gaps +2,+3,+3. Check numbers: 2,5,10,17 → differences +3,+5,+7 (primes/increasing odds) → next +9 → 26. Letters: B(2),D(4),G(7),J(10) → gaps +2,+3,+3 → next? Could be +4 → N(14). So next term N26. Verify correlation? Letter positions 2,4,7,10 vs numbers 2,5,10,17 — not correlated (numbers are n²+1). So independent.

6. Summary of Pattern Variables

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?

Notes

Alphanumeric :-

Term ⇒ letter + number ; isolate each → solve → recombine

Alphabet :-

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

Numbers :-

AP +k ; GP ×k ; squares/cubes ; primes ; increasing step +1,+2…

Method :-

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.

← Prev: Cubes Next: Reasoning Analogy →

Questions? Ask your agent — you can follow up on any concept, quiz answer, or get extra practice problems tuned to this module.