What this quiz covers
This quiz focuses on Lengthen Command, giving you a quick way to practice the rules, question types, and explanations that matter most for AutoCAD.
Two separate lines are currently 80 units and 120 units long. In one LENGTHEN session, a designer chooses Percent, enters 62.5%, and then selects one endpoint of each line.
What are the final lengths of the two lines?
AutoCAD Quiz
Practice Lengthen Command in AutoCAD with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
This quiz focuses on Lengthen Command, giving you a quick way to practice the rules, question types, and explanations that matter most for AutoCAD.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
Two separate lines are currently 80 units and 120 units long. In one LENGTHEN session, a designer chooses Percent, enters 62.5%, and then selects one endpoint of each line.
What are the final lengths of the two lines?
LENGTHEN with the Percent option, remember one key rule: the percentage you enter applies proportionally to each selected object's current length — it does not set a fixed absolute length. A value below 100% shortens the object; above 100% lengthens it.
Here, entering 62.5% means each line is scaled to 62.5% of its original length. For the 80-unit line: 80×0.625=50 units. For the 120-unit line: 120×0.625=75 units. That confirms A as the correct answer — the lines become 50 and 75 units, respectively.
Choice B is a classic trap: it treats the percentage as an absolute target length, as if both lines are simply set to 62.5 units. That's not how Percent mode works. Choice C reflects a subtraction mistake — perhaps subtracting 62.5 from each original length (80−62.5≈30... loosely) rather than multiplying by the percentage. Choice D goes in the opposite direction entirely, suggesting the lines grew, which would only happen if the entered percentage exceeded 100%.
A helpful way to remember this: think of LENGTHEN Percent like a scaling factor. 62.5%=0.625, and you multiply — never subtract, never treat it as absolute. When studying AutoCAD modify commands, always clarify what the input value represents (absolute length vs. percentage vs. delta) for each sub-option, since mixing these up is the most common source of errors on exam questions like this.Before editing a line, a drafter starts LENGTHEN. At the initial prompt, the drafter selects the line directly instead of choosing Delta, Percent, Total, or Dynamic.
What should the drafter expect from that selection?
LENGTHEN, it helps to understand that the command has two distinct phases: first it informs, then it modifies. AutoCAD is designed so that selecting an object at the initial prompt — before you've specified a method like Delta, Percent, Total, or Dynamic — simply reports that object's current length. This is a deliberate "look before you touch" safeguard built into the command.
That's exactly why C is correct. Clicking the line at the opening prompt triggers a read-only response: AutoCAD displays the current length (and included angle, for arcs) in the command line and then re-issues the prompt. The line itself is untouched. You're essentially asking AutoCAD, "How long is this?" before deciding how to change it.
A describes behavior that doesn't exist in LENGTHEN — the command has no memory of a "most recent length change" that it automatically repeats on a new selection. B confuses the initial selection with the Dynamic sub-option, which only activates when you explicitly type DY at the prompt; simply clicking the object never drops you into dynamic dragging mode. D is a plausible-sounding trap because the Properties palette does show length, but LENGTHEN never opens Properties — it's a standalone editing command, not a palette trigger.
A good study habit here: whenever a command asks you to select an object before you've configured how to act on it, AutoCAD is almost always gathering information, not making a change. Remember — inform first, modify second.A closed rectangular polyline has a perimeter of 48 units. A designer attempts to make its perimeter 52 units by choosing LENGTHEN Total, entering 52, and selecting one of its segments.
Why does this workflow not produce the requested perimeter?
LENGTHEN cannot modify any polyline segment individually; only the STRETCH command can resize a polyline.LENGTHEN does not modify closed objects, so the closed polyline remains unchanged regardless of the entered value. (correct answer)LENGTHEN Total requires an entry smaller than the current length when shortening, so the correct entry would have been 4.LENGTHEN Total resizes only the selected segment to 52 units without adjusting the remaining segments or the overall perimeter.LENGTHEN on the AutoCAD exam, the first thing to recall is the command's fundamental limitation: it cannot operate on closed objects at all. This single rule unlocks the entire question.
LENGTHEN is designed to extend or shorten open objects — lines, open polylines, arcs, and similar geometry. When you select a closed polyline, AutoCAD simply ignores the operation. It doesn't matter which option you use (Total, Delta, Percent, or Dynamic) or what value you enter — the closed polyline remains completely unchanged. That's exactly what happens in the scenario: the designer's workflow fails not because of a wrong value, but because the target object is closed. Answer B correctly identifies this root cause.
Looking at the distractors: A is wrong because LENGTHEN can modify open polyline segments individually — the restriction is specifically about closed objects, not polylines in general. C is wrong on two levels: first, LENGTHEN Total sets the absolute final length of the selected segment (so 52 would be a valid entry for a longer segment), and second, even a perfectly valid entry won't matter since the closed polyline blocks the command entirely. D is wrong because it describes a plausible misunderstanding of how Total works, but the real issue isn't about unaffected segments — the command doesn't execute at all on a closed object.
As a study tip, remember this pairing: LENGTHEN = open objects only; PEDIT or STRETCH are your tools when you need to modify closed polyline geometry. Closed-object restrictions are a favorite exam trap.A circular arc has radius 5 units and an included angle of 60∘. A drafter chooses LENGTHEN Delta, enters a length increment of 2 units without choosing the Angle suboption, and selects one endpoint of the arc.
Approximately what is the arc's new included angle?
LENGTHEN Delta question involving an arc, remember that entering a plain length value (without the Angle suboption) always adds or subtracts arc length in drawing units — never degrees directly.
To find the new angle, start from first principles. The original arc length is calculated with L=rθ, where θ is in radians. For a 5-unit radius and 60∘ included angle: θ=60×180π≈1.0472 rad, so L=5×1.0472≈5.236 units. Adding the 2-unit delta gives a new arc length of 7.236 units. Converting back: θnew=57.236≈1.4472 rad≈82.9∘. That confirms C is correct — the increment of 2 units corresponds to an angular increase of about 22.9∘.
A is wrong because AutoCAD never interprets a plain numeric entry in LENGTHEN Delta as degrees; that would require the Angle suboption. B confuses the formula by dividing by the diameter (10) instead of the radius (5): 2/10=0.2 rad≈11.5∘, producing 71.5∘ — a classic off-by-two error on the radius/diameter distinction. D has no geometric basis; a positive delta shifts the endpoint by a fixed length, not a proportional multiplier.
Your key study tip: always distinguish between LENGTHEN Delta's default (linear units) and its Angle suboption (degrees). Mixing them up is the most common trap on arc-editing questions.A horizontal line has endpoints at x=10 and x=34. The endpoint at x=34 must remain fixed. The line must be shortened by 6 units using LENGTHEN.
After choosing Delta, entering −6, and selecting near the endpoint at x=10, what is the resulting line?
LENGTHEN with the Delta option, the key concept to understand is that AutoCAD modifies whichever end of the line you click near — it does not move the opposite endpoint. The delta value you enter is added (or subtracted) from that selected end. A negative delta shortens the line from the clicked end.
Here, the original line runs from x=10 to x=34, giving a length of 24 units. You enter −6 and click near the endpoint at x=10. AutoCAD shortens the line from that end by 6 units, moving it inward (toward x=34): 10+6=16. The fixed end at x=34 stays put. The result is a line from x=16 to x=34, with length 34−16=18 units — confirming answer B.
A is wrong because it places the new endpoint at x=4, which would mean the line was extended outward (away from x=34) by 6 units, not shortened inward. That would require a delta of +6 on that end, not −6.
C is wrong because it moves the wrong endpoint — it shifts x=34 to x=28, as if you had clicked near the right end instead of the left. The endpoint you click is the one that changes.
D is wrong because x=6 reflects a −4 shift from x=10, not −6 — likely a simple arithmetic error.
The golden rule: whichever end you click, that's the end that moves. Always confirm which endpoint you're selecting before executing LENGTHEN.A line must keep one endpoint fixed and end at an existing point that lies on the line's current direction. The required final length has not been measured, but the target point can be acquired accurately with an object snap.
Which LENGTHEN workflow is the most efficient?
An arc of radius 8 units must have a final arc length of exactly 12 units. The required endpoint may move along the existing circle, but the radius must not change.
Which use of LENGTHEN most directly satisfies the requirement?
LENGTHEN in AutoCAD, the key is matching the option's behavior to the requirement's units. The question gives you a target in linear units (12 units of arc length), so you need an option that accepts a direct length value — not a percentage, not an angle.
The Total option sets the object's new total length to whatever value you enter. Since you want an arc length of exactly 12 units, choosing Total, entering 12, and selecting near the movable endpoint accomplishes this in one step. AutoCAD stretches or trims that endpoint until the arc measures 12 units — radius unchanged, endpoint repositioned along the circle. That makes A the most direct solution.
B is wrong because Delta adds or subtracts a value relative to the current length. If the arc is already, say, 14 units long, entering 12 would produce an 26-unit arc, not a 12-unit one. You'd need to calculate the difference first, which adds steps and room for error.
C uses Total → Angle, which sets the arc's included angle to 12°. While an angle does indirectly define arc length (L=rθ), the requirement is stated in linear units. This option forces you to convert, and 12° on an 8-unit radius gives approximately 1.68 units — nowhere near 12.
D uses Percent, which scales the arc to 12% of its current length — again requiring you to know the current length and do extra math.
The strategy to remember: when a question says "final length of exactly X units," always reach for Total in LENGTHEN. Reserve Delta for incremental changes and Percent for proportional scaling.A circular arc has an included angle of 75∘. Its radius and center are correct, but the included angle must become exactly 135∘ by moving one endpoint.
Which LENGTHEN sequence sets the required final angle directly?
LENGTHEN command on arcs, the key distinction is between how much to change versus what the final value should be. AutoCAD's LENGTHEN offers several modes, and choosing the right one depends on whether you're specifying a change or an absolute result.
The Total option sets the arc's included angle to an exact final value — precisely what the problem demands. Since you want the arc to end at exactly 135∘ regardless of where it starts, you choose Total, then select the Angle suboption (because you're working with angular length, not linear length), enter 135, and click the endpoint you want to move. AutoCAD recalculates and places that endpoint so the arc spans exactly 135∘. That makes B the correct sequence.
A is wrong because Delta adds or subtracts a change from the current value. To use Delta correctly here, you'd enter 60∘ (the difference between 135∘ and 75∘), not 135∘. Entering 135∘ in Delta mode would overshoot to 210∘.
C is wrong because Percent scales the arc relative to its current length — 135% of 75∘ yields approximately 101.25∘, not 135∘. To reach 135∘ with Percent, you'd need 180%.
D is wrong because omitting the Angle suboption under Total causes AutoCAD to interpret your input as a linear length in drawing units, not an angular measure, producing an incorrect result.
Study tip: On AutoCAD questions about LENGTHEN, always ask yourself two things: Is the value a final target (Total) or a change (Delta)? And is the measurement angular or linear? Both sub-decisions must match the problem.A line is currently 7.35 drawing units long. Its left endpoint is correctly located, and its right endpoint must be moved along the line's existing direction so that the final length is 9.10 units.
Which LENGTHEN workflow makes the required change without first calculating a new endpoint coordinate?
LENGTHEN command, the key decision is choosing between Delta and Total mode, and understanding what value each one expects.
Delta mode adds (or subtracts) an amount relative to the current length. Since the line needs to grow from 7.35 to 9.10 units, the required change is 9.10−7.35=1.75 units. Entering +1.75 in Delta mode and clicking near the right endpoint tells AutoCAD to extend that end by exactly 1.75 units along the existing direction — no coordinate math required. That's option A, which is correct.
B is wrong because entering −1.75 in Delta mode shortens the line by 1.75 units, bringing it to 5.60 units — the opposite of what's needed. The negative sign reverses the direction of change.
C is wrong because Total mode expects the final desired length, not the change amount. Entering 1.75 in Total mode would shrink the line to 1.75 units, not extend it to 9.10.
D is wrong for two reasons: while entering 9.10 in Total mode is numerically correct, selecting the line near its left endpoint would move the left endpoint instead of the right one — violating the requirement that the left endpoint stay fixed.
A quick memory aid: Delta = difference, Total = target. Also remember that LENGTHEN always moves the endpoint closest to where you click, so endpoint selection is just as important as the value you enter.Two collinear but separate line objects are 18 units and 31 units long. Their left endpoints are fixed. A drafter chooses LENGTHEN Total, enters 25, and selects each line near its right endpoint.
Which statement correctly describes the result?
LENGTHEN with the Total option, the key concept to hold onto is that Total sets an absolute final length — it is not an incremental change. Whatever value you enter becomes the new length of the selected object, regardless of whether that means extending or shortening it.
Here, you enter 25 as the total length and select each line near its right endpoint (which tells AutoCAD which end to move). The 18-unit line is shorter than 25, so AutoCAD extends its right end by 7 units, making it exactly 25 units. The 31-unit line is longer than 25, so AutoCAD shortens its right end by 6 units, also making it exactly 25 units. Both lines end up 25 units long — confirming D is correct.
A is wrong because it invents a restriction that doesn't exist. The LENGTHEN Total option absolutely can shorten an object; there is no minimum-length rule blocking it. B describes the LENGTHEN Delta behavior — adding a fixed increment — not Total. If you used Delta with 25, the results would be 43 and 56, but that's the wrong command option entirely. C is another Delta-style trap: adding 7 to both lines implies an incremental operation, and the resulting lengths don't match what either option would actually produce.
A reliable memory anchor: think of Total as "total makeover" — the number you type is the final length, full stop. Delta adds or subtracts; Total replaces.