Archive
Past contest problems and sample material to help you train. Work through them, discuss on Discord, and track your growth.
Archive
Practice
A taste of what POMO problems look like. Try them yourself before reading the solutions.
If $\displaystyle x=\sum_{i=1}^{100}{\lfloor{\sqrt{i}}\rfloor}$, what is $\lfloor{\sqrt{x}}\rfloor$?
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$?
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$.