Difficulty: Easy
Correct Answer: Triangle : Rectangle
Explanation:
Introduction / Context:
“Rectangle : Pentagon” moves from a four-sided polygon to a five-sided polygon (n to n+1). The question asks for another pair that mirrors this numeric progression within the polygon family.
Given Data / Assumptions:
Concept / Approach:
Check which option represents a move from 3 to 4, or in general from a lower-sided polygon to the next one. “Triangle : Rectangle” shifts from 3 sides to 4 sides, matching the pattern and the direction (simpler to more complex polygon).
Step-by-Step Solution:
Verification / Alternative check:
Try other options: if they are not both polygons or do not involve n to n+1, they fail the mirrored structure. “Triangle : Rectangle” is the only clean match.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing polygon attributes with polygon types, or picking pairs that do not reflect a consistent incremental step within the same category.
Final Answer:
Triangle : Rectangle
Discussion & Comments