Geometry & Figures

Problem

Count segments between points on a line

The figure is a rectangle whose bottom edge is cut by an inward, battlement-shaped notch with a small raised tab in the middle. I must count how many straight line segments make up the whole outline, where a segment runs from one corner to the next.
GeometryOperations
Your answer
line segments
How to solve
Strategy Draw a Diagram — The cleanest way to count segments on a rectilinear outline is to trace it like a pencil walk and mark every corner where the direction changes; for a closed rectilinear shape the number of segments equals the number of corners. Walking the outline once, in order, is a systematic list that guarantees nothing is skipped or repeated.
1STEP 1

Trace the outer frame

Walk clockwise from the top-left: the top edge is segment 1, the right edge is segment 22 so far.

2
2STEP 2

Walk along the notched bottom

Trace clockwise across the notched bottom — floor, up-ledge-up-across-down-ledge-down, floor — adding 9 straight stretches (3–11).

2 + 9 = 11
3STEP 3

Close the loop with the left edge

The left edge rises back to the top-left corner — the last segment (12) closes the outline.

11 + 1 = 12
Answer
12 line segments
2 + 9 + 1 = 12
A plain rectangle has 4 segments. Cutting a battlement notch with a central tab into the bottom replaces the single bottom edge with a zig-zag that adds 8 extra corners, giving 12. Because the shape is closed and rectilinear, the count of segments equals the count of corners, and 12 corners is what the figure shows.
Takeaway

Walk the outline like a pencil and count every time it turns - each straight stretch between turns is one line segment!

  • Trace the outer frame
  • Walk along the notched bottom
  • Close the loop with the left edge
Where next?
Another one like thissuggested
Step back and solidifysuggested

▶ Practice — 5 problems