Difficulty: Easy
Correct Answer: MARVEL
Explanation:
Introduction / Context:Here a fixed set of letters is encoded as symbols. We must invert the mapping to recover the original word.
Given Data / Assumptions:
Concept / Approach:Translate each symbol back to its letter using the inverse of the given table.
Step-by-Step Solution:
^ → M@ → Aα → Rγ → V% → Eδ → LRecovered word: MARVELVerification / Alternative check:Re-encode MARVEL using the forward code to obtain the same symbol sequence.
Why Other Options Are Wrong:
Common Pitfalls:Reading γ as G; it encodes V per the table.
Final Answer:MARVEL
Discussion & Comments