Difficulty: Easy
Correct Answer: SH
Explanation:
Introduction / Context:
Paired-letter sequences usually feature a rule for the first letters and another (often mirrored) rule for the second letters. This symmetric behavior is common in exam patterns.
Given Data / Assumptions:
Concept / Approach:
Track first letters and second letters separately to reveal constant steps.
Step-by-Step Solution:
First letters: A(1) → G(7) → M(13) → ? → Y(25). Step size: +6 repeatedly → next first letter = 13 + 6 = 19 → S.Second letters: Z(26) → T(20) → N(14) → ? → B(2). Step size: −6 repeatedly → next second letter = 14 − 6 = 8 → H.Thus the missing pair is SH.
Verification / Alternative check:
Continuing +6 for the first letters and −6 for the second letters neatly produces the final given pair YB, confirming consistency.
Why Other Options Are Wrong:
Common Pitfalls:
Mixing up the order or applying the step to both letters in the same direction. Many puzzles intentionally mirror the steps to opposite directions for symmetry.
Final Answer:
SH
Discussion & Comments