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:
Using Statement I with the base sentence: common English word is 'good'. The common code between 'sin co bye' and 'co mot det' is 'co'. Hence 'good' = 'co'. I alone is sufficient.Using Statement II with the base sentence: common English words are 'He' and 'is'. The common codes between the two are 'sin' and 'bye'. Eliminate those, and the remaining word in the base is 'good' which must correspond to the remaining code 'co'. II alone is also sufficient.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