2025 SSMO Tiebreaker Round Problems

Revision as of 11:34, 9 September 2025 by Pinkpig (talk | contribs) (Created page with "==Problem 1== In a triangular grid, each cell must contain exactly one number such that: * Each cell in the bottom row contains either <math>0</math> or <math>1</math>. * Eac...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem 1

In a triangular grid, each cell must contain exactly one number such that:

  • Each cell in the bottom row contains either $0$ or $1$.
  • 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.

\[\begin{array}{cc} \boxed{\phantom{00}} \\ \boxed{\phantom{00}} \text{ } \boxed{25} \\ \boxed{12}\text{ } \boxed{\phantom{00}}\text{ } \boxed{\phantom{00}} \\ \boxed{\phantom{00}}\text{ } \boxed{\phantom{00}} \text{ }\boxed{\phantom{00}} \text{ }\boxed{\phantom{00}} \\ \boxed{\phantom{00}} \text{ }\boxed{\phantom{00}}\text{ }\boxed{\phantom{00}}\text{ } \boxed{\phantom{00}}\text{ } \boxed{\phantom{00}} \\ \boxed{\phantom{00}} \text{ }\boxed{\phantom{00}} \text{ }\boxed{\phantom{00}} \text{ }\boxed{\phantom{00}}\text{ } \boxed{\phantom{00}} \text{ }\boxed{\phantom{00}} \\ \boxed{\phantom{00}}\text{ } \boxed{\phantom{00}}\text{ }\boxed{\phantom{00}} \text{ }\boxed{\phantom{00}}\text{ } \boxed{\phantom{00}}\text{ } \boxed{\phantom{00}}\text{ } \boxed{\phantom{00}}  \end{array}\]

Solution

Problem 2

Determine the largest positive integer $n$ satisfying \[\frac{\sqrt{n+1} - \sqrt{n}}{\sqrt{n+2026} - \sqrt{n+2025}} > 2.\]

Solution

Problem 3

Find the number of functions $f:\{1, 2, 3, 4, 5, 6, 7, 8\} \to \{1, 2, 3, 4\}$ such that $f(2f(x)) = f(x)$ for all $x \in \{1, 2, 3, 4, 5, 6, 7, 8\}$.

Solution