Difficulty: Easy
Correct Answer: KLMN
Explanation:
Introduction / Context:
“ABCD → OPQR” implies a constant forward shift in the alphabet. A → O is a +14 move, and the same applies to B → P, etc. Apply +14 to WXYZ.
Given Data / Assumptions:
Concept / Approach:
Use modular arithmetic over 26 letters (A=1…Z=26).
Final Answer:
KLMN
Discussion & Comments