﻿[
    "The path goes around the square field. Find the area of the big square (field + path) first.",
    "The path is 2 m wide, so the outer square adds 2 m on every side of the inner square.",
    "Path area = outer square area - inner square area = 196 - 100 = 96 m^2."
]
