Problem:
Let be the rectangle in the Cartesian plane with vertices at , , , and . can be divided into two unit squares, as shown.
The resulting figure has 7 segments of unit length, connecting neighboring lattice points (those lying on or inside ). Compute the number of paths from (the upper left corner) to (the lower right corner) along these 7 segments, where each segment can be used at most once.
Solution
Solution:
Answer: 4
Just count them directly. If the first step is to the right, there are 2 paths. If the first step is downwards (so the next step must be to the right), there are again 2 paths. This gives a total of 4 paths.
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.