{"year": "2006", "tier": "T1", "problem_label": "1", "problem_type": null, "exam": "USAMO", "problem": "Let $p$ be a prime number and let $s$ be an integer with $00$ be a fixed integer. Compute the minimum integer $N$ (in terms of $k$ ) for which there exists a set of $2 k+1$ distinct positive integers that has sum greater than $N$, but for which every subset of size $k$ has sum at most $N / 2$.", "solution": " The answer is $N=k\\left(2 k^{2}+3 k+3\\right)$ given by $$ S=\\left\\{k^{2}+1, k^{2}+2, \\ldots, k^{2}+2 k+1\\right\\} . $$ To show this is best possible, let the set be $S=\\left\\{a_{0}a_{k+1}+\\cdots+a_{2 k} $$ and indeed given a sequence satisfying these properties one simply sets $N=2\\left(a_{k+1}+\\cdots+a_{2 k}\\right)$. Therefore we can focus almost entirely on $a_{i}$ and not $N$. Remark. It is relatively straightforward to figure out what is going on based on the small cases. For example, one can work out by hand that - $\\{2,3,4\\}$ is optimal for $k=1$ - $\\{5,6,7,8,9\\}$ is optimal for $k=2$, - $\\{10,11,12,13,14,15,16\\}$ is optimal for $k=3$. In all the examples, the $a_{i}$ are an arithmetic progression of difference 1 , so that $a_{j}-a_{i} \\geq j-i$ is a sharp for all $ic$, such that $p$ divides some $f\\left(n^{2}\\right)$, by Schur's Theorem. Looking mod such a $p$ we can find $n$ between 0 and $\\frac{p-1}{2}\\left(\\right.$ since $\\left.n^{2} \\equiv(-n)^{2}(\\bmod p)\\right)$. We claim that only finitely many $p$ from this set can fail now. For if a $p$ fails, then its $n$ must be between $\\frac{p-1}{2}-c$ and $\\frac{p-1}{2}$. That means for some $0 \\leq k \\leq c$ we have $$ 0 \\equiv f\\left(\\left(\\frac{p-1}{2}-k\\right)^{2}\\right) \\equiv f\\left(\\left(k+\\frac{1}{2}\\right)^{2}\\right) \\quad(\\bmod p) $$ There are only finitely many $p$ dividing $$ \\prod_{k=1}^{c} f\\left(\\left(k+\\frac{1}{2}\\right)^{2}\\right) $$ unless one of the terms in the product is zero; this means that $4 n-(2 k+1)^{2}$ divides $f(n)$. This establishes the claim and finishes the problem.", "metadata": {"resource_path": "USAMO/segmented/en-USAMO-2006-notes.jsonl"}} {"year": "2006", "tier": "T1", "problem_label": "4", "problem_type": null, "exam": "USAMO", "problem": "Find all positive integers $n$ for which there exist an integer $k \\geq 2$ and positive rational numbers $a_{1}, \\ldots, a_{k}$ satisfying $a_{1}+a_{2}+\\cdots+a_{k}=a_{1} a_{2} \\ldots a_{k}=n$.", "solution": " The answer is all $n$ other than $1,2,3,5$. We now contend that $k>2$. Indeed, if $a_{1}+a_{2}=a_{1} a_{2}=n$ then $\\left(a_{1}-a_{2}\\right)^{2}=$ $\\left(a_{1}+a_{2}\\right)^{2}-4 a_{1} a_{2}=n^{2}-4 n=(n-2)^{2}-4$ is a rational integer square, hence a perfect square. This happens only when $n=4$. Now by AM-GM, $$ \\frac{n}{k}=\\frac{a_{1}+\\cdots+a_{k}}{k} \\geq \\sqrt[k]{a_{1} \\ldots a_{k}}=n^{1 / k} $$ and so $n \\geq k^{\\frac{1}{1-1 / k}}=k^{\\frac{k}{k-1}}$. This last quantity is always greater than 5 , since $$ \\begin{aligned} 3^{3 / 2} & =3 \\sqrt{3}>5 \\\\ 4^{4 / 3} & =4 \\sqrt[3]{4}>5 \\\\ k^{\\frac{k}{k-1}} & >k \\geq 5 \\quad \\forall k \\geq 5 \\end{aligned} $$ Now, in general: - If $n \\geq 6$ is even, we may take $\\left(a_{1}, \\ldots, a_{n / 2}\\right)=(n / 2,2,1, \\ldots, 1)$. - If $n \\geq 9$ is odd, we may take $\\left(a_{1}, \\ldots, a_{(n-3) / 2}\\right)=(n / 2,1 / 2,4,1, \\ldots, 1)$. - A special case $n=7$ : one example is $(4 / 3,7 / 6,9 / 2)$. (Another is $(7 / 6,4 / 3,3 / 2,3)$.) Remark. The main hurdle in the problem is the $n=7$ case. One good reason to believe a construction exists is that it seems quite difficult to prove that $n=7$ fails.", "metadata": {"resource_path": "USAMO/segmented/en-USAMO-2006-notes.jsonl"}} {"year": "2006", "tier": "T1", "problem_label": "5", "problem_type": null, "exam": "USAMO", "problem": "A mathematical frog jumps along the number line. The frog starts at 1 , and jumps according to the following rule: if the frog is at integer $n$, then it can jump either to $n+1$ or to $n+2^{m_{n}+1}$ where $2^{m_{n}}$ is the largest power of 2 that is a factor of $n$. Show that if $k \\geq 2$ is a positive integer and $i$ is a nonnegative integer, then the minimum number of jumps needed to reach $2^{i} k$ is greater than the minimum number of jumps needed to reach $2^{i}$.", "solution": " We will think about the problem in terms of finite sequences of jumps $\\left(s_{1}, s_{2}, \\ldots, s_{\\ell}\\right)$, which we draw as $$ 1=x_{0} \\xrightarrow{s_{1}} x_{1} \\xrightarrow{s_{2}} x_{2} \\xrightarrow{s_{3}} \\ldots \\xrightarrow{s_{\\ell}} x_{\\ell} $$ where $s_{k}=x_{k}-x_{k-1}$ is the length of some hop. We say the sequence is valid if it has the property required by the problem: for each $k$, either $s_{k}=1$ or $s_{k}=2^{m_{x_{k-1}}+1}$. An example is shown below. ## Lemma Let $\\left(s_{1}, \\ldots, s_{\\ell}\\right)$ be a sequence of jumps. Suppose we delete pick an index $k$ and exponent $e>0$, and delete any jumps after the $k$ th one which are divisible by $2^{e}$. The resulting sequence is still valid. But since $s<2^{e}$, we have $\\nu_{2}\\left(x^{\\prime}\\right)