Difficulty: Easy
Correct Answer: 8,5
Explanation:
Introduction / Context:
Coordinate entry methods determine where entities are placed in CAD. Absolute coordinates reference the global origin, so getting them right is critical for accuracy, repeatability, and parametric construction.
Given Data / Assumptions:
Concept / Approach:
In absolute entry, the next point is specified as (X,Y) from the origin. Therefore, the endpoint coordinates are computed directly, not added to the prior point (that would be relative mode).
Step-by-Step Solution:
Verification / Alternative check:
Use the Distance or ID Point tool to confirm the endpoint is at X=8, Y=5 relative to the origin.
Why Other Options Are Wrong:
Common Pitfalls:
Mixing absolute and relative modes. In relative mode you would enter @8,5. In absolute mode, you enter 8,5 with no @ symbol.
Final Answer:
8,5
Discussion & Comments