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

2017 Kürschák Competition, 1

Let $ABC$ be a triangle. Choose points $A'$, $B'$ and $C'$ independently on side segments $BC$, $CA$ and $AB$ respectively with a uniform distribution. For a point $Z$ in the plane, let $p(Z)$ denote the probability that $Z$ is contained in the triangle enclosed by lines $AA'$, $BB'$ and $CC'$. For which interior point $Z$ in triangle $ABC$ is $p(Z)$ maximised?

2018 JBMO Shortlist, G4

Let $ABC$ be a triangle with side-lengths $a, b, c$, inscribed in a circle with radius $R$ and let $I$ be ir's incenter. Let $P_1, P_2$ and $P_3$ be the areas of the triangles $ABI, BCI$ and $CAI$, respectively. Prove that $$\frac{R^4}{P_1^2}+\frac{R^4}{P_2^2}+\frac{R^4}{P_3^2}\ge 16$$

2001 Stanford Mathematics Tournament, 10

Tags: college , function
You know that the binary function $\diamond$ takes in two non-negative integers and has the following properties: \begin{align*}0\diamond a&=1\\ a\diamond a&=0\end{align*} $\text{If } a<b, \text{ then } a\diamond b\&=(b-a)[(a-1)\diamond (b-1)].$ Find a general formula for $x\diamond y$, assuming that $y\gex>0$.

2019 ELMO Shortlist, N1

Let $P(x)$ be a polynomial with integer coefficients such that $P(0)=1$, and let $c > 1$ be an integer. Define $x_0=0$ and $x_{i+1} = P(x_i)$ for all integers $i \ge 0$. Show that there are infinitely many positive integers $n$ such that $\gcd (x_n, n+c)=1$. [i]Proposed by Milan Haiman and Carl Schildkraut[/i]

1966 IMO Longlists, 48

For which real numbers $p$ does the equation $x^{2}+px+3p=0$ have integer solutions ?

2022 Saudi Arabia IMO TST, 1

There are a) $2022$, b) $2023$ plates placed around a round table and on each of them there is one coin. Alice and Bob are playing a game that proceeds in rounds indefinitely as follows. In each round, Alice first chooses a plate on which there is at least one coin. Then Bob moves one coin from this plate to one of the two adjacent plates, chosen by him. Determine whether it is possible for Bob to select his moves so that, no matter how Alice selects her moves, there are never more than two coins on any plate.

Ukraine Correspondence MO - geometry, 2005.4

The bisectors of the angles $A$ and $B$ of the triangle $ABC$ intersect the sides $BC$ and $AC$ at points $D$ and $E$. It is known that $AE + BD = AB$. Find the angle $\angle C$.

2010 LMT, 7

Tags:
Let $ABCD$ be a square with $AB=6.$ A point $P$ in the interior is $2$ units away from side $BC$ and $3$ units away from side $CD.$ What is the distance from $P$ to $A?$

2023-24 IOQM India, 3

Tags:
Let $\alpha$ and $\beta$ be positive integers such that $$ \frac{16}{37}<\frac{\alpha}{\beta}<\frac{7}{16} . $$ Find the smallest possible value of $\beta$.

2003 Greece Junior Math Olympiad, 4

Find all positive integers which can be written in the form $(mn+1)/(m+n)$, where $m,n$ are positive integers.

2013 Thailand Mathematical Olympiad, 6

Determine all functions $f$ : $\mathbb R\to\mathbb R$ satisfying $(x^2+y^2)f(xy)=f(x)f(y)f(x^2+y^2)$ $\forall x,y\in\mathbb R$

2021 Taiwan Mathematics Olympiad, 1.

Find the largest $K$ satisfying the following: Given any closed intervals $A_1,\ldots, A_N$ of length $1$ where $N$ is an arbitrary positive integer. If their union is $[0,2021]$, then we can always find $K$ intervals from $A_1,\ldots, A_N$ such that the intersection of any two of them is empty.

1999 AIME Problems, 6

A transformation of the first quadrant of the coordinate plane maps each point $(x,y)$ to the point $(\sqrt{x},\sqrt{y}).$ The vertices of quadrilateral $ABCD$ are $A=(900,300), B=(1800,600), C=(600,1800),$ and $D=(300,900).$ Let $k$ be the area of the region enclosed by the image of quadrilateral $ABCD.$ Find the greatest integer that does not exceed $k.$

2003 Tournament Of Towns, 1

$2003$ dollars are placed into $N$ purses, and the purses are placed into $M$ pockets. It is known that $N$ is greater than the number of dollars in any pocket. Is it true that there is a purse with less than $M$ dollars in it?

2011 Croatia Team Selection Test, 3

Triangle $ABC$ is given with its centroid $G$ and cicumcentre $O$ is such that $GO$ is perpendicular to $AG$. Let $A'$ be the second intersection of $AG$ with circumcircle of triangle $ABC$. Let $D$ be the intersection of lines $CA'$ and $AB$ and $E$ the intersection of lines $BA'$ and $AC$. Prove that the circumcentre of triangle $ADE$ is on the circumcircle of triangle $ABC$.

2010 Argentina National Olympiad, 3

The positive integers $a,b,c$ are less than $99$ and satisfy $a^2+b^2=c^2+99^2$. . Find the minimum and maximum value of $a+b+c$.

2007 Bosnia and Herzegovina Junior BMO TST, 2

Find all pairs of relatively prime numbers ($x, y$) such that $x^2(x + y)$ is divisible by $y^2(y - x)^2$. .

LMT Team Rounds 2021+, 4

Fred chooses a positive two-digit number with distinct nonzero digits. Laura takes Fred’s number and swaps its digits. She notices that the sum of her number and Fred’s number is a perfect square and the positive difference between them is a perfect cube. Find the greater of the two numbers.

Estonia Open Senior - geometry, 2011.2.1

A square $ABCD$ lies in the coordinate plane with its vertices $A$ and $C$ lying on different coordinate axes. Prove that one of the vertices $B$ or $D$ lies on the line $y = x$ and the other one on $y = -x$.

1981 Kurschak Competition, 2

Let $n > 2$ be an even number. The squares of an $n\times n$ chessboard are coloured with $\frac12 n^2$ colours in such a way that every colour is used for colouring exactly two of the squares. Prove that one can place $n$ rooks on squares of $n$ different colours such that no two of the rooks can take each other.

2019 CMIMC, 2

For all positive integers $n$, let $f(n)$ return the smallest positive integer $k$ for which $\tfrac{n}{k}$ is not an integer. For example, $f(6) = 4$ because $1$, $2$, and $3$ all divide $6$ but $4$ does not. Determine the largest possible value of $f(n)$ as $n$ ranges over the set $\{1,2,\ldots, 3000\}$.

2018 Korea Junior Math Olympiad, 2

Find all positive integer $N$ which has not less than $4$ positive divisors, such that the sum of squares of the $4$ smallest positive divisors of $N$ is equal to $N$.

2011 AIME Problems, 11

Let $R$ be the set of all possible remainders when a number of the form $2^n$, $n$ a nonnegative integer, is divided by $1000$. Let $S$ be the sum of all elements in $R$. Find the remainder when $S$ is divided by $1000$.

VI Soros Olympiad 1999 - 2000 (Russia), 11.6

Let $P(x)$ be a polynomial with integer coefficients. It is known that the number $\sqrt2+\sqrt3$ is its root. Prove that the number $\sqrt2-\sqrt3$ is also its root.

2016 JBMO Shortlist, 4

Tags: inequality
If the non-negative reals $x,y,z$ satisfy $x^2+y^2+z^2=x+y+z$. Prove that $$\displaystyle\frac{x+1}{\sqrt{x^5+x+1}}+\frac{y+1}{\sqrt{y^5+y+1}}+\frac{z+1}{\sqrt{z^5+z+1}}\geq 3.$$ When does the equality occur? [i]Proposed by Dorlir Ahmeti, Albania[/i]