Difficulty: Easy
Correct Answer: FmgX
Explanation:
Introduction / Context:
This is a pure rearrangement (reversal) analogy. Many coding-decoding questions use simple reversals to test attention to letter order rather than arithmetic shifts.
Given Data / Assumptions:
Concept / Approach:
Check whether the second term is the reverse of the first. Since KeaC reversed letter-by-letter is CaeK, the rule is “reverse the string.” Apply the same to the new term.
Step-by-Step Solution:
Verification / Alternative check:
Reverse FmgX to retrieve XgmF; this confirms a perfect involution (operation equals its own inverse).
Why Other Options Are Wrong:
Common Pitfalls:
Overthinking a simple reversal and searching for shifts; always test the simplest pattern first—often it is a full reverse.
Final Answer:
FmgX
Discussion & Comments