{"year": "2020", "tier": "T3", "problem_label": "1", "problem_type": null, "exam": "USAJMO", "problem": "Let $n \\geq 2$ be an integer. Carl has $n$ books arranged on a bookshelf. Each book has a height and a width. No two books have the same height, and no two books have the same width. Initially, the books are arranged in increasing order of height from left to right. In a move, Carl picks any two adjacent books where the left book is wider and shorter than the right book, and swaps their locations. Carl does this repeatedly until no further moves are possible. Prove that regardless of how Carl makes his moves, he must stop after a finite number of moves, and when he does stop, the books are sorted in increasing order of width from left to right.", "solution": " We say that a pair of books $(A, B)$ is height-inverted if $A$ is to the left of $B$ and taller than $A$. Similarly define width-inverted pairs. Note that every operation decreases the number of width-inverted pairs. This proves the procedure terminates, since the number of width-inverted pairs starts at $\\binom{n}{2}$ and cannot increase indefinitely. Now consider a situation where no more moves are possible. Assume for contradiction two consecutive books $(A, B)$ are still width-inverted. Since the operation isn't possible anymore, they are also height-inverted. In particular, the operation could never have swapped $A$ and $B$. But this contradicts the assumption there were no height-inverted pairs initially.", "metadata": {"resource_path": "USAJMO/segmented/en-JMO-2020-notes.jsonl"}} {"year": "2020", "tier": "T3", "problem_label": "2", "problem_type": null, "exam": "USAJMO", "problem": "Let $\\omega$ be the incircle of a fixed equilateral triangle $A B C$. Let $\\ell$ be a variable line that is tangent to $\\omega$ and meets the interior of segments $B C$ and $C A$ at points $P$ and $Q$, respectively. A point $R$ is chosen such that $P R=P A$ and $Q R=Q B$. Find all possible locations of the point $R$, over all choices of $\\ell$.", "solution": " Let $r$ be the inradius. Let $T$ be the tangency point of $\\overline{P Q}$ on arc $\\widehat{D E}$ of the incircle, which we consider varying. We define $R_{1}$ and $R_{2}$ to be the two intersections of the circle centered at $P$ with radius $P A$, and the circle centered at $Q$ with radius $Q B$. We choose $R_{1}$ to lie on the opposite side of $C$ as line $P Q$. ![](https://cdn.mathpix.com/cropped/2024_11_19_7a2c3e8ae10363caaf59g-04.jpg?height=906&width=1098&top_left_y=1003&top_left_x=482) Claim - The point $R_{1}$ is the unique point on ray $T I$ with $R_{1} I=2 r$. Note that since TASD is an isosceles trapezoid, it follows $P A=P S$. Similarly, $Q B=Q S$. So it follows that $S=R_{1}$. Since $T$ can be any point on the open arc $\\widehat{D E}$, it follows that the locus of $R_{1}$ is exactly the open $120^{\\circ}$ arc of $\\widehat{A B}$ of the circle centered at $I$ with radius $2 r$ (i.e. the circumcircle of $A B C)$. It remains to characterize $R_{2}$. Since $T I=r, I R_{1}=2 r$, it follows $T R_{2}=3 r$ and $I R_{2}=4 r$. Define $A^{\\prime}$ on ray $D I$ such that $A^{\\prime} I=4 r$, and $B^{\\prime}$ on ray $I E$ such that $B^{\\prime} I=4 r$. Then it follows, again by homothety, that the locus of $R_{2}$ is the $120^{\\circ}$ arc $\\widehat{A^{\\prime} B^{\\prime}}$ of the circle centered at $I$ with radius $4 r$. In conclusion, the locus of $R$ is the two open $120^{\\circ}$ arcs we identified.", "metadata": {"resource_path": "USAJMO/segmented/en-JMO-2020-notes.jsonl"}} {"year": "2020", "tier": "T3", "problem_label": "3", "problem_type": null, "exam": "USAJMO", "problem": "An empty $2020 \\times 2020 \\times 2020$ cube is given, and a $2020 \\times 2020$ grid of square unit cells is drawn on each of its six faces. A beam is a $1 \\times 1 \\times 2020$ rectangular prism. Several beams are placed inside the cube subject to the following conditions: - The two $1 \\times 1$ faces of each beam coincide with unit cells lying on opposite faces of the cube. (Hence, there are $3 \\cdot 2020^{2}$ possible positions for a beam.) - No two beams have intersecting interiors. - The interiors of each of the four $1 \\times 2020$ faces of each beam touch either a face of the cube or the interior of the face of another beam. What is the smallest positive number of beams that can be placed to satisfy these conditions?", "solution": " \\I Answer. 3030 beams. 【 Construction. We first give a construction with $3 n / 2$ beams for any $n \\times n \\times n$ box, where $n$ is an even integer. Shown below is the construction for $n=6$, which generalizes. (The left figure shows the cube in 3 d ; the right figure shows a direct view of the three visible faces.) ![](https://cdn.mathpix.com/cropped/2024_11_19_7a2c3e8ae10363caaf59g-06.jpg?height=815&width=1303&top_left_y=1551&top_left_x=315) ![](https://cdn.mathpix.com/cropped/2024_11_19_7a2c3e8ae10363caaf59g-06.jpg?height=295&width=281&top_left_y=2031&top_left_x=1113) Left face ![](https://cdn.mathpix.com/cropped/2024_11_19_7a2c3e8ae10363caaf59g-06.jpg?height=295&width=278&top_left_y=2034&top_left_x=1460) Right face To be explicit, impose coordinate axes such that one corner of the cube is the origin. We specify a beam by two opposite corners. The $3 n / 2$ beams come in three directions, $n / 2$ in each direction: - $(0,0,0) \\rightarrow(1,1, n),(2,2,0) \\rightarrow(3,3, n),(4,4,0) \\rightarrow(5,5, n)$, and so on; - $(1,0,0) \\rightarrow(2, n, 1),(3,0,2) \\rightarrow(4, n, 3),(5,0,4) \\rightarrow(6, n, 5)$, and so on; - $(0,1,1) \\rightarrow(n, 2,2),(0,3,3) \\rightarrow(n, 4,4),(0,5,5) \\rightarrow(n, 6,6)$, and so on. This gives the figure we drew earlier and shows 3030 beams is possible. Necessity. We now show at least $3 n / 2$ beams are necessary. Maintain coordinates, and call the beams $x$-beams, $y$-beams, $z$-beams according to which plane their long edges are perpendicular too. Let $N_{x}, N_{y}, N_{z}$ be the number of these. Claim - If $\\min \\left(N_{x}, N_{y}, N_{z}\\right)=0$, then at least $n^{2}$ beams are needed. We henceforth assume $\\min \\left(N_{x}, N_{y}, N_{z}\\right)>0$. Claim - If $N_{z}>0$, then we have $N_{x}+N_{y} \\geq n$. Proceeding in a similar fashion, we arrive at the three relations $$ \\begin{aligned} & N_{x}+N_{y} \\geq n \\\\ & N_{y}+N_{z} \\geq n \\\\ & N_{z}+N_{x} \\geq n \\end{aligned} $$ Summing gives $N_{x}+N_{y}+N_{z} \\geq 3 n / 2$ too. Remark. The problem condition has the following \"physics\" interpretation. Imagine the cube is a metal box which is sturdy enough that all beams must remain orthogonal to the faces of the box (i.e. the beams cannot spin). Then the condition of the problem is exactly what is needed so that, if the box is shaken or rotated, the beams will not move. Remark. Walter Stromquist points out that the number of constructions with 3030 beams is actually enormous: not dividing out by isometries, the number is $(2 \\cdot 1010!)^{3}$.", "metadata": {"resource_path": "USAJMO/segmented/en-JMO-2020-notes.jsonl"}} {"year": "2020", "tier": "T3", "problem_label": "4", "problem_type": null, "exam": "USAJMO", "problem": "Let $A B C D$ be a convex quadrilateral inscribed in a circle and satisfying $$ D A