| {"year": "2005", "tier": "T3", "problem_label": "1", "problem_type": null, "exam": "INMO", "problem": "Let $M$ be the midpoint of side $B C$ of a triangle $A B C$. Let the median $A M$ intersect the incircle of $A B C$ at $K$ and $L, K$ being nearer to $A$ than $L$. If $A K=K L=L M$, prove that the sides of triangle $A B C$ are in the ratio $5: 10: 13$ in some order.", "solution": "Let $I$ be the incentre of triangle $A B C$ and $D$ be its projection on $B C$. Observe that $A B \\neq A C$ as $A B=A C$ implies that $D=L=M$. So assume that $A C>A B$. Let $N$ be the projection of $I$ on $K L$. Then the perpendicular $I N$ from $I$ to $K L$ is a bisector of $K L$ and as $A K=L M$, it is a bisector of $A M$ also. Hence $A I=I M$.\n\n\n\nFig. 1 .\n\nBut $A I=\\frac{r}{\\sin (A / 2)}=r \\operatorname{cosec}(A / 2)$ and\n\n$$\n\\begin{aligned}\nI M^{2} & =I D^{2}+D M^{2}=r^{2}+(B M-B D)^{2} \\\\\n& =r^{2}+\\left(\\frac{a}{2}-(s-b)\\right)^{2}\n\\end{aligned}\n$$\n\nHence $r^{2} \\operatorname{cosec}^{2}(A / 2)=r^{2}+\\left((a / 2)-(s-b)^{2}\\right)^{2}$ giving $r^{2} \\cot ^{2}(A / 2)=((b-c) / 2)^{2}$. Since $b>c$, we obtain $r \\cot (A / 2)=((b-c) / 2)$. So $s-a=((b-c) / 2)$. This gives $a=2 c$.\n\nAs $K N=N L$ and $A K=K L=L M$, we have $N L=A M / 6$. We also have $A N=N M$. Now\n\n$$\n\\begin{aligned}\nr^{2}=I L^{2}=I N^{2}+N L^{2} & =A I^{2}-A N^{2}+N L^{2} \\\\\n& =A I^{2}-\\frac{1}{4} m_{a}^{2}+\\frac{1}{36} m_{a}^{2} \\\\\n& =r^{2} \\operatorname{cosec}^{2}(A / 2)-\\frac{2}{9} m_{a}^{2}\n\\end{aligned}\n$$\n\nHence $r^{2} \\cot ^{2}(A / 2)=\\frac{2}{9} m_{a}^{2}$. From the above, we get\n\n$$\n\\left(\\frac{b-c}{2}\\right)^{2}=\\frac{2}{9} \\cdot \\frac{1}{4}\\left(2 b^{2}+2 c^{2}-a^{2}\\right)\n$$\n\nSimplification gives $5 b^{2}+13 c^{2}-18 b c=0$. This can be written as $(b-c)(5 b-13 c)=0$. As $b \\neq c$, we get $5 b-13 c=0$. To conclude, $a=2 c, 5 b=13 c$ yield\n\n$$\n\\frac{a}{10}=\\frac{b}{13}=\\frac{c}{5}\n$$", "metadata": {"resource_path": "INMO/segmented/en-2005.jsonl", "problem_match": "\n1.", "solution_match": "## Solution:"}} |
| {"year": "2005", "tier": "T3", "problem_label": "2", "problem_type": null, "exam": "INMO", "problem": "Let $\\alpha$ and $\\beta$ be positive integers such that\n\n$$\n\\frac{43}{197}<\\frac{\\alpha}{\\beta}<\\frac{17}{77}\n$$\n\nFind the minimum possible value of $\\beta$.", "solution": "We have\n\n$$\n\\frac{77}{17}<\\frac{\\beta}{\\alpha}<\\frac{197}{43}\n$$\n\nThat is,\n\n$$\n4+\\frac{9}{17}<\\frac{\\beta}{\\alpha}<4+\\frac{25}{43}\n$$\n\nThus $4<\\frac{\\beta}{\\alpha}<5$. Since $\\alpha$ and $\\beta$ are positive integers, we may write $\\beta=4 \\alpha+x$, where $0<x<\\alpha$. Now we get\n\n$$\n4+\\frac{9}{17}<4+\\frac{x}{\\alpha}<4+\\frac{25}{43}\n$$\n\nSo $\\frac{9}{17}<\\frac{x}{\\alpha}<\\frac{25}{43}$; that is, $\\frac{43 x}{25}<\\alpha<\\frac{17 x}{9}$.\n\nWe find the smallest value of $x$ for which $\\alpha$ becomes a well-defined integer. For $x=1,2,3$ the bounds of $\\alpha$ are respectively $\\left(1 \\frac{18}{25}, 1 \\frac{8}{9}\\right),\\left(3 \\frac{11}{25}, 3 \\frac{7}{9}\\right),\\left(5 \\frac{4}{9}, 5 \\frac{2}{3}\\right)$. None of these pairs contain an integer between them.\n\nFor $x=4$, we have $\\frac{43 x}{25}=6 \\frac{12}{25}$ and $\\frac{17 x}{9}=7 \\frac{5}{9}$. Hence, in this case $\\alpha=7$, and $\\beta=4 \\alpha+x=28+4=32$.\n\nThis is also the least possible value, because, if $x \\geq 5$, then $\\alpha>\\frac{43 x}{25} \\geq \\frac{43}{5}>8$, and so $\\beta>37$.\n\nHence the minimum possible value of $\\beta$ is 32 .", "metadata": {"resource_path": "INMO/segmented/en-2005.jsonl", "problem_match": "\n2.", "solution_match": "## Solution:"}} |
| {"year": "2005", "tier": "T3", "problem_label": "3", "problem_type": null, "exam": "INMO", "problem": "Let $p, q, r$ be positive real numbers, not all equal, such that some two of the equations\n\n$$\np x^{2}+2 q x+r=0, \\quad q x^{2}+2 r x+p=0, \\quad r x^{2}+2 p x+q=0\n$$\n\nhave a common root, say $\\alpha$. Prove that\n\n(a) $\\alpha$ is real and negative; and\n\n(b) the third equation has non-real roots.", "solution": "Consider the discriminants of the three equations\n\n$$\n\\begin{array}{r}\np x^{2}+q r+r=0 \\\\\nq x^{2}+r x+p=0 \\\\\nr x^{2}+p x+q=0\n\\end{array}\n$$\n\nLet us denote them by $D_{1}, D_{2}, D_{3}$ respectively. Then we have\n\n$$\nD_{1}=4\\left(q^{2}-r p\\right), D_{2}=4\\left(r^{2}-p q\\right), D_{3}=4\\left(p^{2}-q r\\right)\n$$\n\nWe observe that\n\n$$\n\\begin{aligned}\nD_{1}+D_{2}+D_{3} & =4\\left(p^{2}+q^{2}+r^{2}-p q-q r-r p\\right) \\\\\n& =2\\left\\{(p-q)^{2}+(q-r)^{2}+(r-p)^{2}\\right\\}>0\n\\end{aligned}\n$$\n\nsince $p, q, r$ are not all equal. Hence at least one of $D_{1}, D_{2}, D_{3}$ must be positive. We may assume $D_{1}>0$.\n\nSuppose $D_{2}<0$ and $D_{3}<0$. In this case both the equations (2) and (3) have only non-real roots and equation (1) has only real roots. Hence the common root $\\alpha$ must be between (2) and (3). But then $\\bar{\\alpha}$ is the other root of both (2) and (3). Hence it follows that (2) and (3) have same set of roots. This implies that\n\n$$\n\\frac{q}{r}=\\frac{r}{p}=\\frac{p}{q}\n$$\n\nThus $p=q=r$ contradicting the given condition. Hence both $D_{2}$ and $D_{3}$ cannot be negative. We may assume $D_{2} \\geq 0$. Thus we have\n\n$$\nq^{2}-r p>0, r^{2}-p q \\geq 0\n$$\n\nThese two give\n\n$$\nq^{2} r^{2}>p^{2} q r\n$$\n\nsince $p, q, r$ are all positive. Hence we obtain $q r>p^{2}$ or $D_{3}<0$. We conclude that the common root must be between equations (1) and (2).\n\nThus\n\n$$\n\\begin{aligned}\n& p \\alpha^{2}+q \\alpha+r=0 \\\\\n& q \\alpha^{2}+r \\alpha+p=0\n\\end{aligned}\n$$\n\nEliminating $\\alpha^{2}$, we obtain\n\n$$\n2\\left(q^{2}-p r\\right) \\alpha=p^{2}-q r\n$$\n\nSince $q^{2}-p r>0$ and $p^{2}-q r<0$, we conclude that $\\alpha<0$.\n\nThe condition $p^{2}-q r<0$ implies that the equation (3) has only non-real roots.\n\nAlternately one can argue as follows. Suppose $\\alpha$ is a common root of two equations, say, (1) and (2). If $\\alpha$ is non-real, then $\\bar{\\alpha}$ is also a root of both (1) and (2). Hence The coefficients of (1) and (2) are proportional. This forces $p=q=r$, a contradiction. Hence the common root between any two equations cannot be non-real. Looking at the coefficients, we conclude that the common root $\\alpha$ must be negative. If (1) and (2) have common root $\\alpha$, then $q^{2} \\geq r p$ and $r^{2} \\geq p q$. Here at least one inequality is strict for $q^{2}=p r$ and $r^{2}=p q$ forces $p=q=r$. Hence $q^{2} r^{2}>p^{2} q r$. This gives $p^{2}<q r$ and hence (3) has nonreal roots.", "metadata": {"resource_path": "INMO/segmented/en-2005.jsonl", "problem_match": "\n3.", "solution_match": "## Solution:"}} |
| {"year": "2005", "tier": "T3", "problem_label": "4", "problem_type": null, "exam": "INMO", "problem": "All possible 6-digit numbers, in each of which the digits occur in non-increasing order (from left to right, e.g., 877550) are written as a sequence in increasing order. Find the 2005 -th number in this sequence.", "solution": "Consider a 6-digit number whose digits from left to right are in non increasing order. If 1 is the first digit of such a number, then the subsequent digits cannot exceed 1. The set of all such numbers with initial digit equal to 1 is\n\n$$\n\\{100000,110000,111000,111100,111110,1111111\\} .\n$$\n\nThere are elements in this set.\n\nLet us consider 6-digit numbers with initial digit 2. Starting form 200000, we can go up to 222222 . We count these numbers as follows:\n\n| 200000 | - | 211111 | $:$ | 6 |\n| :--- | :--- | :--- | :--- | :--- |\n| 220000 | - | 221111 | $:$ | 5 |\n| 222000 | - | 222111 | $:$ | 4 |\n| 222200 | - | 222211 | $:$ | 3 |\n| 222220 | - | 222221 | $:$ | 2 |\n| 222222 | - | 222222 | $:$ | 1 |\n\nThe number of such numbers is 21. Similarly we count numbers with initial digit 3 ; the sequence starts from 300000 and ends with 333333 . We have\n\n| 300000 | -322222 | $:$ | 21 | |\n| :---: | :---: | :---: | :---: | :---: |\n| 330000 | - | 332222 | $:$ | 15 |\n| 333000 | - | 333222 | $:$ | 10 |\n| 333300 | -333322 | $:$ | 6 | |\n| 333330 | - | 333332 | $:$ | 3 |\n| 333333 | -333333 | $:$ | 1 | |\n\nWe obtain the total number of numbers starting from 3 equal to 56. Similarly,\n\n| 400000 | 433333 | 56 |\n| :---: | :---: | :---: |\n| 440000 | 443333 | 35 |\n| 444000 | 444333 | 20 |\n| 444400 | 444433 | 10 |\n| 444440 | 444443 | 4 |\n| 444444 | $-\\quad 444444$ | 1 |\n| | | 126 |\n| 500000 | 544444 | 126 |\n| 550000 | 554444 | 70 |\n| 555000 | 555444 | 35 |\n| 555500 | 555544 | 15 |\n| 555550 | 555554 | 5 |\n| 555555 | 555555 | 1 |\n| | | 252 |\n| 600000 | 655555 | 252 |\n| 660000 | $-\\quad 665555$ | 126 |\n| 666000 | $-\\quad 666555$ | 56 |\n| 666600 | $-\\quad 666655$ | 21 |\n| 666660 | $-\\quad 666665$ | 6 |\n| 666666 | $-\\quad 666666$ | 1 |\n| | | $\\overline{462}$ |\n| 700000 | $-\\quad 766666$ | 462 |\n| 770000 | $-\\quad 776666$ | 210 |\n| 777000 | $-\\quad 777666$ | 84 |\n| 777700 | $-\\quad 777766$ | 28 |\n| 777770 | $-\\quad 777776$ | 7 |\n| 777777 | 777777 | 1 |\n| | | 792 |\n\nThus the number of 6-digit numbers where digits are non-increasing starting from 100000 and ending with 777777 is\n\n$$\n792+462+252+126+56+21+6=1715\n$$\n\nSince $2005-1715=290$, we have to consider only 290 numbers in the sequence with initial digit 8 . We have\n\n$$\n\\begin{aligned}\n& 800000-855555 \\quad: \\quad 252 \\\\\n& 860000-863333: 35 \\\\\n& 864000-864110 \\quad: \\quad 3\n\\end{aligned}\n$$\n\nThus the required number is $\\underline{864110}$.", "metadata": {"resource_path": "INMO/segmented/en-2005.jsonl", "problem_match": "\n4.", "solution_match": "## Solution I:"}} |
| {"year": "2005", "tier": "T3", "problem_label": "4", "problem_type": null, "exam": "INMO", "problem": "All possible 6-digit numbers, in each of which the digits occur in non-increasing order (from left to right, e.g., 877550) are written as a sequence in increasing order. Find the 2005 -th number in this sequence.", "solution": "II\n\nIt is known that the number of ways of choosing $r$ objects from $n$ different types of objects (with repetitions allowed) is $\\binom{n+r-1}{r}$. In particular, if we want to write $r$-digit numbers using $n$ digits allowing for repetitions with the additional condition that the digits appear in non-increasing order, we see that this can be done in $\\binom{n+r-1}{r}$ ways.\n\nNow we group the given numbers into different classes and write the number of ways in which each class can be obtained. To keep track we also write the cumulative sums of the number of numbers so obtained. Observe that the numbers themselves are written in ascending order. So we exhaust numbers beginning with 1 , then beginning with 2 and so on.\n\n| ㄱNumbers | Digits used other <br> than the fixed part | $n$ | $r$ | $\\overline{\\binom{n+r-1}{r}}$ | Cumulative <br> sum |\n| :---: | :---: | :---: | :---: | :---: | :---: |\n| beginning with 1 | 1,0 | 2 | 5 | $\\binom{6}{5}=6$ | 6 |\n| 2 | $2,1,0$ | 3 | 5 | $\\binom{7}{5}=21$ | 27 |\n| 3 | $3,2,1,0$ | 4 | 5 | $\\binom{8}{5}=56$ | 83 |\n| 4 | $4,3,2,1,0$ | 5 | 5 | $\\binom{9}{5}=126$ | 209 |\n| 5 | $5,4,3,2,1,0$ | 6 | 5 | $\\binom{10}{5}=252$ | 461 |\n| 6 | $6,5,4,3,2,1,0$ | 7 | 5 | $\\binom{11}{5}=462$ | 923 |\n| 7 | $7,6,5,4,3,2,1,0$ | 8 | 5 | $\\binom{12}{5}=792$ | 1715 |\n| from 800000 to 855555 | $5,4,3,2,1,0$ | 6 | 5 | $\\binom{10}{5}=252$ | 1967 |\n| from 860000 to 863333 | $3,2,1,0$ | 4 | 4 | $\\binom{7}{4}=35$ | 2002 |\n\nThe next three 6-digit numbers are $864000,864100,864110$.\n\nHence the 2005 th number in the sequence is 864110 .", "metadata": {"resource_path": "INMO/segmented/en-2005.jsonl", "problem_match": "\n4.", "solution_match": "## Solution:"}} |
| {"year": "2005", "tier": "T3", "problem_label": "5", "problem_type": null, "exam": "INMO", "problem": "Let $x_{1}$ be a given positive integer. A sequence $\\left\\langle x_{n}\\right\\rangle_{n=1}^{\\infty}=\\left\\langle x_{1}, x_{2}, x_{3}, \\cdots\\right\\rangle$ of positive integers is such that $x_{n}$, for $n \\geq 2$, is obtained from $x_{n-1}$ by adding some nonzero digit of $x_{n-1}$. Prove that\n\n(a) the sequence has an even number;\n\n(b) the sequence has infinitely many even numbers.", "solution": "(a) Let us assume that there are no even numbers in the sequence. This means that $x_{n+1}$ is obtained from $x_{n}$, by adding a nonzero even digit of $x_{n}$ to $x_{n}$, for each $n \\geq 1$.\n\nLet $E$ be the left most even digit in $x_{1}$ which may be taken in the form\n\n$$\nx_{1}=O_{1} O_{2} \\cdots O_{k} E D_{1} D_{2} \\cdots D_{l}\n$$\n\nwhere $O_{1}, O_{2}, \\ldots, O_{k}$ are odd digits $(k \\geq 0) ; D_{1}, D_{2}, \\ldots, D_{l-1}$ are even or odd; and $D_{l}$ odd, $l \\geq 1$.\n\nSince each time we are adding at least 2 to a term of the sequence to get the next term, at some stage, we will have a term of the form\n\n$$\nx_{r}=O_{1} O_{2} \\cdots O_{k} E 999 \\cdots 9 F\n$$\n\nwhere $F=3,5,7$ or 9 . Now we are forced to add $E$ to $x_{r}$ to get $x_{r+1}$, as it is the only even digit available. After at most four steps of addition, we see that some next term is of the form\n\n$$\nx_{s}=O_{1} O_{2} \\cdots O_{k} G 000 \\cdots M\n$$\n\nwhere $G$ replaces $E$ of $x_{r}, G=E+1, M=1,3,5$, or 7 . But $x_{s}$ has no nonzero even digit contradicting our assumption. Hence the sequence has some even number as its term.\n(b) If there are only finitely many even terms and $x_{t}$ is the last term, then the sequence $\\left\\langle x_{n}\\right\\rangle_{n=t+1}^{\\infty}=$ $\\left\\langle x_{t+1}, x_{t+2}, \\ldots\\right\\rangle$ is obtained in a similar manner and hence must have an even term by (a), a contradiction. Thus $\\left\\langle x_{n}\\right\\rangle_{n=1}^{\\infty}$, has infinitely many even terms.", "metadata": {"resource_path": "INMO/segmented/en-2005.jsonl", "problem_match": "\n5.", "solution_match": "## Solution:"}} |
| {"year": "2005", "tier": "T3", "problem_label": "6", "problem_type": null, "exam": "INMO", "problem": "Find all functions $f: \\mathbf{R} \\rightarrow \\mathbf{R}$ such that\n\n$$\nf\\left(x^{2}+y f(z)\\right)=x f(x)+z f(y)\n$$\n\nfor all $x, y, z$ in $\\mathbf{R}$. (Here $\\mathbf{R}$ denotes the set of all real numbers.)", "solution": "Taking $x=y=0$ in (1), we get $z f(0)=f(0)$ for all $z \\in \\mathbf{R}$. Hence we obtain $f(0)=0$. Taking $y=0$ in (1), we get\n\n$$\nf\\left(x^{2}\\right)=x f(x)\n$$\n\nSimilarly $x=0$ in (1) gives\n\n$$\nf(y f(z))=z f(y)\n$$\n\nPutting $y=1$ in (3), we get\n\n$$\nf(f(z))=z f(1) \\quad \\forall z \\in \\mathbf{R}\n$$\n\nNow using (2) and (4), we obtain\n\n$$\nf(x f(x))=f\\left(f\\left(x^{2}\\right)\\right)=x^{2} f(1)\n$$\n\nPut $y=z=x$ in (3) also given\n\n$$\nf(x f(x))=x f(x)\n$$\n\nComparing (5) and (6), it follows that $x^{2} f(1)=x f(x)$. If $x \\neq 0$, then $f(x)=c x$, for some constant c. Since $f(0)=0$, we have $f(x)=c x$ for $x=0$ as well. Substituting this in (1), we see that\n\n$$\nc\\left(x^{2}+c y z\\right)=c x^{2}+c y z\n$$\n\nor\n\n$$\nc^{2} y z=c y z \\quad \\forall y, z \\in \\mathbf{R}\n$$\n\nThis implies that $c^{2}=c$. Hence $c=0$ or 1 . We obtain $f(x)=0$ for all $x$ or $f(x)=x$ for all $x$. It is easy to verify that these two are solutions of the given equation.", "metadata": {"resource_path": "INMO/segmented/en-2005.jsonl", "problem_match": "\n6.", "solution_match": "\nSolution:"}} |
|
|