Difficulty: Easy
Correct Answer: Either I or II is sufficient
Explanation:
Introduction / Context:
We are asked to find the unique codeword for 'good' given one reference sentence (from the question) and additional coded sentences as statements. As a DS item, we judge whether each statement alone is enough, given the base sentence 'sin co bye' = 'He is good'.
Given Data / Assumptions:
Concept / Approach:
Use intersection logic. When two coded sentences share exactly one English word, the shared word corresponds to the shared code. Alternatively, when two sentences share multiple words, eliminate them and map the leftover code to the leftover word.
Step-by-Step Solution:
Verification / Alternative check:
Both statements independently lead to the same mapping 'good' = 'co'. No conflict arises, confirming sufficiency for either.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming order of words matters; it does not. Forgetting that the base sentence from the question itself is always available while assessing each statement.
Final Answer:
Either I or II is sufficient
Discussion & Comments