Difficulty: Easy
Correct Answer: Both I and II are sufficient
Explanation:
Introduction / Context:
Code language problems map words to symbols. Here we must deduce the meaning of the specific symbol “$”. Data sufficiency focuses on whether the given statements identify this mapping uniquely.
Given Data / Assumptions:
Concept / Approach:
Compare the two code–sentence pairs. The overlapping words across the two sentences should match the overlapping symbols. Any leftover word in one sentence should match the leftover symbol in that sentence. That leftover pair gives the required meaning for “$”.
Step-by-Step Solution:
Common words across sentences: “flowers”, “are”, “good”.Common symbols across codes: “5”, “#”, “3”.Therefore, these three words map to {5, #, 3} in some order.Leftover word in Statement I: “really”. Leftover symbol in its code: “$”.Hence, “$” corresponds to “really”.
Verification / Alternative check:
If “$” meant anything other than “really”, one of the three common words would be unmatched—contradicting the exact one-to-one leftover correspondence. Thus the mapping is unique.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Both I and II are sufficient
Discussion & Comments