CombinatoricsDifficulty 5.5AIME, harderProve itUnited States
Problem:
Suppose you have an equilateral triangle divided into 9 smaller equilateral triangles as shown, with the bottom side horizontal. Starting from the top corner labeled A, you must walk to the bottom right corner labeled B, and are only allowed to take steps along the edges down to the left, down to the right, or horizontally to the right. Determine the number of possible paths.
Solution
Solution:
The number of paths from the top vertex to itself or to any vertex on the left side of the triangle is 1. For each other vertex, the number of paths can be found by adding the number of paths to the vertex directly to its left and to the two vertices above it. Thus, the following triangle of numbers tells us the number of paths to each vertex, where each number represents a vertex:
The bottom right number is 22, so the number of paths to the bottom right corner is 22.
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.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.