In a 3 by 3 grid of unit squares, an up-right path is a path from the bottom left corner to the top right corner that travels only up and right in steps of 1 unit. For such a path , let denote the number of unit squares under the path . Compute the sum of over all up-right paths .
Solution
Each path consists of 3 steps up and 3 steps to the right, so there are total paths. Consider the sum of the areas of the regions above all of these paths. By symmetry, this is the same as the answer to the problem. For any path, the sum of the areas of the regions above and below it is , so the sum of the areas of the regions above and below all paths is . Therefore, our final answer is .
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.