Difficulty: Easy
Correct Answer: E4
Explanation:
Introduction / Context:
Alphanumeric series combine letter progressions with number rules. Here, the letters descend alphabetically while the numbers grow by a simple deterministic pattern.
Given Data / Assumptions:
Concept / Approach:
Inspect letters and numbers separately. Letters: F → E → D → C → B (each step moves one position backward in the alphabet). Numbers: 2 → 4 → 8 → 16 → 32 (each step doubles).
Step-by-Step Solution:
From F2, the next letter is E and the next number is 2*2 = 4.Therefore, the missing term is E4.Continuing verifies: E4, D8, C16, B32.
Verification / Alternative check:
Check both tracks independently: letters F,E,D,C,B (−1 each step); numbers 2,4,8,16,32 (×2 each step). Both tracks are consistent.
Why Other Options Are Wrong:
Common Pitfalls:
Trying to link letters and numbers into a single arithmetic rule rather than analyzing them independently.
Final Answer:
E4
Discussion & Comments