Alphabet Series
Convert letters to positions (A=1 … Z=26) and treat it like a number series. The usual rules are a fixed step (+2, +3), a growing step, or skipping a fixed number of letters. Recount positions if a pattern seems to break.
Turn letters into numbers
The moment you write each letter's position, an alphabet series becomes an ordinary number series. "A, C, E, G" is just 1, 3, 5, 7 — a step of +2 — so the next is 9 = I.
| Series | Positions | Rule → next |
|---|---|---|
| A, C, E, G | 1, 3, 5, 7 | +2 → I (9) |
| B, D, G, K | 2, 4, 7, 11 | +2, +3, +4 → P (16) |
| Z, X, V, T | 26, 24, 22, 20 | −2 → R (18) |
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Patterns to scan, in order
| Constant difference | +k each term (AP) |
|---|---|
| Constant ratio | ×k each term (GP) |
| Growing difference | +1, +2, +3 … (look at 2nd differences) |
| Squares / cubes | 1,4,9,16 … or 1,8,27,64 … |
| Alternating | two interleaved series |