olympiads-ref / USAMO /segmented /en-USAMO-2007-notes.jsonl
beichen0426's picture
Duplicate from AI-MO/olympiads-ref
63c5bce verified
{"year": "2007", "tier": "T1", "problem_label": "1", "problem_type": null, "exam": "USAMO", "problem": "Let $n$ be a positive integer. Define a sequence by setting $a_{1}=n$ and, for each $k>1$, letting $a_{k}$ be the unique integer in the range $0 \\leq a_{k} \\leq k-1$ for which $a_{1}+a_{2}+\\cdots+a_{k}$ is divisible by $k$. (For instance, when $n=9$ the obtained sequence is $9,1,2,0,3,3,3, \\ldots$ ) Prove that for any $n$ the sequence $a_{1}, a_{2}, \\ldots$ eventually becomes constant.", "solution": " For each $k$, the number $$ b_{k}:=\\frac{1}{k}\\left(a_{1}+\\cdots+a_{k}\\right) $$ is a nonnegative integer. Claim - The sequence $\\left(b_{k}\\right)$ is eventually constant. $$ b_{k+1}=\\frac{a_{1}+\\cdots+a_{k}+a_{k+1}}{k+1} \\leq \\frac{k b_{k}+k}{k+1}<b_{k}+1 $$ and therefore $b_{k+1} \\leq b_{k}$ for all $k$. Hence the sequence $b_{k}$ must eventually be constant. This can only happen once the sequence is constant: indeed if $N$ is an index such that $b_{N}=b_{N+1}=\\cdots=b$ then $$ a_{k}=(k+1) b_{k+1}-k \\cdot b_{k}=(k+1) \\cdot b-k \\cdot b=b $$ for any $k \\geq N$. In other words, $a_{N}=a_{N+1}=\\cdots=b$ as well.", "metadata": {"resource_path": "USAMO/segmented/en-USAMO-2007-notes.jsonl"}}
{"year": "2007", "tier": "T1", "problem_label": "2", "problem_type": null, "exam": "USAMO", "problem": "Decide whether it possible to cover all lattice points in $\\mathbb{R}^{2}$ by an (infinite) family of disks whose interiors are disjoint such that the radius of each disk is at least 5 .", "solution": " The answer is no. Assume not. Take a disk $\\odot O$ not touching any member of the family, and then enlarge it until it is maximal. Then, it must be tangent to at least three other disks, say $\\odot A$, $\\odot B, \\odot C$. Suppose WLOG that $\\angle A O B \\leq 120^{\\circ}$. Denote the radii of $\\odot O, \\odot A, \\odot B$ by $r$, $a, b$. But the Law of Cosines gives $$ (a+b)^{2} \\leq(a+r)^{2}+(b+r)^{2}+(a+r)(b+r) $$ which rewrites as $$ 12 r^{2} \\geq(a-3 r)(b-3 r) \\geq(5-3 r)^{2} $$ which one can check is impossible for $r \\leq 1 / \\sqrt{2}$. Thus $r>1 / \\sqrt{2}$. In particular $(\\odot O)$ must contain a lattice point as it contains a unit square. Remark. The order of the argument here matters in subtle ways. A common approach is to try and reduce to the \"optimal\" case where we have three mutually tangent circles, and then apply the Descarte circle theorem. There are ways in which this approach can fail if the execution is not done with care. (In particular, one cannot simply say to reduce to this case, without some justification.) For example: it is not true that, given an infinite family of disks, we can enlarge disks until we get three mutually tangent ones. As a counterexample consider the \"square grid\" in which a circle is centered at $(10 m, 10 n)$ for each $m, n \\in \\mathbb{Z}$ and has radius 5 . Thus it is also not possible to simply pick three nearby circles and construct a circle tangent to all three: that newly constructed circle might intersect a fourth disk not in the picture. Thus, when constructing the small disk $\\odot O$ in the above solution, it seems easiest to start with a point not covered and grow $\\odot O$ until it is tangent to some three circles, and then argue by cosine law. Otherwise it not easy to determine which three circles to start with.", "metadata": {"resource_path": "USAMO/segmented/en-USAMO-2007-notes.jsonl"}}
{"year": "2007", "tier": "T1", "problem_label": "3", "problem_type": null, "exam": "USAMO", "problem": "Let $S$ be a set containing $n^{2}+n-1$ elements. Suppose that the $n$-element subsets of $S$ are partitioned into two classes. Prove that there are at least $n$ pairwise disjoint sets in the same class.", "solution": " 【 First solution (Grant Yu). We define a set of $n+1$ elements to be useful if it has $n$-element subsets in each class. Consider a maximal collection of disjoint useful sets and assume there are $p$ such sets. Then, let $T$ be the set of elements remaining (i.e. not in one of chosen useful sets). Claim - All subsets of $T$ of size $n$ are the same color. We have $|T|=n^{2}+n-1-p(n+1)$, and in particular $p<n$. WLOG all sets in $T$ are red. We can extract another red set from each of our chosen useful sets. So we can get at least $$ p+\\left\\lfloor\\frac{|T|}{n}\\right\\rfloor=p+\\left\\lfloor n+1-p-\\frac{1+p}{n}\\right\\rfloor \\geq p+(n-p)=n . $$", "metadata": {"resource_path": "USAMO/segmented/en-USAMO-2007-notes.jsonl"}}
{"year": "2007", "tier": "T1", "problem_label": "3", "problem_type": null, "exam": "USAMO", "problem": "Let $S$ be a set containing $n^{2}+n-1$ elements. Suppose that the $n$-element subsets of $S$ are partitioned into two classes. Prove that there are at least $n$ pairwise disjoint sets in the same class.", "solution": " ## ब Second solution (by induction). We prove more strongly that: Claim - Let $S$ be a set containing $k \\cdot(n+1)-1$ elements. Then we can find $k$ pairwise disjoint sets of the same color. For the inductive step, assume for contradiction the problem fails. Let $T$ be any subset of $S$ of size $(k-1)(n+1)-1$. By the induction hypothesis, among the subsets of $T$ alone, we can already find $k-1$ pairwise disjoint sets of the same color. Now $S \\backslash T$ has size $n+1$, and so we would have to have that all $\\binom{n+1}{n}$ subsets of $S \\backslash T$ are the same color. By varying $T$, the set $S \\backslash T$ ranges over all of $\\binom{S}{k+1}$. This causes all sets to be the same color, contradiction. Remark. Victor Wang writes the following: I don't really like this problem, but I think the main motivation for generalizing the problem is that the original problem doesn't allow you to look at small cases. (Also, it's not initially clear where the $n^{2}+n-1$ comes from.) And pretty much the simplest way to get lots of similarly-flavored small cases is to start with $k=2,3$ in \"find the smallest $N(n, k)$ such that when we partition the $n$-subsets of a $\\geq N(n, k)$-set into 2 classes, we can find some $k$ pairwise disjoint sets in the same class\".", "metadata": {"resource_path": "USAMO/segmented/en-USAMO-2007-notes.jsonl"}}
{"year": "2007", "tier": "T1", "problem_label": "4", "problem_type": null, "exam": "USAMO", "problem": "An animal with $n$ cells is a connected figure consisting of $n$ equal-sized square cells (equivalently, a polyomino with $n$ cells). A dinosaur is an animal with at least 2007 cells. It is said to be primitive it its cells cannot be partitioned into two or more dinosaurs. Find with proof the maximum number of cells in a primitive dinosaur.", "solution": " In fact it's true for any tree with maximum degree $\\leq 4$. Here is the solution of Andrew Geng. Let $T$ be such a tree (a spanning tree of the dinosaur graph) which corresponds to a primitive dinosaur. Claim - There exists a vertex $v$ such that when $v$ is deleted, no dinosaurs result. When this vertex is deleted, we get at most 4 components, each with $\\leq 2006$ vertices, giving the answer of $4 \\cdot 2006+1=8025$. The construction is easy (take a \"cross\", for example).", "metadata": {"resource_path": "USAMO/segmented/en-USAMO-2007-notes.jsonl"}}
{"year": "2007", "tier": "T1", "problem_label": "5", "problem_type": null, "exam": "USAMO", "problem": "Prove that for every nonnegative integer $n$, the number $7^{7^{n}}+1$ is the product of at least $2 n+3$ (not necessarily distinct) primes.", "solution": " We prove this by induction on $n$ by showing that $$ \\frac{X^{7}+1}{X+1}=X^{6}-X^{5}+\\cdots+1 $$ is never prime for $X=7^{7^{n}}$, hence we gain at least two additional prime factors whenever we increase $n$ by one. Indeed, the quotient may be written as $$ (X+1)^{6}-7 X \\cdot\\left(X^{2}+X+1\\right)^{2} $$ which becomes a difference of squares, hence composite.", "metadata": {"resource_path": "USAMO/segmented/en-USAMO-2007-notes.jsonl"}}
{"year": "2007", "tier": "T1", "problem_label": "6", "problem_type": null, "exam": "USAMO", "problem": "Let $A B C$ be an acute triangle with $\\omega, S$, and $R$ being its incircle, circumcircle, and circumradius, respectively. Circle $\\omega_{A}$ is tangent internally to $S$ at $A$ and tangent externally to $\\omega$. Circle $S_{A}$ is tangent internally to $S$ at $A$ and tangent internally to $\\omega$. Let $P_{A}$ and $Q_{A}$ denote the centers of $\\omega_{A}$ and $S_{A}$, respectively. Define points $P_{B}$, $Q_{B}, P_{C}, Q_{C}$ analogously. Prove that $$ 8 P_{A} Q_{A} \\cdot P_{B} Q_{B} \\cdot P_{C} Q_{C} \\leq R^{3} $$ with equality if and only if triangle $A B C$ is equilateral.", "solution": " It turns out we can compute $P_{A} Q_{A}$ explicitly. Let us invert around $A$ with radius $s-a$ (hence fixing the incircle) and then compose this with a reflection around the angle bisector of $\\angle B A C$. We denote the image of the composed map via $$ \\bullet \\mapsto \\bullet^{*} \\mapsto \\bullet^{+} $$ We overlay this inversion with the original diagram. Let $P_{A} Q_{A}$ meet $\\omega_{A}$ again at $P$ and $S_{A}$ again at $Q$. Now observe that $\\omega_{A}^{*}$ is a line parallel to $S^{*}$; that is, it is perpendicular to $\\overline{P Q}$. Moreover, it is tangent to $\\omega^{*}=\\omega$. Now upon the reflection, we find that $\\omega^{+}=\\omega^{*}=\\omega$, but line $\\overline{P Q}$ gets mapped to the altitude from $A$ to $\\overline{B C}$, since $\\overline{P Q}$ originally contained the circumcenter $O$ (isogonal to the orthocenter). But this means that $\\omega_{A}^{*}$ is none other than the $\\overline{B C}$ ! Hence $P^{+}$is actually the foot of the altitude from $A$ onto $\\overline{B C}$. By similar work, we find that $Q^{+}$is the point on $\\overline{A P^{+}}$such that $P^{+} Q^{+}=2 r$. ![](https://cdn.mathpix.com/cropped/2024_11_19_402510c1149b1e176dc4g-09.jpg?height=835&width=878&top_left_y=1710&top_left_x=592) Now we can compute all the lengths directly. We have that $$ A P_{A}=\\frac{1}{2} A P=\\frac{(s-a)^{2}}{2 A P^{+}}=\\frac{1}{2}(s-a)^{2} \\cdot \\frac{1}{h_{a}} $$ and $$ A Q_{A}=\\frac{1}{2} A Q=\\frac{(s-a)^{2}}{2 A Q^{+}}=\\frac{1}{2}(s-a)^{2} \\cdot \\frac{1}{h_{a}-2 r} $$ where $h_{a}=\\frac{2 K}{a}$ is the length of the $A$-altitude, with $K$ the area of $A B C$ as usual. Now it follows that $$ P_{A} Q_{A}=\\frac{1}{2}(s-a)^{2}\\left(\\frac{2 r}{h_{a}\\left(h_{a}-2 r\\right)}\\right) . $$ This can be simplified, as $$ h_{a}-2 r=\\frac{2 K}{a}-\\frac{2 K}{s}=2 K \\cdot \\frac{s-a}{a s} $$ Hence $$ P_{A} Q_{A}=\\frac{a^{2} r s(s-a)}{4 K^{2}}=\\frac{a^{2}(s-a)}{4 K} . $$ Hence, the problem is just asking us to show that $$ a^{2} b^{2} c^{2}(s-a)(s-b)(s-c) \\leq 8(R K)^{3} $$ Using $a b c=4 R K$ and $(s-a)(s-b)(s-c)=\\frac{1}{s} K^{2}=r K$, we find that this becomes $$ 2(s-a)(s-b)(s-c) \\leq R K \\Longleftrightarrow 2 r \\leq R $$ which follows immediately from $I O^{2}=R(R-2 r)$. Alternatively, one may rewrite this as Schur's Inequality in the form $$ a b c \\geq(-a+b+c)(a-b+c)(a+b-c) $$", "metadata": {"resource_path": "USAMO/segmented/en-USAMO-2007-notes.jsonl"}}