Difficulty: Easy
Correct Answer: CFI
Explanation:
Introduction / Context:
Here, each of the three letter positions undergoes the same forward shift by a fixed value across terms.
Given Data / Assumptions:
Concept / Approach:
Compute letter-to-letter jumps across terms for each position; a constant +9 emerges.
Step-by-Step Solution:
Verification / Alternative check:
Reversing from CFI by −9 retrieves TWZ, confirming the fixed-shift pattern.
Why Other Options Are Wrong:
IJL, BDF, ADG use different step sizes and do not preserve the +9 rule in all three positions.
Common Pitfalls:
Missing wrap-around arithmetic when passing Z to A.
Final Answer:
CFI.
Discussion & Comments