| {"year": "2008", "tier": "T1", "problem_label": "1", "problem_type": null, "exam": "APMO", "problem": "Let $A B C$ be a triangle with $\\angle A<60^{\\circ}$. Let $X$ and $Y$ be the points on the sides $A B$ and $A C$, respectively, such that $C A+A X=C B+B X$ and $B A+A Y=B C+C Y$. Let $P$ be the point in the plane such that the lines $P X$ and $P Y$ are perpendicular to $A B$ and $A C$, respectively. Prove that $\\angle B P C<120^{\\circ}$.", "solution": "Let $I$ be the incenter of $\\triangle A B C$, and let the feet of the perpendiculars from $I$ to $A B$ and to $A C$ be $D$ and $E$, respectively. (Without loss of generality, we may assume that $A C$ is the longest side. Then $X$ lies on the line segment $A D$. Although $P$ may or may not lie inside $\\triangle A B C$, the proof below works for both cases. Note that $P$ is on the line perpendicular to $A B$ passing through $X$.) Let $O$ be the midpoint of $I P$, and let the feet of the perpendiculars from $O$ to $A B$ and to $A C$ be $M$ and $N$, respectively. Then $M$ and $N$ are the midpoints of $D X$ and $E Y$, respectively.\n\n\nThe conditions on the points $X$ and $Y$ yield the equations\n\n$$\nA X=\\frac{A B+B C-C A}{2} \\quad \\text { and } \\quad A Y=\\frac{B C+C A-A B}{2} .\n$$\n\nFrom $A D=A E=\\frac{C A+A B-B C}{2}$, we obtain\n\n$$\nB D=A B-A D=A B-\\frac{C A+A B-B C}{2}=\\frac{A B+B C-C A}{2}=A X .\n$$\n\nSince $M$ is the midpoint of $D X$, it follows that $M$ is the midpoint of $A B$. Similarly, $N$ is the midpoint of $A C$. Therefore, the perpendicular bisectors of $A B$ and $A C$ meet at $O$, that is, $O$ is the circumcenter of $\\triangle A B C$. Since $\\angle B A C<60^{\\circ}, O$ lies on the same side of $B C$ as the point $A$ and\n\n$$\n\\angle B O C=2 \\angle B A C\n$$\n\nWe can compute $\\angle B I C$ as follows:\n\n$$\n\\begin{aligned}\n\\angle B I C & =180^{\\circ}-\\angle I B C-\\angle I C B=180^{\\circ}-\\frac{1}{2} \\angle A B C-\\frac{1}{2} \\angle A C B \\\\\n& =180^{\\circ}-\\frac{1}{2}(\\angle A B C+\\angle A C B)=180^{\\circ}-\\frac{1}{2}\\left(180^{\\circ}-\\angle B A C\\right)=90^{\\circ}+\\frac{1}{2} \\angle B A C\n\\end{aligned}\n$$\n\nIt follows from $\\angle B A C<60^{\\circ}$ that\n\n$$\n2 \\angle B A C<90^{\\circ}+\\frac{1}{2} \\angle B A C, \\quad \\text { i.e., } \\quad \\angle B O C<\\angle B I C \\text {. }\n$$\n\nFrom this it follows that $I$ lies inside the circumcircle of the isosceles triangle $B O C$ because $O$ and $I$ lie on the same side of $B C$. However, as $O$ is the midpoint of $I P, P$ must lie outside the circumcircle of triangle $B O C$ and on the same side of $B C$ as $O$. Therefore\n\n$$\n\\angle B P C<\\angle B O C=2 \\angle B A C<120^{\\circ} .\n$$\n\nRemark. If one assumes that $\\angle A$ is smaller than the other two, then it is clear that the line $P X$ (or the line perpendicular to $A B$ at $X$ if $P=X$ ) runs through the excenter $I_{C}$ of the excircle tangent to the side $A B$. Since $2 \\angle A C I_{C}=\\angle A C B$ and $B C<A C$, we have $2 \\angle P C B>\\angle C$. Similarly, $2 \\angle P B C>\\angle B$. Therefore,\n\n$$\n\\angle B P C=180^{\\circ}-(\\angle P B C+\\angle P C B)<180^{\\circ}-\\left(\\frac{\\angle B+\\angle C}{2}\\right)=90+\\frac{\\angle A}{2}<120^{\\circ}\n$$\n\nIn this way, a special case of the problem can be easily proved.", "metadata": {"resource_path": "APMO/segmented/en-apmo2008_sol.jsonl", "problem_match": "\nProblem 1.", "solution_match": "(Solution)"}} |
| {"year": "2008", "tier": "T1", "problem_label": "2", "problem_type": null, "exam": "APMO", "problem": "Students in a class form groups each of which contains exactly three members such that any two distinct groups have at most one member in common. Prove that, when the class size is 46 , there is a set of 10 students in which no group is properly contained.", "solution": "We let $C$ be the set of all 46 students in the class and let\n\n$$\ns:=\\max \\{|S|: S \\subseteq C \\text { such that } S \\text { contains no group properly }\\}\n$$\n\nThen it suffices to prove that $s \\geq 10$. (If $|S|=s>10$, we may choose a subset of $S$ consisting of 10 students.)\n\nSuppose that $s \\leq 9$ and let $S$ be a set of size $s$ in which no group is properly contained. Take any student, say $v$, from outside $S$. Because of the maximality of $s$, there should be a group containing the student $v$ and two other students in $S$. The number of ways to choose two students from $S$ is\n\n$$\n\\binom{s}{2} \\leq\\binom{ 9}{2}=36\n$$\n\nOn the other hand, there are at least $37=46-9$ students outside of $S$. Thus, among those 37 students outside, there is at least one student, say $u$, who does not belong to any group containing two students in $S$ and one outside. This is because no two distinct groups have two members in common. But then, $S$ can be enlarged by including $u$, which is a contradiction.\n\nRemark. One may choose a subset $S$ of $C$ that contains no group properly. Then, assuming $|S|<10$, prove that there is a student outside $S$, say $u$, who does not belong to any group containing two students in $S$. After enlarging $S$ by including $u$, prove that the enlarged $S$ still contains no group properly.", "metadata": {"resource_path": "APMO/segmented/en-apmo2008_sol.jsonl", "problem_match": "\nProblem 2.", "solution_match": "(Solution)"}} |
| {"year": "2008", "tier": "T1", "problem_label": "3", "problem_type": null, "exam": "APMO", "problem": "Let $\\Gamma$ be the circumcircle of a triangle $A B C$. A circle passing through points $A$ and $C$ meets the sides $B C$ and $B A$ at $D$ and $E$, respectively. The lines $A D$ and $C E$ meet $\\Gamma$ again at $G$ and $H$, respectively. The tangent lines of $\\Gamma$ at $A$ and $C$ meet the line $D E$ at $L$ and $M$, respectively. Prove that the lines $L H$ and $M G$ meet at $\\Gamma$.", "solution": "Let $M G$ meet $\\Gamma$ at $P$. Since $\\angle M C D=\\angle C A E$ and $\\angle M D C=\\angle C A E$, we have $M C=M D$. Thus\n\n$$\nM D^{2}=M C^{2}=M G \\cdot M P\n$$\n\nand hence $M D$ is tangent to the circumcircle of $\\triangle D G P$. Therefore $\\angle D G P=\\angle E D P$.\nLet $\\Gamma^{\\prime}$ be the circumcircle of $\\triangle B D E$. If $B=P$, then, since $\\angle B G D=\\angle B D E$, the tangent lines of $\\Gamma^{\\prime}$ and $\\Gamma$ at $B$ should coincide, that is $\\Gamma^{\\prime}$ is tangent to $\\Gamma$ from inside. Let $B \\neq P$. If $P$ lies in the same side of the line $B C$ as $G$, then we have\n\n$$\n\\angle E D P+\\angle A B P=180^{\\circ}\n$$\n\nbecause $\\angle D G P+\\angle A B P=180^{\\circ}$. That is, the quadrilateral $B P D E$ is cyclic, and hence $P$ is on the intersection of $\\Gamma^{\\prime}$ with $\\Gamma$.\n\n\nOtherwise,\n\n$$\n\\angle E D P=\\angle D G P=\\angle A G P=\\angle A B P=\\angle E B P .\n$$\n\nTherefore the quadrilateral $P B D E$ is cyclic, and hence $P$ again is on the intersection of $\\Gamma^{\\prime}$ with $\\Gamma$.\n\nSimilarly, if $L H$ meets $\\Gamma$ at $Q$, we either have $Q=B$, in which case $\\Gamma^{\\prime}$ is tangent to $\\Gamma$ from inside, or $Q \\neq B$. In the latter case, $Q$ is on the intersection of $\\Gamma^{\\prime}$ with $\\Gamma$. In either case, we have $P=Q$.", "metadata": {"resource_path": "APMO/segmented/en-apmo2008_sol.jsonl", "problem_match": "\nProblem 3.", "solution_match": "(Solution)"}} |
| {"year": "2008", "tier": "T1", "problem_label": "4", "problem_type": null, "exam": "APMO", "problem": "Consider the function $f: \\mathbb{N}_{0} \\rightarrow \\mathbb{N}_{0}$, where $\\mathbb{N}_{0}$ is the set of all non-negative integers, defined by the following conditions:\n(i) $f(0)=0$,\n(ii) $f(2 n)=2 f(n)$ and\n(iii) $f(2 n+1)=n+2 f(n)$ for all $n \\geq 0$.\n(a) Determine the three sets $L:=\\{n \\mid f(n)<f(n+1)\\}, E:=\\{n \\mid f(n)=f(n+1)\\}$, and $G:=\\{n \\mid f(n)>f(n+1)\\}$.\n(b) For each $k \\geq 0$, find a formula for $a_{k}:=\\max \\left\\{f(n): 0 \\leq n \\leq 2^{k}\\right\\}$ in terms of $k$.", "solution": "(a) Let\n\n$$\nL_{1}:=\\{2 k: k>0\\}, \\quad E_{1}:=\\{0\\} \\cup\\{4 k+1: k \\geq 0\\}, \\quad \\text { and } G_{1}:=\\{4 k+3: k \\geq 0\\} .\n$$\n\nWe will show that $L_{1}=L, E_{1}=E$, and $G_{1}=G$. It suffices to verify that $L_{1} \\subseteq E, E_{1} \\subseteq E$, and $G_{1} \\subseteq G$ because $L_{1}, E_{1}$, and $G_{1}$ are mutually disjoint and $L_{1} \\cup E_{1} \\cup G_{1}=\\mathbb{N}_{0}$.\n\nFirstly, if $k>0$, then $f(2 k)-f(2 k+1)=-k<0$ and therefore $L_{1} \\subseteq L$.\nSecondly, $f(0)=0$ and\n\n$$\n\\begin{aligned}\n& f(4 k+1)=2 k+2 f(2 k)=2 k+4 f(k) \\\\\n& f(4 k+2)=2 f(2 k+1)=2(k+2 f(k))=2 k+4 f(k)\n\\end{aligned}\n$$\n\nfor all $k \\geq 0$. Thus, $E_{1} \\subseteq E$.\nLastly, in order to prove $G_{1} \\subset G$, we claim that $f(n+1)-f(n) \\leq n$ for all $n$. (In fact, one can prove a stronger inequality : $f(n+1)-f(n) \\leq n / 2$.) This is clearly true for even $n$ from the definition since for $n=2 t$,\n\n$$\nf(2 t+1)-f(2 t)=t \\leq n\n$$\n\nIf $n=2 t+1$ is odd, then (assuming inductively that the result holds for all nonnegative $m<n$ ), we have\n\n$$\n\\begin{aligned}\nf(n+1)-f(n) & =f(2 t+2)-f(2 t+1)=2 f(t+1)-t-2 f(t) \\\\\n& =2(f(t+1)-f(t))-t \\leq 2 t-t=t<n .\n\\end{aligned}\n$$\n\nFor all $k \\geq 0$,\n\n$$\n\\begin{aligned}\n& f(4 k+4)-f(4 k+3)=f(2(2 k+2))-f(2(2 k+1)+1) \\\\\n& =4 f(k+1)-(2 k+1+2 f(2 k+1))=4 f(k+1)-(2 k+1+2 k+4 f(k)) \\\\\n& =4(f(k+1)-f(k))-(4 k+1) \\leq 4 k-(4 k+1)<0 .\n\\end{aligned}\n$$\n\nThis proves $G_{1} \\subseteq G$.\n(b) Note that $a_{0}=a_{1}=f(1)=0$. Let $k \\geq 2$ and let $N_{k}=\\left\\{0,1,2, \\ldots, 2^{k}\\right\\}$. First we claim that the maximum $a_{k}$ occurs at the largest number in $G \\cap N_{k}$, that is, $a_{k}=f\\left(2^{k}-1\\right)$. We use mathematical induction on $k$ to prove the claim. Note that $a_{2}=f(3)=f\\left(2^{2}-1\\right)$.\n\nNow let $k \\geq 3$. For every even number $2 t$ with $2^{k-1}+1<2 t \\leq 2^{k}$,\n\n$$\nf(2 t)=2 f(t) \\leq 2 a_{k-1}=2 f\\left(2^{k-1}-1\\right)\n$$\n\nby induction hypothesis. For every odd number $2 t+1$ with $2^{k-1}+1 \\leq 2 t+1<2^{k}$,\n\n$$\n\\begin{aligned}\nf(2 t+1) & =t+2 f(t) \\leq 2^{k-1}-1+2 f(t) \\\\\n& \\leq 2^{k-1}-1+2 a_{k-1}=2^{k-1}-1+2 f\\left(2^{k-1}-1\\right)\n\\end{aligned}\n$$\n\nagain by induction hypothesis. Combining ( $\\dagger$ ), ( $\\ddagger$ ) and\n\n$$\nf\\left(2^{k}-1\\right)=f\\left(2\\left(2^{k-1}-1\\right)+1\\right)=2^{k-1}-1+2 f\\left(2^{k-1}-1\\right)\n$$\n\nwe may conclude that $a_{k}=f\\left(2^{k}-1\\right)$ as desired.\nFurthermore, we obtain\n\n$$\na_{k}=2 a_{k-1}+2^{k-1}-1\n$$\n\nfor all $k \\geq 3$. Note that this recursive formula for $a_{k}$ also holds for $k \\geq 0,1$ and 2 . Unwinding this recursive formula, we finally get\n\n$$\n\\begin{aligned}\na_{k} & =2 a_{k-1}+2^{k-1}-1=2\\left(2 a_{k-2}+2^{k-2}-1\\right)+2^{k-1}-1 \\\\\n& =2^{2} a_{k-2}+2 \\cdot 2^{k-1}-2-1=2^{2}\\left(2 a_{k-3}+2^{k-3}-1\\right)+2 \\cdot 2^{k-1}-2-1 \\\\\n& =2^{3} a_{k-3}+3 \\cdot 2^{k-1}-2^{2}-2-1 \\\\\n& \\vdots \\\\\n& =2^{k} a_{0}+k 2^{k-1}-2^{k-1}-2^{k-2}-\\ldots-2-1 \\\\\n& =k 2^{k-1}-2^{k}+1 \\quad \\text { for all } k \\geq 0 .\n\\end{aligned}\n$$", "metadata": {"resource_path": "APMO/segmented/en-apmo2008_sol.jsonl", "problem_match": "\nProblem 4.", "solution_match": "(Solution)"}} |
| {"year": "2008", "tier": "T1", "problem_label": "5", "problem_type": null, "exam": "APMO", "problem": "Let $a, b, c$ be integers satisfying $0<a<c-1$ and $1<b<c$. For each $k$, $0 \\leq k \\leq a$, let $r_{k}, 0 \\leq r_{k}<c$, be the remainder of $k b$ when divided by $c$. Prove that the two sets $\\left\\{r_{0}, r_{1}, r_{2}, \\ldots, r_{a}\\right\\}$ and $\\{0,1,2, \\ldots, a\\}$ are different.", "solution": "Suppose that two sets are equal. Then $\\operatorname{gcd}(b, c)=1$ and the polynomial\n\n$$\nf(x):=\\left(1+x^{b}+x^{2 b}+\\cdots+x^{a b}\\right)-\\left(1+x+x^{2}+\\cdots+x^{a-1}+x^{a}\\right)\n$$\n\nis divisible by $x^{c}-1$. (This is because: $m=n+c q \\Longrightarrow x^{m}-x^{n}=x^{n+c q}-x^{n}=x^{n}\\left(x^{c q}-1\\right)$ and $\\left(x^{c q}-1\\right)=\\left(x^{c}-1\\right)\\left(\\left(x^{c}\\right)^{q-1}+\\left(x^{c}\\right)^{q-2}+\\cdots+1\\right)$.) From\n\n$$\nf(x)=\\frac{x^{(a+1) b}-1}{x^{b}-1}-\\frac{x^{a+1}-1}{x-1}=\\frac{F(x)}{(x-1)\\left(x^{b}-1\\right)}\n$$\n\nwhere $F(x)=x^{a b+b+1}+x^{b}+x^{a+1}-x^{a b+b}-x^{a+b+1}-x$, we have\n\n$$\nF(x) \\equiv 0 \\quad\\left(\\bmod x^{c}-1\\right)\n$$\n\nSince $x^{c} \\equiv 1\\left(\\bmod x^{c}-1\\right)$, we may conclude that\n\n$$\n\\{a b+b+1, b, a+1\\} \\equiv\\{a b+b, a+b+1,1\\} \\quad(\\bmod c)\n$$\n\nThus,\n\n$$\nb \\equiv a b+b, a+b+1 \\text { or } 1(\\bmod c)\n$$\n\nBut neither $b \\equiv 1(\\bmod c)$ nor $b \\equiv a+b+1(\\bmod c)$ are possible by the given conditions. Therefore, $b \\equiv a b+b(\\bmod c)$. But this is also impossible because $\\operatorname{gcd}(b, c)=1$.", "metadata": {"resource_path": "APMO/segmented/en-apmo2008_sol.jsonl", "problem_match": "\nProblem 5.", "solution_match": "(Solution)"}} |
|
|