This website contains problems from math contests. Problems and corresponding tags were obtained from the Art of Problem Solving website.

Tags were heavily modified to better represent problems.

AND
OR
NO

Found problems: 2

Find all positive integers $n$ such that the set $S=\{1,2,3, \dots 2n\}$ can be divided into $2$ disjoint subsets $S_1$ and $S_2$, i.e. $S_1 \cap S_2 = \emptyset$ and $S_1 \cup S_2 = S$, such that each one of them has $n$ elements, and the sum of the elements of $S_1$ is divisible by the sum of the elements in $S_2$. [i]Proposed by Viktor Simjanoski[/i]
Let $n\geq 2$ be a positive integer. The sets $A_{1},A_{2},\ldots, A_{n}$ and $B_{1},B_{2},\ldots, B_{n}$ of positive integers are such that $A_{i}\cap B_{j}$ is non-empty $\forall i,j\in\{1,2,\ldots ,n\}$ and $A_{i}\cap A_{j}=\o$, $B_{i}\cap B_{j}=\o$ $\forall i\neq j\in \{1,2,\ldots, n\}$. We put the elements of each set in a descending order and calculate the differences between consecutive elements in this new order. Find the least possible value of the greatest of all such differences.