Question

Difficulty: MediumNumber and Alphabet Series

Consider the following alphanumeric series:
Z1A,X2C,V6E,T24G,R120I,Z1A, X2C, V6E, T24G, R120I, \dots

What is the next term in this series?

  1. P720KAnswer
  2. B
    Q720K
  3. C
    P720J
  4. D
    P144K

Answer

The correct next term is P720K.
The term P720K correctly combines all three independent patterns: the first letter decreases by 2 positional steps in the alphabet (Z -> X -> V -> T -> R -> P), the central numerical term multiplies by increasing integers (1×21 \times 2, 2×32 \times 3, 6×46 \times 4, 24×524 \times 5, 120×6=720120 \times 6 = 720), and the last letter increases by 2 positional steps (A -> C -> E -> G -> I -> K).

Step-by-Step Solution

1
Analyze the first letter sequence
Alphabetical positions: Z(26),X(24),V(22),T(20),R(18)Z (26), X (24), V (22), T (20), R (18). The pattern is a step shift of 2-2. The next letter position is 182=1618 - 2 = 16, which corresponds to PP.
Determine the rule governing the initial letter of each term.
2
Analyze the middle numerical sequence
The sequence is 1,2,6,24,1201, 2, 6, 24, 120. The multipliers increase sequentially: 1×2=21 \times 2 = 2, 2×3=62 \times 3 = 6, 6×4=246 \times 4 = 24, 24×5=12024 \times 5 = 120. The next multiplier is 66, so 120×6=720120 \times 6 = 720.
Identify the multiplication progression for the numerical components.
3
Analyze the final letter sequence
Alphabetical positions: A(1),C(3),E(5),G(7),I(9)A (1), C (3), E (5), G (7), I (9). The pattern is a step shift of +2+2. The next letter position is 9+2=119 + 2 = 11, which corresponds to KK.
Determine the rule governing the trailing letter of each term.
4
Combine the components
Combining the first letter (PP), middle number (720720), and last letter (KK) yields P720KP720K.
Assemble the complete final term of the series.

Key Concept

Multi-component alphanumeric series pattern recognition combining arithmetic step shifts and factorial multiplication.
Estimated Time:1m 0s
Rate this question