{
  "hints": [
    "Draw the outer rectangle (80 x 60) and the inner rectangle after removing 2 m on each side.",
    "The inner rectangle is (80-2-2) by (60-2-2) = 76 by 56.",
    "Path area = outer area - inner area. Compute both areas and subtract."
  ]
}