Problem: Triangle ABC has vertices A(1, 3), B(4, 3), and C(4, 1). Describe the order in which you encounter the vertices when tracing the triangle clockwise starting from A.
Step 1: Plot the points. A is at the upper left, B is at the upper right, and C is at the lower right.
Step 2: Starting at A and moving clockwise (right first, since A is at the top-left), you reach B, then move down to C, then back up-left to A.
Answer: Tracing the triangle clockwise from A gives the order A → B → C → A.