Difficulty: Easy
Correct Answer: Neither I nor II is sufficient
Explanation:
Introduction / Context:
This DS problem involves maximum-capacity reasoning. A pass holder may bring guests, but the actual number of guests per pass can vary from 0 to the stated maximum. We must judge sufficiency to compute the total visitors.
Given Data / Assumptions:
Concept / Approach:
To determine an exact total, we need both the number of passes and the actual number of companions used per pass. A bound such as 'up to 3' only provides a range, not a fixed value.
Step-by-Step Solution:
Verification / Alternative check:
Construct two valid scenarios with the same 243 passes: (a) Nobody brings a guest → 243 visitors; (b) Everyone brings 3 guests → 972 visitors. Both conform to the statements yet yield different totals, proving insufficiency.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming 'up to 3' means 'exactly 3'; that would change the problem completely but is not stated. DS demands using only given facts.
Final Answer:
Neither I nor II is sufficient
Discussion & Comments