Difficulty: Easy
Correct Answer: Only conclusion I follows
Explanation:
Introduction / Context:This syllogism tests whether you can correctly propagate set inclusions through a chain and avoid the common mistake of reversing them. We are told that the class of crows lies wholly inside the class of birds, and the class of peacocks lies wholly inside the class of crows. We must check two conclusions about peacocks and birds.
Given Data / Assumptions:
Concept / Approach:Subset relations compose transitively: if A ⊆ B and B ⊆ C, then A ⊆ C. However, the converse (e.g., C ⊆ A) cannot be inferred unless explicitly stated. Therefore, we can validly push inclusion forward but not backward.
Step-by-Step Solution:
Step 1: From 'All peacocks are crows' and 'All crows are birds', combine to get Peacocks ⊆ Birds.Step 2: Conclusion I says 'All peacocks are birds' — this matches the derived inclusion, so I follows.Step 3: Conclusion II says 'All birds are peacocks' — this is a converse (Birds ⊆ Peacocks), which is not supported by the premises.Verification / Alternative check:Draw three nested circles: Birds (largest), Crows inside Birds, and Peacocks inside Crows. You can see immediately I is true while II would force the largest set (Birds) to shrink to Peacocks, contradicting the diagram unless additional premises are given.
Why Other Options Are Wrong:
Common Pitfalls:Reversing 'All A are B' into 'All B are A' (the converse) and assuming equality of classes when only one-way inclusion is stated.
Final Answer:Only conclusion I follows.
Discussion & Comments