2025 SSMO Tiebreaker Round Problems/Problem 1
Problem
In a triangular grid, each cell must contain exactly one number such that:
- Each cell in the bottom row contains either
or
.
- Each cell not in the bottom row contains the sum of the two numbers in the cells directly below it.
Determine the number in the topmost cell.