Difficulty: Easy
Correct Answer: Both Statements I and II together are necessary to answer the question.
Explanation:
Introduction / Context:
We must isolate the unique code for 'go' using two coded sentences that both contain the word.
Given Data / Assumptions:
Concept / Approach:
Intersection logic: common English word across sentences ('go') maps to the common token across their code sets.
Step-by-Step Solution:
Verification / Alternative check:
Assign the remaining tokens bijectively to the other words; no conflicts occur.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming positional order implies mapping; DS treats them as sets.
Final Answer:
D — Both statements together are necessary ('go' = 'pa').
Discussion & Comments