Arrange geometric primitives from the most basic element to more complex figures. Items: (a) Point (b) Triangle (c) Square (d) Angle (e) Line

Difficulty: Easy

Correct Answer: a, e, d, b, c

Explanation:


Introduction / Context:
Build geometry from the primitive “point”. A line connects points; an angle joins rays; polygons follow.



Given Data / Assumptions:
Point → Line → Angle → Triangle → Square.



Concept / Approach:
Use dependency ordering (you need lines before angles, angles before polygons).



Step-by-Step Solution:

a → e → d → b → c


Verification / Alternative check:
The count of sides/angles rises consistently.



Why Other Options Are Wrong:
They place complex figures before primitives.



Common Pitfalls:
Skipping angle before triangle.



Final Answer:
a, e, d, b, c

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion