This website contains problems from math contests. Problems and corresponding tags were obtained from the Art of Problem Solving website.

Tags were heavily modified to better represent problems.

AND:
OR:
NO:

Found problems: 85335

2018 Junior Balkan Team Selection Tests - Romania, 4

For $n \ge 2$, consider $n$ boxes aligned from left to right. In each box, one puts a ball that can be red, blue or white such that the following condition is ful lled: [i]Each box is neighboring at least one box containing a ball of the same color.[/i] We denote by $I_n$ the number of such con gurations. a) Determine $I_{11}$. Justify your answer. b) Find, with proof, the general formula for $I_n$.

2021 Junior Balkan Team Selection Tests - Romania, P3

Tags: geometry , incenter
The incircle of triangle $ABC$ is tangent to the sides $AB,AC$ and $BC$ at the points $M,N$ and $K$ respectively. The median $AD$ of the triangle $ABC$ intersects $MN$ at the point $L$. Prove that $K,I$ and $L$ are collinear, where $I$ is the incenter of the triangle $ABC$.

2014 District Olympiad, 2

Let real numbers $a,b,c$ such that $\left| a-b \right|\ge \left| c \right|,\left| b-c \right|\ge \left| a \right|,\left| c-a \right|\ge \left| b \right|.$ Prove that $a=b+c$ or $b=c+a$ or $c=a+b.$

1999 Tournament Of Towns, 6

A rook is allowed to move one cell either horizontally or vertically. After $64$ moves the rook visited all cells of the $8 \times 8$ chessboard and returned back to the initial cell. Prove that the number of moves in the vertical direction and the number of moves in the horizontal direction cannot be equal. (A Shapovalov, R Sadykov)

2013 Bundeswettbewerb Mathematik, 2

A parallelogram of paper with sides $25$ and $10$ is given. The distance between the longer sides is $6$. The paper should be cut into exactly two parts in such a way that one can stick both the pieces together and fold it in a suitable manner to form a cube of suitable edge length without any further cuts and overlaps. Show that it is really possible and describe such a fragmentation.

2018 CMIMC CS, 7

I give you a function $\textbf{rand}$ that returns a number chosen uniformly at random from $[0,T]$ for some number $T$ that you don't know. Your task is to approximate $T$. You do this by calling $\textbf{rand}$ $100$ times, recording the results as $X_1,X_2,\dots,X_{100}$, and guessing \[\hat{T}=\alpha\cdot\max\{X_1,X_2,\dots,X_{100}\}\] for some $\alpha$. Which value of $\alpha$ ensures that $\mathbb{E}[\hat{T}]=T$?

1978 Putnam, B5

Find the largest $a$ for which there exists a polynomial $$P(x) =a x^4 +bx^3 +cx^2 +dx +e$$ with real coefficients which satisfies $0\leq P(x) \leq 1$ for $-1 \leq x \leq 1.$

2010 Estonia Team Selection Test, 5

Let $P(x, y)$ be a non-constant homogeneous polynomial with real coefficients such that $P(\sin t, \cos t) = 1$ for every real number $t$. Prove that there exists a positive integer $k$ such that $P(x, y) = (x^2 + y^2)^k$.

1986 AMC 8, 4

Tags:
The product $ (1.8)(40.3\plus{}.07)$ is closest to \[ \textbf{(A)}\ 7 \qquad \textbf{(B)}\ 42 \qquad \textbf{(C)}\ 74 \qquad \textbf{(D)}\ 84 \qquad \textbf{(E)}\ 737 \]

2005 Iran MO (2nd round), 2

$BC$ is a diameter of a circle and the points $X,Y$ are on the circle such that $XY\perp BC$. The points $P,M$ are on $XY,CY$ (or their stretches), respectively, such that $CY||PB$ and $CX||PM$. Let $K$ be the meet point of the lines $XC,BP$. Prove that $PB\perp MK$.

1998 IMO Shortlist, 2

Let $n$ be an integer greater than 2. A positive integer is said to be [i]attainable [/i]if it is 1 or can be obtained from 1 by a sequence of operations with the following properties: 1.) The first operation is either addition or multiplication. 2.) Thereafter, additions and multiplications are used alternately. 3.) In each addition, one can choose independently whether to add 2 or $n$ 4.) In each multiplication, one can choose independently whether to multiply by 2 or by $n$. A positive integer which cannot be so obtained is said to be [i]unattainable[/i]. [b]a.)[/b] Prove that if $n\geq 9$, there are infinitely many unattainable positive integers. [b]b.)[/b] Prove that if $n=3$, all positive integers except 7 are attainable.

2017 Online Math Open Problems, 27

Tags:
For a graph $G$ on $n$ vertices, let $P_G(x)$ be the unique polynomial of degree at most $n$ such that for each $i=0,1,2,\dots,n$, $P_G (i)$ equals the number of ways to color the vertices of the graph $G$ with $i$ distinct colors such that no two vertices connected by an edge have the same color. For each integer $3\le k \le 2017$, define a $k$-[i]tasty[/i] graph to be a connected graph on $2017$ vertices with $2017$ edges and a cycle of length $k$. Let the [i]tastiness[/i] of a $k$-tasty graph $G$ be the number of coefficients in $P_G(x)$ that are odd integers, and let $t$ be the minimal tastiness over all $k$-tasty graphs with $3\le k \le 2017$. Determine the sum of all integers $b$ between $3$ and $2017$ inclusive for which there exists a $b$-tasty graph with tastiness $t$. [i]Proposed by Vincent Huang[/i]

2025 VJIMC, 4

Let $D = \{z\in \mathbb{C}: |z| < 1\}$ be the open unit disk in the complex plane and let $f : D \to D$ be a holomorphic function such that $\lim_{|z|\to 1}|f(z)| = 1$. Let the Taylor series of $f$ be $f(z) = \sum_{n=0}^{\infty} a_nz^n$. Prove that the number of zeroes of $f$ (counted with multiplicities) equals $\sum_{n=0}^{\infty} n|a_n|^2$.

2012 ELMO Shortlist, 2

Determine whether it's possible to cover a $K_{2012}$ with a) 1000 $K_{1006}$'s; b) 1000 $K_{1006,1006}$'s. [i]David Yang.[/i]

2004 Italy TST, 2

A positive integer $n$ is said to be a [i]perfect power[/i] if $n=a^b$ for some integers $a,b$ with $b>1$. $(\text{a})$ Find $2004$ perfect powers in arithmetic progression. $(\text{b})$ Prove that perfect powers cannot form an infinite arithmetic progression.

2017 BMT Spring, 4

What is the greatest multiple of $9$ that can be formed by using each of the digits in the set $\{1, 3,5, 7, 9\}$ at most once.

1997 Niels Henrik Abels Math Contest (Norwegian Math Olympiad) Round 2, 6

Let $ ABCD$ be a trapezoid with $ AB\parallel{}CD$. Let $ a \equal{} AB$ and $ b \equal{} CD$. For $ MN\parallel{}AB$ such that $ M$ lies on $ AD,$ $ N$ lies on $ BC$, and the trapezoids $ ABNM$ and $ MNCD$ have the same area, the length of $ MN$ equals [img]http://i250.photobucket.com/albums/gg265/geometry101/NielsHenrikAbel1997Number6.jpg[/img] A. $ \sqrt{ab}$ B. $ \frac{a\plus{}b}{2}$ C. $ \frac{a^2 \plus{} b^2}{a\plus{}b}$ D. $ \sqrt{\frac{a^2 \plus{} b^2}{2}}$ E. $ \frac{a^2 \plus{} (2 \sqrt{2} \minus{} 2)ab \plus{} b^2}{\sqrt{2} (a\plus{}b)}$

1964 Spain Mathematical Olympiad, 1

Given the equation $x^2+ax+1=0$, determine: a) The interval of possible values for $a$ where the solutions to the previous equation are not real. b) The loci of the roots of the polynomial, when $a$ is in the previous interval.

2021 Austrian Junior Regional Competition, 2

A triangle $ABC$ with circumcenter $U$ is given, so that $\angle CBA = 60^o$ and $\angle CBU = 45^o$ apply. The straight lines $BU$ and $AC$ intersect at point $D$. Prove that $AD = DU$. (Karl Czakler)

2012 Grigore Moisil Intercounty, 2

[b]a)[/b] Prove that $$ k+\frac{1}{2}-\frac{1}{8k}<\sqrt{k^2+k}<k+\frac{1}{2}-\frac{1}{8k}+\frac{1}{16k^2} , $$ for any natural number $ k. $ [b]b)[/b] Prove that there exists four numbers $ \alpha,\beta,\gamma,\delta\in\{0,1,2,3,4,5,6,7,8,9\} $ such that $$ \left\lfloor\sum_{k=1}^{2012} \sqrt{k(k+1)\left( k^2+k+1 \right)}\right\rfloor =\underbrace{\ldots\alpha \beta\gamma\delta}_{\text{decimal form}} $$ and $ \alpha +\delta =\gamma . $

2016 Purple Comet Problems, 19

Tags:
Find the positive integer $n$ such that the least common multiple of $n$ and $n - 30$ is $n + 1320$.

2016 Bulgaria JBMO TST, 1

The quadrilateral $ABCD$, in which $\angle BAC < \angle DCB$ , is inscribed in a circle $c$, with center $O$. If $\angle BOD = \angle ADC = \alpha$. Find out which values of $\alpha$ the inequality $AB <AD + CD$ occurs.

2022 HMNT, 30

Tags:
Let $ABC$ be a triangle with $AB = 8, AC = 12,$ and $BC = 5.$ Let $M$ be the second intersection of the internal angle bisector of $\angle BAC$ with the circumcircle of $ABC.$ Let $\omega$ be the circle centered at $M$ tangent to $AB$ and $AC.$ The tangents to $\omega$ from $B$ and $C,$ other than $AB$ and $AC$ respectively, intersect at a point $D.$ Compute $AD.$

2021 Brazil EGMO TST, 3

Let $ABC$ be an acute-angled triangle with $AC>AB$, and $\Omega$ is your circumcircle. Let $P$ be the midpoint of the arc $BC$ of $\Omega$ (not containing $A$) and $Q$ be the midpoint of the arc $BC$ of $\Omega$(containing the point $A$). Let $M$ be the foot of perpendicular of $Q$ on the line $AC$. Prove that the circumcircle of $\triangle AMB$ cut the segment $AP$ in your midpoint.

2024 India IMOTC, 18

Tags: geometry
Let $ABCD$ be a convex quadrilateral which admits an incircle. Let $AB$ produced beyond $B$ meet $DC$ produced towards $C$, at $E$. Let $BC$ produced beyond $C$ meet $AD$ produced towards $D$, at $F$. Let $G$ be the point on line $AB$ so that $FG \parallel CD$, and let $H$ be the point on line $BC$ so that $EH \parallel AD$. Prove that the (concave) quadrilateral $EGFH$ admits an excircle tangent to $\overline{EG}, \overline{EH}, \overrightarrow{FG}, \overrightarrow{FH}$. [i]Proposed by Rijul Saini[/i]