{"year": "2010", "tier": "T1", "problem_label": "1", "problem_type": null, "exam": "USAMO", "problem": "Let $A X Y Z B$ be a convex pentagon inscribed in a semicircle of diameter $A B$. Denote by $P, Q, R, S$ the feet of the perpendiculars from $Y$ onto lines $A X, B X$, $A Z, B Z$, respectively. Prove that the acute angle formed by lines $P Q$ and $R S$ is half the size of $\\angle X O Z$, where $O$ is the midpoint of segment $A B$.", "solution": " 【 First approach using angle chasing. Define $T=\\overline{P Q} \\cap \\overline{R S}$. Also, let $2 \\alpha, 2 \\beta, 2 \\gamma, 2 \\delta$ denote the measures of $\\operatorname{arcs} \\widehat{A X}, \\widehat{X Y}, \\widehat{Y Z}, \\widehat{Z B}$, respectively, so that $\\alpha+\\beta+\\gamma+\\delta=90^{\\circ}$. ![](https://cdn.mathpix.com/cropped/2024_11_19_2a8eeceba21667406e07g-03.jpg?height=800&width=752&top_left_y=1299&top_left_x=658) We now compute the following angles: $$ \\begin{aligned} & \\angle S R Y=\\angle S Z Y=90^{\\circ}-\\angle Y Z A=90^{\\circ}-(\\alpha+\\beta) \\\\ & \\angle Y Q P=\\angle Y X P=90^{\\circ}-\\angle B X Y=90^{\\circ}-(\\gamma+\\delta) \\\\ & \\angle Q Y R=180^{\\circ}-\\angle(\\overline{Z R}, \\overline{Q X})=180^{\\circ}-\\frac{2 \\beta+2 \\gamma+180^{\\circ}}{2}=90^{\\circ}-(\\beta+\\gamma) \\end{aligned} $$ Hence, we can then compute $$ \\begin{aligned} \\angle R T Q & =360^{\\circ}-\\left(\\angle Q Y R+\\left(180^{\\circ}-\\angle S R Y\\right)+\\left(180^{\\circ}-\\angle Y Q P\\right)\\right) \\\\ & =\\angle S R Y+\\angle Y Q P-\\angle Q Y R \\end{aligned} $$ $$ \\begin{aligned} & =\\left(90^{\\circ}-(\\alpha+\\beta)\\right)+\\left(90^{\\circ}-(\\gamma+\\delta)\\right)-\\left(90^{\\circ}-(\\beta+\\gamma)\\right) \\\\ & =90^{\\circ}-(\\alpha+\\delta) \\\\ & =\\beta+\\gamma . \\end{aligned} $$ Since $\\angle X O Z=\\frac{2 \\beta+2 \\gamma}{2}=\\beta+\\gamma$, the proof is complete.", "metadata": {"resource_path": "USAMO/segmented/en-USAMO-2010-notes.jsonl"}} {"year": "2010", "tier": "T1", "problem_label": "1", "problem_type": null, "exam": "USAMO", "problem": "Let $A X Y Z B$ be a convex pentagon inscribed in a semicircle of diameter $A B$. Denote by $P, Q, R, S$ the feet of the perpendiculars from $Y$ onto lines $A X, B X$, $A Z, B Z$, respectively. Prove that the acute angle formed by lines $P Q$ and $R S$ is half the size of $\\angle X O Z$, where $O$ is the midpoint of segment $A B$.", "solution": " 【 Second approach using Simson lines, ignoring the diameter condition. In this solution, we will ignore the condition that $\\overline{A B}$ is a diameter; the solution works equally well without it, as long as $O$ is redefined as the center of $(A X Y Z B)$ instead. We will again show the angle formed by lines $P Q$ and $R S$ is half the measure of $\\widehat{X Z}$. ![](https://cdn.mathpix.com/cropped/2024_11_19_2a8eeceba21667406e07g-04.jpg?height=814&width=738&top_left_y=975&top_left_x=662) Now it's straightforward to see $A P Y R T$ is cyclic (in the circle with diameter $\\overline{A Y}$ ), and therefore $$ \\angle R T Y=\\angle R A Y=\\angle Z A Y $$ Similarly, $$ \\angle Y T Q=\\angle Y B Q=\\angle Y B X $$ Summing these gives $\\angle R T Q$ is equal to half the measure of $\\operatorname{arc} \\widehat{X Z}$ as needed.", "metadata": {"resource_path": "USAMO/segmented/en-USAMO-2010-notes.jsonl"}} {"year": "2010", "tier": "T1", "problem_label": "2", "problem_type": null, "exam": "USAMO", "problem": "There are $n$ students standing in a circle, one behind the other. The students have heights $h_{1}23$ we then have $$ \\begin{aligned} E(n)= & (68-n)\\left(\\frac{34}{n}-\\frac{1}{2}\\right)+n\\left(1-\\left(\\frac{34}{n}-\\frac{1}{2}\\right)^{2}\\right) \\\\ & =\\frac{5 n}{4}+\\frac{34^{2}}{n}-34 \\end{aligned} $$ which has its worst case at around $5 n^{2}=68^{2}$, so at $n=30$ and $n=31$. Indeed, one can find $$ \\begin{aligned} & E(30)=42.033 \\\\ & E(31)=42.040 \\end{aligned} $$ This gives another way to get the lower bound 43, and gives a hint about approximately how many non-loops one would want in order to achieve such a bound.", "metadata": {"resource_path": "USAMO/segmented/en-USAMO-2010-notes.jsonl"}}