Difficulty: Medium
Correct Answer: ZKW
Explanation:
Introduction / Context:
Three synchronous letter streams evolve with steadily increasing forward jumps; wrap-around arithmetic applies at Z→A.
Given Data / Assumptions:
Concept / Approach:
Observe jump sizes in each column: they grow by +1 each step (e.g., +3, +4, +5, +6, +7 … for 1st column), with similar patterns in other columns but starting at different offsets.
Step-by-Step Solution:
Verification / Alternative check:
Subtracting the same jumps in reverse retrieves SBL, confirming pattern integrity.
Why Other Options Are Wrong:
XKW breaks the +7 requirement for the first column; ZKU/ZAB fail other column jumps.
Common Pitfalls:
Not accounting for wrap-around when sums exceed 26.
Final Answer:
ZKW.
Discussion & Comments