{"year": "2009", "tier": "T1", "problem_label": "1", "problem_type": null, "exam": "APMO", "problem": "Consider the following operation on positive real numbers written on a blackboard:\n\nChoose a number $r$ written on the blackboard, erase that number, and then write a pair of positive real numbers $a$ and $b$ satisfying the condition $2 r^{2}=a b$ on the board.\n\nAssume that you start out with just one positive real number $r$ on the blackboard, and apply this operation $k^{2}-1$ times to end up with $k^{2}$ positive real numbers, not necessarily distinct. Show that there exists a number on the board which does not exceed $k r$.", "solution": "Using AM-GM inequality, we obtain\n\n$$\n\\frac{1}{r^{2}}=\\frac{2}{a b}=\\frac{2 a b}{a^{2} b^{2}} \\leq \\frac{a^{2}+b^{2}}{a^{2} b^{2}} \\leq \\frac{1}{a^{2}}+\\frac{1}{b^{2}}\n$$\n\nConsequently, if we let $S_{\\ell}$ be the sum of the squares of the reciprocals of the numbers written on the board after $\\ell$ operations, then $S_{\\ell}$ increases as $\\ell$ increases, that is,\n\n$$\nS_{0} \\leq S_{1} \\leq \\cdots \\leq S_{k^{2}-1}\n$$\n\nTherefore if we let $s$ be the smallest real number written on the board after $k^{2}-1$ operations, then $\\frac{1}{s^{2}} \\geq \\frac{1}{t^{2}}$ for any number $t$ among $k^{2}$ numbers on the board and hence\n\n$$\nk^{2} \\times \\frac{1}{s^{2}} \\geq S_{k^{2}-1} \\geq S_{0}=\\frac{1}{r^{2}}\n$$\n\nwhich implies that $s \\leq k r$ as desired.\n\nRemark. The nature of the problem does not change at all if the numbers on the board are restricted to be positive integers. But that may mislead some contestants to think the problem is a number theoretic problem rather than a combinatorial problem.", "metadata": {"resource_path": "APMO/segmented/en-apmo2009_sol.jsonl", "problem_match": "\nProblem 1.", "solution_match": "(Solution)"}} {"year": "2009", "tier": "T1", "problem_label": "2", "problem_type": null, "exam": "APMO", "problem": "Let $a_{1}, a_{2}, a_{3}, a_{4}, a_{5}$ be real numbers satisfying the following equations:\n\n$$\n\\frac{a_{1}}{k^{2}+1}+\\frac{a_{2}}{k^{2}+2}+\\frac{a_{3}}{k^{2}+3}+\\frac{a_{4}}{k^{2}+4}+\\frac{a_{5}}{k^{2}+5}=\\frac{1}{k^{2}} \\text { for } k=1,2,3,4,5\n$$\n\nFind the value of $\\frac{a_{1}}{37}+\\frac{a_{2}}{38}+\\frac{a_{3}}{39}+\\frac{a_{4}}{40}+\\frac{a_{5}}{41}$. (Express the value in a single fraction.)", "solution": "Let $R(x):=\\frac{a_{1}}{x^{2}+1}+\\frac{a_{2}}{x^{2}+2}+\\frac{a_{3}}{x^{2}+3}+\\frac{a_{4}}{x^{2}+4}+\\frac{a_{5}}{x^{2}+5}$. Then $R( \\pm 1)=1$, $R( \\pm 2)=\\frac{1}{4}, R( \\pm 3)=\\frac{1}{9}, R( \\pm 4)=\\frac{1}{16}, R( \\pm 5)=\\frac{1}{25}$ and $R(6)$ is the value to be found. Let's put $P(x):=\\left(x^{2}+1\\right)\\left(x^{2}+2\\right)\\left(x^{2}+3\\right)\\left(x^{2}+4\\right)\\left(x^{2}+5\\right)$ and $Q(x):=R(x) P(x)$. Then for $k= \\pm 1, \\pm 2, \\pm 3, \\pm 4, \\pm 5$, we get $Q(k)=R(k) P(k)=\\frac{P(k)}{k^{2}}$, that is, $P(k)-k^{2} Q(k)=0$. Since $P(x)-x^{2} Q(x)$ is a polynomial of degree 10 with roots $\\pm 1, \\pm 2, \\pm 3, \\pm 4, \\pm 5$, we get\n\n$$\nP(x)-x^{2} Q(x)=A\\left(x^{2}-1\\right)\\left(x^{2}-4\\right)\\left(x^{2}-9\\right)\\left(x^{2}-16\\right)\\left(x^{2}-25\\right)\n$$\n\nPutting $x=0$, we get $A=\\frac{P(0)}{(-1)(-4)(-9)(-16)(-25)}=-\\frac{1}{120}$. Finally, dividing both sides of $(*)$ by $P(x)$ yields\n\n$$\n1-x^{2} R(x)=1-x^{2} \\frac{Q(x)}{P(x)}=-\\frac{1}{120} \\cdot \\frac{\\left(x^{2}-1\\right)\\left(x^{2}-4\\right)\\left(x^{2}-9\\right)\\left(x^{2}-16\\right)\\left(x^{2}-25\\right)}{\\left(x^{2}+1\\right)\\left(x^{2}+2\\right)\\left(x^{2}+3\\right)\\left(x^{2}+4\\right)\\left(x^{2}+5\\right)}\n$$\n\nand hence that\n\n$$\n1-36 R(6)=-\\frac{35 \\times 32 \\times 27 \\times 20 \\times 11}{120 \\times 37 \\times 38 \\times 39 \\times 40 \\times 41}=-\\frac{3 \\times 7 \\times 11}{13 \\times 19 \\times 37 \\times 41}=-\\frac{231}{374699}\n$$\n\nwhich implies $R(6)=\\frac{187465}{6744582}$.\nRemark. We can get $a_{1}=\\frac{1105}{72}, a_{2}=-\\frac{2673}{40}, a_{3}=\\frac{1862}{15}, a_{4}=-\\frac{1885}{18}, a_{5}=\\frac{1323}{40}$ by solving the given system of linear equations, which is extremely messy and takes a lot of time.", "metadata": {"resource_path": "APMO/segmented/en-apmo2009_sol.jsonl", "problem_match": "\nProblem 2.", "solution_match": "(Solution)"}} {"year": "2009", "tier": "T1", "problem_label": "3", "problem_type": null, "exam": "APMO", "problem": "Let three circles $\\Gamma_{1}, \\Gamma_{2}, \\Gamma_{3}$, which are non-overlapping and mutually external, be given in the plane. For each point $P$ in the plane, outside the three circles, construct six points $A_{1}, B_{1}, A_{2}, B_{2}, A_{3}, B_{3}$ as follows: For each $i=1,2,3, A_{i}, B_{i}$ are distinct points on the circle $\\Gamma_{i}$ such that the lines $P A_{i}$ and $P B_{i}$ are both tangents to $\\Gamma_{i}$. Call the point $P$ exceptional if, from the construction, three lines $A_{1} B_{1}, A_{2} B_{2}, A_{3} B_{3}$ are concurrent. Show that every exceptional point of the plane, if exists, lies on the same circle.", "solution": "Let $O_{i}$ be the center and $r_{i}$ the radius of circle $\\Gamma_{i}$ for each $i=1,2,3$. Let $P$ be an exceptional point, and let the three corresponding lines $A_{1} B_{1}, A_{2} B_{2}, A_{3} B_{3}$ concur at $Q$. Construct the circle with diameter $P Q$. Call the circle $\\Gamma$, its center $O$ and its radius $r$. We now claim that all exceptional points lie on $\\Gamma$.\n![](https://cdn.mathpix.com/cropped/2024_11_22_74363b62d2fdb79556feg-3.jpg?height=1120&width=909&top_left_y=1239&top_left_x=531)\n\nLet $P O_{1}$ intersect $A_{1} B_{1}$ in $X_{1}$. As $P O_{1} \\perp A_{1} B_{1}$, we see that $X_{1}$ lies on $\\Gamma$. As $P A_{1}$ is a tangent to $\\Gamma_{1}$, triangle $P A_{1} O_{1}$ is right-angled and similar to triangle $A_{1} X_{1} O_{1}$. It follows that\n\n$$\n\\frac{O_{1} X_{1}}{O_{1} A_{1}}=\\frac{O_{1} A_{1}}{O_{1} P}, \\quad \\text { i.e., } \\quad O_{1} X_{1} \\cdot O_{1} P=O_{1} A_{1}^{2}=r_{1}^{2}\n$$\n\nOn the other hand, $O_{1} X_{1} \\cdot O_{1} P$ is also the power of $O_{1}$ with respect to $\\Gamma$, so that\n\n$$\nr_{1}^{2}=O_{1} X_{1} \\cdot O_{1} P=\\left(O_{1} O-r\\right)\\left(O_{1} O+r\\right)=O_{1} O^{2}-r^{2}\n$$\n\nand hence\n\n$$\nr^{2}=O O_{1}^{2}-r_{1}^{2}=\\left(O O_{1}-r_{1}\\right)\\left(O O_{1}+r_{1}\\right)\n$$\n\nThus, $r^{2}$ is the power of $O$ with respect to $\\Gamma_{1}$. By the same token, $r^{2}$ is also the power of $O$ with respect to $\\Gamma_{2}$ and $\\Gamma_{3}$. Hence $O$ must be the radical center of the three given circles. Since $r$, as the square root of the power of $O$ with respect to the three given circles, does not depend on $P$, it follows that all exceptional points lie on $\\Gamma$.\n\nRemark. In the event of the radical point being at infinity (and hence the three radical axes being parallel), there are no exceptional points in the plane, which is consistent with the statement of the problem.", "metadata": {"resource_path": "APMO/segmented/en-apmo2009_sol.jsonl", "problem_match": "\nProblem 3.", "solution_match": "(Solution)"}} {"year": "2009", "tier": "T1", "problem_label": "4", "problem_type": null, "exam": "APMO", "problem": "Prove that for any positive integer $k$, there exists an arithmetic sequence\n\n$$\n\\frac{a_{1}}{b_{1}}, \\quad \\frac{a_{2}}{b_{2}}, \\ldots, \\quad \\frac{a_{k}}{b_{k}}\n$$\n\nof rational numbers, where $a_{i}, b_{i}$ are relatively prime positive integers for each $i=1,2, \\ldots, k$, such that the positive integers $a_{1}, b_{1}, a_{2}, b_{2}, \\ldots, a_{k}, b_{k}$ are all distinct.", "solution": "For $k=1$, there is nothing to prove. Henceforth assume $k \\geq 2$.\nLet $p_{1}, p_{2}, \\ldots, p_{k}$ be $k$ distinct primes such that\n\n$$\nkN^{2}$. Consider the following sequence:\n\n$$\n\\frac{x+1}{N}, \\frac{x+2}{N}, \\quad, \\ldots, \\frac{x+k}{N}\n$$\n\nThis sequence is obviously an arithmetic sequence of positive rational numbers of length $k$. For each $i=1,2, \\ldots, k$, the numerator $x+i$ is divisible by $p_{i}$ but not by $p_{j}$ for $j \\neq i$, for otherwise $p_{j}$ divides $|i-j|$, which is not possible because $p_{j}>k>|i-j|$. Let\n\n$$\na_{i}:=\\frac{x+i}{p_{i}}, \\quad b_{i}:=\\frac{N}{p_{i}} \\quad \\text { for all } i=1,2, \\ldots, k\n$$\n\nThen\n\n$$\n\\frac{x+i}{N}=\\frac{a_{i}}{b_{i}}, \\quad \\operatorname{gcd}\\left(a_{i}, b_{i}\\right)=1 \\quad \\text { for all } i=1,2, \\ldots, k\n$$\n\nand all $b_{i}$ 's are distinct from each other. Moreover, $x>N^{2}$ implies\n\n$$\na_{i}=\\frac{x+i}{p_{i}}>\\frac{N^{2}}{p_{i}}>N>\\frac{N}{p_{j}}=b_{j} \\quad \\text { for all } i, j=1,2, \\ldots, k\n$$\n\nand hence all $a_{i}$ 's are distinct from $b_{i}$ 's. It only remains to show that all $a_{i}$ 's are distinct from each other. This follows from\n\n$$\na_{j}=\\frac{x+j}{p_{j}}>\\frac{x+i}{p_{j}}>\\frac{x+i}{p_{i}}=a_{i} \\quad \\text { for all } ia_{j}=\\frac{(k!)^{2}+j}{j}>b_{i}=\\frac{k!}{i}>b_{j}=\\frac{k!}{j}\n$$\n\nfor any $1 \\leq i