Difficulty: Medium
Correct Answer: (ii) and (iii)
Explanation:
Introduction / Context:
Statements with “unless” are common in logical connectives. “Unless you study, you cannot crack CAT” can be read as: if you do not study, then you will not crack CAT. Symbolically, not S -> not C. Equivalently (by contrapositive), C -> S. We must select the option pair that can both be true while respecting this rule.
Given Data / Assumptions:
Concept / Approach:
From not S -> not C, any case with not S and C together is impossible. From C -> S, if one cracked, studying must also be true; but studying does not guarantee cracking. So pairs must be checked for consistency with both implications.
Step-by-Step Solution:
Verification / Alternative check:
Truth-table intuition: The allowed rows are (S, C), (S, not C), (not S, not C). The disallowed row is (not S, C). Pair (ii)&(iii) matches (S, not C), which is allowed.
Why Other Options Are Wrong:
Common Pitfalls:
Reading “unless” as a biconditional. It creates a necessary condition (study is necessary for cracking) but not a sufficient one.
Final Answer:
(ii) and (iii)
Discussion & Comments