Difficulty: Easy
Correct Answer: 24 m
Explanation:
Concept/ApproachThe span along a direction with n trees at spacing s is (n − 1) × s. With a border margin m on both ends, total outer dimension is (n − 1)s + 2m.
Compute length (take 12 columns along length)Length = (12 − 1) × 2 + 2 × 1 = 11 × 2 + 2 = 22 + 2 = 24 m
Final Answer24 m
Discussion & Comments