Reasoning · Grade 2-1 Measuring Length with Units

Problem

Compare path lengths by counting units

A cat at the top-left of a grid must reach the fish at the bottom-right, moving only along the drawn lines. A few squares also carry a corner-to-corner diagonal shortcut, and each side of a small square is 1 unit. Trace the shortest possible route.
Your answer
How to solve
Strategy Draw a Diagram — The whole problem lives on a picture, so the natural tool is to mark the grid and trace routes on it (Tool 1). To keep the length small I break the trip into 'how far right' and 'how far down' subproblems (Tool 7): the cat must end up 7 columns to the right and 7 rows down. Any route that never backtracks costs the same 14 unit-sides, so the only way to do better is to use the drawn diagonals that point down-and-right toward the fish. I list which diagonals actually help (Tool 2) and compare the candidate routes by counting their length (Tool 6) to confirm the shortest one.
1STEP 1

Mark the start, the end, and the helpful diagonals

The cat must go 7 right and 7 down, and only two diagonals are useful.

right = 7, down = 7
2STEP 2

Find the length of a route that uses no shortcuts

With no shortcuts every route is the same: 7 + 7 = 14 units.

7 + 7 = 14 unit-sides
3STEP 3

List the routes and use the two helpful diagonals

Each diagonal swaps a two-side corner for one line, giving 10 sides + 2 diagonals.

10 sides + 2 diagonals
4STEP 4

Compare and confirm it is the shortest

A diagonal beats the two sides it replaces and none are left unused, so this is the shortest.

14 units ⟶ 10 sides + 2 diagonals (shorter)
Answer
10 sides + 2 diagonals
The cat truly must cover 7 columns right and 7 rows down, so any side-only route is exactly 14 unit-sides; our answer (10 sides + 2 diagonals) is clearly less because each diagonal is shorter than the two sides it replaces. The magnitude is sensible for a grid this size, and every segment in the route is a line that is actually drawn in the figure.
Takeaway

This only needs Grade 2 length sense: count the unit-sides, and let the slanted shortcuts cut the corners that head toward the fish!

  • Mark the start, the end, and the helpful diagonals
  • Find the length of a route that uses no shortcuts
  • List the routes and use the two helpful diagonals
  • Compare and confirm it is the shortest