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:
Common English word = 'go'; common token = {pa}. Therefore, 'go' ↔ 'pa'.Neither statement alone can identify which token corresponds to 'go' without the cross-sentence intersection.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