Difficulty: Easy
Correct Answer: VRNP
Explanation:
Introduction / Context:
This coding analogy uses a simple reversal of letter order. Such items test your precision in handling sequence transformations without introducing unnecessary arithmetic on letters.
Given Data / Assumptions:
Concept / Approach:
Since CEDH reversed is HDEC, the rule is reversal. To find ? that maps to PNRV, reverse PNRV to obtain the preimage. Reversal is an involution, so the same operation encodes and decodes.
Step-by-Step Solution:
Verification / Alternative check:
Encode VRNP by reversing → PNRV. This matches perfectly, verifying the solution.
Why Other Options Are Wrong:
Common Pitfalls:
Attempting letter shifts where none exist, or mis-ordering the reversed letters (e.g., swapping middle pair only). Carefully reverse from last to first.
Final Answer:
VRNP
Discussion & Comments