Consider the following multi-pattern alphanumeric series:
Which of the following alphanumeric terms correctly completes the given sequence?
Which of the following alphanumeric terms correctly completes the given sequence?
- A1441EAnswer
- BZ1446F
- CA1440Q
- DB1441E
Answer
A1441E
The correct term is determined by combining three distinct concurrent rules: the first letter shifts forward by incrementally larger intervals (+3, +4, +5, +6, +7) wrapping from T to A; the middle number follows the operational recurrence relation (Previous × n) - (n - 1) yielding (241 × 6) - 5 = 1441; and the third letter shifts backward by expanding steps (-2, -3, -4, -5, -6) moving from K to E.
Step-by-Step Solution
Key Concept
Multi-layered Alphanumeric Series Completion