🧱 See It
Imagine this L-shaped yard has a fence built exactly along its outside edge. Perimeter is just the total distance you'd walk if you followed that fence all the way around, touching every outer edge exactly once, until you got back to where you started.
The dashed line is inside the shape — it's not part of the fence, so it never gets counted.
✏️ Draw It
Trace the fence in order, starting at the top-left corner and going clockwise. Sometimes one edge doesn't have a number on it — but you can still find it, because the shape has to "close up" and match on both sides.
Numbers show the walking order; arrows show which way you're going.
Look at the two sides going up-and-down (vertical): the left edge covers the exact same up-down distance as the upper-right edge plus the foot edge combined — because together they span the same total height.
left = 3 + 2 = 5
The missing edge is 5.
🔢 Write It
Once every outer edge has a number — including any you had to solve for — perimeter is nothing but addition:
Perimeter = 6 + 3 + 4 + 2 + 10 + 5
Perimeter = 30
💡 Worked Examples
Example 1 — One Missing Side: An L-shaped patio has these outer edges, going clockwise from the top-left corner: top = 7, upper-right = 5, inner step = 3, foot = 4, bottom = 10, left = ?
- Only the left edge is missing.
- Match it to the other vertical path:
left = upper-right + foot = 5 + 4 - Solve:
left = 9 - Add every edge:
7 + 5 + 3 + 4 + 10 + 9 - Answer:
Perimeter = 38
Example 2 — Two Missing Sides: An L-shaped garden bed has: top = 3, upper-right = 4, foot = 2, bottom = 8. The inner step and the left edge are both missing.
- Match the horizontal path:
inner step = bottom − top = 8 − 3 = 5 - Match the vertical path:
left = upper-right + foot = 4 + 2 = 6 - Now every edge is known: 3, 4, 5, 2, 8, 6
- Add them all:
3 + 4 + 5 + 2 + 8 + 6 - Answer:
Perimeter = 28
🧠 Quick Reference
| Step | What to do |
|---|---|
| 1 | Trace every outer edge, once each — skip internal lines |
| 2 | Match opposite sides to find any missing edges |
| 3 | Add every outer edge together |