Series and Coding
Overview
Series and Coding forms a vital component of the Reasoning section in HTET across all three levels (PRT, TGT, and PGT). This topic tests your ability to identify patterns, think logically, and decode hidden relationships—skills essential for any teacher who must solve problems systematically and teach logical thinking to students.
In HTET, you can expect 3–5 questions from this topic, making it a reliable scoring area if you master the patterns. The questions are typically straightforward once you recognize the underlying logic, but time pressure makes quick pattern recognition crucial. Focus on building speed through practice rather than memorizing every possible pattern.
The topic divides into three main areas: number series (arithmetic and geometric patterns), letter series (alphabetical position-based patterns), and coding-decoding (substitution and shifting rules). Mastering these builds the logical foundation useful across the entire reasoning section.
Key Concepts
- **Number Series Pattern Types**: Numbers follow arithmetic progressions (constant difference), geometric progressions (constant ratio), squares/cubes, alternating operations, or combinations of these. Always check the difference between consecutive terms first.
- **Letter Position Values**: Every letter has a position value (A=1, B=2... Z=26). Most letter series problems reduce to number series once you convert letters to positions.
- **Alphabetical Direction**: Series can move forward (A→B→C) or backward (Z→Y→X). Mixed series alternate directions or apply different rules to odd/even positions.
- **Coding by Substitution**: In direct coding, each letter/word is replaced by a specific symbol, letter, or number. The code remains consistent throughout the problem.
- **Coding by Shifting**: Letters shift by a fixed number of positions. "CAT = DBU" means each letter shifted +1. The shift value may be constant or follow a pattern.
- **Opposite Letter Concept**: A↔Z, B↔Y, C↔X (positions sum to 27). This pattern appears frequently in coding problems.
- **Alternate Position Series**: Odd-positioned terms follow one rule; even-positioned terms follow another. Separate them mentally to find two simpler patterns.
- **Mixed Alphanumeric Series**: Combine number and letter rules. Treat the number part and letter part as independent series.
Formulas / Key Facts
**Letter Position Quick Reference**:
- A=1, E=5, I=9, J=10, M=13, N=14, O=15, S=19, T=20, Z=26
- Opposite pairs: A↔Z (1+26=27), B↔Y, C↔X, D↔W... M↔N
**Common Number Patterns**:
- Squares: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100
- Cubes: 1, 8, 27, 64, 125, 216, 343, 512, 729, 1000
- Primes: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31
**Shift Formula for Coding**:
- New position = (Old position + Shift − 1) mod 26 + 1
- For shift +3: A→D, X→A (wraps around)
**Difference Method**: Calculate first-level differences. If not constant, calculate second-level differences. Constant second differences indicate quadratic pattern.
**Fibonacci-type**: Each term = sum of previous two terms (2, 3, 5, 8, 13...)
Worked Examples
**Example 1 — Number Series** Find the missing term: 2, 6, 12, 20, 30, ?
Step 1: Find differences → 6−2=4, 12−6=6, 20−12=8, 30−20=10 Step 2: Differences are 4, 6, 8, 10 (increasing by 2) Step 3: Next difference = 12 Step 4: Answer = 30 + 12 = **42**
Alternative view: Terms are n(n+1) → 1×2=2, 2×3=6, 3×4=12... 6×7=42
**Example 2 — Letter Series** Find the next term: AZ, BY, CX, DW, ?
Step 1: First letters → A, B, C, D (moving forward +1) Step 2: Second letters → Z, Y, X, W (moving backward −1) Step 3: Next term: E (D+1) and V (W−1) Step 4: Answer = **EV**
**Example 3 — Coding-Decoding** If FRIEND = HUMGPF, how is CANDLE written?
Step 1: Find the pattern
- F(6)→H(8): +2
- R(18)→U(21): +3
- I(9)→M(13): +4
- E(5)→G(7): +2
- N(14)→P(16): +2
- D(4)→F(6): +2
Step 2: Pattern is +2, +3, +4, +2, +2, +2 (or observe positions 1,2,3 shift differently)
Re-check: Actually F→H(+2), R→U(+3), I→M(+4), E→G(+2), N→P(+2), D→F(+2) Pattern for 6 letters: +2, +3, +4, +2, +2, +2
Step 3: Apply to CANDLE
- C(3)+2=E, A(1)+3=D, N(14)+4=R, D(4)+2=F, L(12)+2=N, E(5)+2=G
- Answer = **EDRFNG**
Common Mistakes
- **Assuming constant difference too quickly** → Always calculate at least 4 differences before concluding. Some series have changing differences that follow their own pattern.
- **Forgetting alphabet wrap-around** → Z+1=A, not "beyond Z." When a shift takes you past Z, continue from A. Similarly, A−1=Z.
- **Mixing up coding direction** → If encoding adds +2, decoding subtracts 2. Read the question carefully—are you encoding or decoding?
- **Ignoring alternate position patterns** → If differences seem random, separate odd positions (1st, 3rd, 5th) from even positions (2nd, 4th, 6th) and check each group independently.
- **Not verifying the pattern on all given terms** → Always check your discovered rule against every term in the series before answering. A pattern that works for 3 terms might fail on the 4th.
- **Confusing position value with alphabetical order** → In opposite-letter coding, L(12) pairs with O(15) only if you miscalculate. Correct: L(12) + O(15) = 27, so L↔O is correct.
Quick Reference
- First step for any number series: calculate differences between consecutive terms.
- Memorize: A=1, M=13, N=14, Z=26 for quick letter-to-number conversion.
- Opposite letters always sum to 27: check by adding positions.
- If series looks chaotic, try separating odd and even positions.
- In coding problems, compare letter-by-letter to find shift values.
- Common shifts in exams: +1, +2, +3, opposite letter, reverse word order.