Given an odd prime $p$, put the numbers $1,…,p-1$ into $\frac{p-1}{2}$ pairs such that each number appears exactly once. Each pair $(a,b)$ has a cost of $ab...
A dominating number is a positive integer that has more than half of its digits equal. For example, $2022$ is a dominating number because three of its...
The following diagram shows a billiard table of a special quadrilateral shape. The four angles $A, B, C, D$ are $120^\circ, 90^\circ, 60^\circ, 90^\circ$ respectively, and the...
The complexity of an $n\times n$ binary matrix is the number of distinct rows and columns. For example, consider the $3\times 3$ matrices $$ \mathbf{A} = \begin{pmatrix}...
Let $F(n)$ be the number of connected graphs with blue edges (directed) and red edges (undirected) containing: two vertices of degree 1, one with a single outgoing...