6.2 Number Series, Letter Series, Coding-Decoding & Direction Tests

Key Takeaways

  • Number series patterns are diagnosed through a systematic hierarchy: common difference (arithmetic), common ratio (geometric), difference of differences (two-tier), perfect squares and cubes ($n^2 \pm k, n^3 \pm k$), and alternating twin sequences.
  • Alphabet letter series and coding problems rely on forward positional values ($A=1$ to $Z=26$), reverse positions ($27 - \text{forward position}$), the EJOTY benchmark ($5, 10, 15, 20, 25$), and the 13 complementary opposite-letter pairs (summing to 27).
  • Coding-decoding archetypes span letter shifting, opposite-letter substitution, matrix position coding, and sentence deciphering through common word elimination across statements.
  • Direction sense problems are resolved by standard 8-point compass navigation, applying the Pythagorean theorem ($d = \sqrt{\Delta x^2 + \Delta y^2}$) for shortest straight-line displacement.
  • Shadow problems follow rigid solar geometry: at sunrise, shadows cast due West (falling to the left of a person facing North); at sunset, shadows cast due East; at 12:00 noon, shadows are vertically negligible.
Last updated: August 2026

Number Series, Letter Series, Coding-Decoding & Direction Tests

Quick Answer: Mathematical and verbal reasoning in UGC NET Paper 1 evaluates logical pattern identification and spatial reasoning. Master number series by checking differences, ratios, two-tier differences, squares ($n^2 \pm k$), and cubes ($n^3 \pm k$). For letter series and coding, memorize forward positional values ($A=1$ to $Z=26$), the EJOTY benchmark ($5, 10, 15, 20, 25$), and opposite-letter pairs summing to $27$. For direction sense, trace movements on an $8$-point compass and compute displacement using Pythagoras' theorem: $d = \sqrt{(\Delta x)^2 + (\Delta y)^2}$.


1. Number Series Patterns and Diagnostic Hierarchy

Number series questions present a sequence of numbers following a specific mathematical rule. The objective is to identify the underlying pattern to find a missing term or identify the wrong term. Approaching an unfamiliar series requires a structured diagnostic hierarchy.

                  [ Step 1: Growth Rate Inspection ]
                             /              \
     Gradual Increase/Decrease          Rapid / Exponential Growth
                 |                                  |
     [ Check Differences (AP) ]          [ Check Ratios (GP / Cubes) ]
                 |                                  |
     [ Check Two-Tier Differences ]      [ Check Powers: n² ± k, n³ ± k ]
                 \
                  [ Check Alternating / Twin Series & Fibonacci ]

Primary Sequence Archetypes

  1. Arithmetic Progressions (Constant or Progressive Difference):

    • Constant Difference: Each consecutive term differs by a fixed constant $d$. Example: 7,12,17,22,27(d=+5)\text{Example: } 7, 12, 17, 22, 27 \quad (d = +5)
    • Progressive Difference: The difference increases or decreases systematically. Example: 2,5,10,17,26(+3,+5,+7,+9    differences are consecutive odd numbers)\text{Example: } 2, 5, 10, 17, 26 \quad (+3, +5, +7, +9 \implies \text{differences are consecutive odd numbers})
  2. Geometric Progressions (Constant or Progressive Multipliers):

    • Constant Ratio: Terms grow by a constant multiplier $r$. Example: 6,18,54,162,486(×3)\text{Example: } 6, 18, 54, 162, 486 \quad (\times 3)
    • Progressive Multiplier: Multiplier increments with each term. Example: 3,3,6,18,72,360(×1,×2,×3,×4,×5)\text{Example: } 3, 3, 6, 18, 72, 360 \quad (\times 1, \times 2, \times 3, \times 4, \times 5)
  3. Difference of Differences (Two-Tier and Three-Tier Series): When the first difference yields no obvious pattern, calculate the second-order differences. Series: 1,4,11,23,41,66\text{Series: } 1, 4, 11, 23, 41, 66

    • First difference: $+3, +7, +12, +18, +25$
    • Second difference: $+4, +5, +6, +7$ (Constant $+1$ second difference)
    • Next first difference $= 25 + 8 = 33 \implies \text{Next term} = 66 + 33 = 99$.
  4. Square and Cube Formats ($n^2 \pm k$ and $n^3 \pm k$):

    • Squares: $n^2, n^2 + 1, n^2 - 1, n^2 + n$. Example: 2,5,10,17,26,37    (12+1,22+1,32+1,42+1,52+1,62+1)\text{Example: } 2, 5, 10, 17, 26, 37 \implies (1^2+1, 2^2+1, 3^2+1, 4^2+1, 5^2+1, 6^2+1) Example: 0,6,20,42,72    (121,323,525,727,929)\text{Example: } 0, 6, 20, 42, 72 \implies (1^2-1, 3^2-3, 5^2-5, 7^2-7, 9^2-9)
    • Cubes: $n^3, n^3 + 1, n^3 - 1, n^3 + n, n^3 - n$. Example: 0,6,24,60,120,210    (131,232,333,434,535,636)\text{Example: } 0, 6, 24, 60, 120, 210 \implies (1^3-1, 2^3-2, 3^3-3, 4^3-4, 5^3-5, 6^3-6) Example: 2,9,28,65,126,217    (13+1,23+1,33+1,43+1,53+1,63+1)\text{Example: } 2, 9, 28, 65, 126, 217 \implies (1^3+1, 2^3+1, 3^3+1, 4^3+1, 5^3+1, 6^3+1)
  5. Alternating / Interleaved (Twin) Series: Two distinct sequences interwoven at odd and even indices. Whenever a series alternates between increasing and decreasing, test for two parallel series. Series: 4,20,8,17,12,14,16,11,[?]\text{Series: } 4, 20, 8, 17, 12, 14, 16, 11, [?]

    • Odd positions: $4, 8, 12, 16, \dots (+4 \text{ progression})$
    • Even positions: $20, 17, 14, 11, \dots (-3 \text{ progression})$
    • Next term (position 9, odd): $16 + 4 = 20$.
  6. Fibonacci and Generalized Additive Series: Each term is the sum of the preceding two terms: $T_n = T_{n-1} + T_{n-2}$. Standard Fibonacci: 1,1,2,3,5,8,13,21,34,55\text{Standard Fibonacci: } 1, 1, 2, 3, 5, 8, 13, 21, 34, 55 Generalized Additive: 3,5,8,13,21,34,55\text{Generalized Additive: } 3, 5, 8, 13, 21, 34, 55 Three-term Additive (Tribonacci): 1,2,4,7,13,24,44(1+2+4=7;2+4+7=13)\text{Three-term Additive (Tribonacci): } 1, 2, 4, 7, 13, 24, 44 \quad (1+2+4=7; 2+4+7=13)


2. Alphabet Letter Series and Coding Mastery

Alphabet-based reasoning requires rapid retrieval of numerical positions and structural relationships between letters.

Positional Indexing Frameworks

  • Forward Positional Values ($1$ to $26$): $A=1, B=2, C=3, \dots, Z=26$.
  • Reverse Positional Values ($26$ to $1$): $A=26, B=25, C=24, \dots, Z=1$.
  • Formula for Reverse Position: Reverse Position=27Forward Position\text{Reverse Position} = 27 - \text{Forward Position}

Memory Benchmarks: The EJOTY and CFILORUX Rules

RuleLetter SequenceNumerical Positions
EJOTYE – J – O – T – YMultiples of $5$: $5, 10, 15, 20, 25$
CFILORUXC – F – I – L – O – R – U – XMultiples of $3$: $3, 6, 9, 12, 15, 18, 21, 24$
DHLPTXD – H – L – P – T – XMultiples of $4$: $4, 8, 12, 16, 20, 24$

Complementary Opposite-Letter Pairs (Sum $= 27$)

Two letters are opposites when their forward and reverse positions match. Their positional values always sum to $27$ ($1+26=27, 2+25=27$, etc.).

PairPositionsMnemonic AnchorPairPositionsMnemonic Anchor
A – Z$1 + 26 = 27$AZad / AmazonH – S$8 + 19 = 27$High School
B – Y$2 + 25 = 27$BYe / BoyI – R$9 + 18 = 27$Indian Railway
C – X$3 + 24 = 27$CruX / CraxJ – Q$10 + 17 = 27$Jungle Queen
D – W$4 + 23 = 27$DeW / DownK – P$11 + 16 = 27$KanPur / PK
E – V$5 + 22 = 27$EVening / LoveL – O$12 + 15 = 27$LOve
F – U$6 + 21 = 27$FUll / Fair UnfairM – N$13 + 14 = 27$MaN
G – T$7 + 20 = 27$GT Road

3. Coding-Decoding Archetypes and Solution Strategies

  1. Letter Shifting (Direct Positional Transformation): Letters shift forward ($+k$) or backward ($-k$) by fixed, progressive, or alternating increments.

    • Constant Shift: If TEACHER is coded as VGCEJGT, every letter is shifted by $+2$ ($T \rightarrow V, E \rightarrow G, A \rightarrow C$).
    • Progressive Shift: If LIGHT is coded as MJJLW, the shifts are $+1, +2, +3, +4, +5$.
    • Alternating Shift: $+1, -1, +1, -1$ or $+2, -2, +2, -2$.
  2. Opposite Letter / Reverse Coding: Replacing letters with their complementary opposite letters ($A \leftrightarrow Z, B \leftrightarrow Y$).

    • If KING is coded as PRMT ($K \leftrightarrow P, I \leftrightarrow R, N \leftrightarrow M, G \leftrightarrow T$).
  3. Positional Rearrangement (Cross-Pairing / Transposition): The letters within the word are rearranged without changing their identity.

    • Pairs Swapped: SYSTEM $\rightarrow$ SY-ST-EM $\rightarrow$ YS-TS-ME $\implies$ YSTSME.
    • Half-Word Reversal: BREAKTHROUGH (12 letters) $\rightarrow$ split into two halves of 6 letters and reverse each half independently.
  4. Mathematical & Numerical Coding: Words are converted into numbers based on place values, sums, products, or letter counts.

    • Sum of Place Values: If CAT $= 3 + 1 + 20 = 24$, then DOG $= 4 + 15 + 7 = 26$.
    • Sum of Reverse Place Values: CAT $= 24 + 26 + 7 = 57$.
    • Sum Multiplied by Word Length: $\text{Value} = (\sum \text{positions}) \times \text{number of letters}$.
  5. Sentence Deciphering via Common Word Elimination: Identify unique code-word correspondences by comparing multiple statements.

    • Statement 1: "pit dar na" means "you are good"
    • Statement 2: "dar tok pa" means "good and bad"
    • Statement 3: "na tim si" means "they are late"
    • Deduction: Comparing (1) and (2), common word is "good" and common code is "dar" $\implies \text{good} = \text{dar}$.
    • Comparing (1) and (3), common word is "are" and common code is "na" $\implies \text{are} = \text{na}$.
    • From (1), remaining code is "pit" and remaining word is "you" $\implies \text{you} = \text{pit}$.
Loading diagram...
8-Point Compass Navigation and Rotational System

4. Direction Sense Tests and Spatial Geometry

Direction sense problems test spatial orientation, tracking vector displacements, turns, and solar shadow orientations.

The Standard 8-Point Compass

  • Four Cardinal Directions: North (N), South (S), East (E), West (W) at $90^\circ$ separations.
  • Four Intercardinal / Ordinal Directions: North-East (NE), South-East (SE), South-West (SW), North-West (NW) at $45^\circ$ bisectors.

Turn Conventions

  • Right Turn: Always rotate $90^\circ$ Clockwise (CW) relative to the current facing vector.
  • Left Turn: Always rotate $90^\circ$ Counter-Clockwise (CCW) relative to the current facing vector.
  • If a person is facing North: Right turn $\rightarrow$ East; Left turn $\rightarrow$ West.
  • If a person is facing South: Right turn $\rightarrow$ West; Left turn $\rightarrow$ East.
  • If a person is facing East: Right turn $\rightarrow$ South; Left turn $\rightarrow$ North.
  • If a person is facing West: Right turn $\rightarrow$ North; Left turn $\rightarrow$ South.

Shortest Distance / Displacement Calculation

To find the straight-line displacement from starting point $(0,0)$ to final point $(x, y)$, resolve all movements into net horizontal $(\Delta x)$ and net vertical $(\Delta y)$ vectors, then apply the Pythagorean Theorem:

d=(Δx)2+(Δy)2d = \sqrt{(\Delta x)^2 + (\Delta y)^2}

Common Pythagorean Triples ($a, b, c$ where $a^2 + b^2 = c^2$)
$(3, 4, 5) \implies (6, 8, 10), (9, 12, 15), (30, 40, 50)$
$(5, 12, 13) \implies (10, 24, 26), (15, 36, 39)$
$(8, 15, 17) \implies (16, 30, 34)$
$(7, 24, 25)$ and $(9, 40, 41)$

Solar Shadow Principles

Shadow analysis is determined strictly by the sun's celestial position:

Solar TimeSun's DirectionDirection of Cast ShadowFacing NorthFacing SouthFacing EastFacing West
Morning (Sunrise)EastWestShadow to LeftShadow to RightShadow BehindShadow in Front
Evening (Sunset)WestEastShadow to RightShadow to LeftShadow in FrontShadow Behind
12:00 NoonDirectly OverheadDirectly BelowNo horizontal shadowNo horizontal shadowNo horizontal shadowNo horizontal shadow

[!TIP] Quick Shadow Rule: At sunrise, shadows always point West. If a person's shadow falls to their left, they must be facing North ($90^\circ$ clockwise from West). If their shadow falls to their right, they must be facing South ($90^\circ$ counter-clockwise from West).

Test Your Knowledge

In a certain code language, if the word 'STREAM' is coded as 'TVUHEO', what will be the code for 'SUBMIT' following the exact same positional rule?

A
B
C
D
Test Your Knowledge

What is the next term in the number series: 4, 11, 30, 67, 128, [?] ?

A
B
C
D
Test Your Knowledge

A researcher walks 30 metres toward the East, turns right and walks 40 metres, then turns left and walks 10 metres, and finally turns left and walks 70 metres. How far is the researcher from the starting point in a straight line?

A
B
C
D
Test Your Knowledge

One evening before sunset, two friends, Ananya and Rohan, were talking to each other face to face in a campus garden. If Rohan's shadow was exactly to the left of Ananya, which direction was Rohan facing?

A
B
C
D