Past Problems

2026
1st JPOMO Qualifying Stage
09 May 2026
1st POMO Proof Contest
20 – 23 February 2026
2025
1st POMO Finals
06 December 2025
1st POMO 2
03 – 05 October 2025
1st POMO 1
04 – 06 July 2025

Sample Problems

A taste of what POMO problems look like. Try them yourself before reading the solutions.

1 Algebra · Floor Functions

If $\displaystyle x=\sum_{i=1}^{100}{\lfloor{\sqrt{i}}\rfloor}$, what is $\lfloor{\sqrt{x}}\rfloor$?

Show Solution
2 Combinatorics · Binomial Coefficients · 2-adic Valuation

Penchick is playing a game! He starts by picking a positive integer $n$ and forms the sequence \[\dbinom{n}{1},\dbinom{n}{2},\dots,\dbinom{n}{n-2},\dbinom{n}{n-1}\] Let us denote the $k$th term in this sequence as $S_k$. Next, he picks some distinct positive integers $\{a_1,a_2,\dots a_m\}$. Then, he calculates $\sum_{j=1}^m f(a_j)$, where $f(x)$ denotes the amount of terms $S_k$ such that the highest power of $2$ that divides it is $2^x$. His score is equivalent to the amount of distinct sums $\sum_{j=1}^m f(a_j)$ he can make given all possible $\{a_1,a_2,\dots a_m\}$. What is his score if he starts by picking $n=1024$?

Show Solution
3 Geometry · Circumcenter & Orthocenter

Let $ABC$ be a triangle with $AB = 3$, $BC = 5$, $AC = 7$. If $O$ and $H$ are the circumcenter and orthocenter of $ABC$ and the length of $OH$ is $\dfrac{a}{b}$ for relatively prime positive integers $a$, $b$, find $a+b$.

Show Solution