Difficulty: Easy
Correct Answer: type @3<45 and enter
Explanation:
Introduction / Context:
Relative polar coordinates are the fastest way to create angled segments with exact lengths. Mastering the syntax saves time and improves geometric accuracy, especially in repetitive layouts.
Given Data / Assumptions:
Concept / Approach:
Relative means measured from the last point, and polar syntax uses a distance with an angle. The @ symbol signals relative input, the number is the distance, and the angle follows after the less-than sign.
Step-by-Step Solution:
Verification / Alternative check:
Use the Distance command between the last two points; it should report 3.00 at an angle of 45 degrees relative to the X-axis.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting the @ leads to absolute polar, moving from 0,0 instead of the last point. Always include @ for relative moves.
Final Answer:
type @3<45 and enter
Discussion & Comments