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

2013 Purple Comet Problems, 12

Tags:
Find integer $n$ such that both $n-86$ and $n + 86$ are perfect squares.

2008 Hanoi Open Mathematics Competitions, 10

Let $a,b,c \in [1, 3]$ and satisfy the following conditions: $ max \{a, b, c\}\ge 2$ and $ a + b + c = 5$ What is the smallest possible value of $a^2 + b^2 + c^2$?

2018 Sharygin Geometry Olympiad, 4

Find all sets of six points in the plane, no three collinear, such that if we partition the set into two sets, then the obtained triangles are congruent.

2014 Contests, 1

Let $\leftarrow$ denote the left arrow key on a standard keyboard. If one opens a text editor and types the keys "ab$\leftarrow$ cd $\leftarrow \leftarrow$ e $\leftarrow \leftarrow$ f", the result is "faecdb". We say that a string $B$ is [i]reachable[/i] from a string $A$ if it is possible to insert some amount of $\leftarrow$'s in $A$, such that typing the resulting characters produces $B$. So, our example shows that "faecdb" is reachable from "abcdef". Prove that for any two strings $A$ and $B$, $A$ is reachable from $B$ if and only if $B$ is reachable from $A$.

2010 Victor Vâlcovici, 2

Let be a finite set $ S. $ Determine the number of functions $ f:S\rightarrow S $ that satisfy $ f\circ f=f. $

2016 Purple Comet Problems, 5

Tags:
Julius has a set of five positive integers whose mean is 100. If Julius removes the median of the set of five numbers, the mean of the set increases by 5, and the median of the set decreases by 5. Find the maximum possible value of the largest of the five numbers Julius has.

2003 AMC 10, 25

Tags:
Let $ n$ be a $ 5$-digit number, and let $ q$ and $ r$ be the quotient and remainder, respectively, when $ n$ is divided by $ 100$. For how many values of $ n$ is $ q \plus{} r$ divisible by $ 11$? $ \textbf{(A)}\ 8180 \qquad \textbf{(B)}\ 8181 \qquad \textbf{(C)}\ 8182 \qquad \textbf{(D)}\ 9000 \qquad \textbf{(E)}\ 9090$

2012 Romanian Master of Mathematics, 6

Let $ABC$ be a triangle and let $I$ and $O$ denote its incentre and circumcentre respectively. Let $\omega_A$ be the circle through $B$ and $C$ which is tangent to the incircle of the triangle $ABC$; the circles $\omega_B$ and $\omega_C$ are defined similarly. The circles $\omega_B$ and $\omega_C$ meet at a point $A'$ distinct from $A$; the points $B'$ and $C'$ are defined similarly. Prove that the lines $AA',BB'$ and $CC'$ are concurrent at a point on the line $IO$. [i](Russia) Fedor Ivlev[/i]

2005 India IMO Training Camp, 1

For a given triangle ABC, let X be a variable point on the line BC such that the point C lies between the points B and X. Prove that the radical axis of the incircles of the triangles ABX and ACX passes through a point independent of X. This is a slight extension of the [url=http://www.mathlinks.ro/Forum/viewtopic.php?t=41033]IMO Shortlist 2004 geometry problem 7[/url] and can be found, together with the proposed solution, among the files uploaded at http://www.mathlinks.ro/Forum/viewtopic.php?t=15622 . Note that the problem was proposed by Russia. I could not find the names of the authors, but I have two particular persons under suspicion. Maybe somebody could shade some light on this... Darij

1999 Brazil National Olympiad, 1

Tags: geometry
Let $ABCDE$ be a regular pentagon. The star $ACEBD$ has area 1. $AC$ and $BE$ meet at $P$, while $BD$ and $CE$ meet at $Q$. Find the area of $APQD$.

2003 Turkey MO (2nd round), 2

A circle which is tangent to the sides $ [AB]$ and $ [BC]$ of $ \triangle ABC$ is also tangent to its circumcircle at the point $ T$. If $ I$ is the incenter of $ \triangle ABC$ , show that $ \widehat{ATI}\equal{}\widehat{CTI}$

2016 Lusophon Mathematical Olympiad, 3

Suppose a real number $a$ is a root of a polynomial with integer coefficients $P(x)=a_nx^n+a_{n-1}x^{n-1}+...+a_1x+a_0$. Let $G=|a_n|+|a_{n-1}|+...+|a_1|+|a_0|$. We say that $G$ is a [i]gingado [/i] of $a$. For example, as $2$ is root of $P(x)=x^2-x-2$, $G=|1|+|-1|+|-2|=4$, we say that $4$ is a [i]gingado[/i] of $2$. What is the fourth largest real number $a$ such that $3$ is a [i]gingado [/i] of $a$?

2014 USAJMO, 2

Tags: geometry
Let $\triangle{ABC}$ be a non-equilateral, acute triangle with $\angle A=60^\circ$, and let $O$ and $H$ denote the circumcenter and orthocenter of $\triangle{ABC}$, respectively. (a) Prove that line $OH$ intersects both segments $AB$ and $AC$. (b) Line $OH$ intersects segments $AB$ and $AC$ at $P$ and $Q$, respectively. Denote by $s$ and $t$ the respective areas of triangle $APQ$ and quadrilateral $BPQC$. Determine the range of possible values for $s/t$.

2010 AMC 10, 4

Tags: function
For a real number $ x$, define $ \heartsuit (x)$ to be the average of $ x$ and $ x^2$. What is $ \heartsuit(1) \plus{} \heartsuit(2) \plus{}\heartsuit(3)$? $ \textbf{(A)}\ 3 \qquad \textbf{(B)}\ 6 \qquad \textbf{(C)}\ 10 \qquad \textbf{(D)}\ 12 \qquad \textbf{(E)}\ 20$

2008 India Regional Mathematical Olympiad, 6

Let $BCDK$ be a convex quadrilateral such that $BC=BK$ and $DC=DK$. $A$ and $E$ are points such that $ABCDE$ is a convex pentagon such that $AB=BC$ and $DE=DC$ and $K$ lies in the interior of the pentagon $ABCDE$. If $\angle ABC=120^{\circ}$ and $\angle CDE=60^{\circ}$ and $BD=2$ then determine area of the pentagon $ABCDE$.

2014 ELMO Shortlist, 2

Define the Fibanocci sequence recursively by $F_1=1$, $F_2=1$ and $F_{i+2} = F_i + F_{i+1}$ for all $i$. Prove that for all integers $b,c>1$, there exists an integer $n$ such that the sum of the digits of $F_n$ when written in base $b$ is greater than $c$. [i]Proposed by Ryan Alweiss[/i]

2020 Canada National Olympiad, 2

Tags: geometry , rhombus
$ABCD$ is a fixed rhombus. Segment $PQ$ is tangent to the inscribed circle of $ABCD$, where $P$ is on side $AB$, $Q$ is on side $AD$. Show that, when segment $PQ$ is moving, the area of $\Delta CPQ$ is a constant.

1962 Kurschak Competition, 1

Show that the number of ordered pairs $(a, b)$ of positive integers with lowest common multiple $n$ is the same as the number of positive divisors of $n^2$.

2006 Cuba MO, 5

The following sequence of positive integers $a_1, a_2, ..., a_{400}$ satisfies the relationship $a_{n+1} = \tau (a_n) + \tau (n)$ for all $1 \le n \le 399$, where $\tau (k) $ is the number of positive integer divisors that $k$ has. Prove that in the sequence there are no more than $210$ prime numbers.

2018 ASDAN Math Tournament, 2

The intersection of $2$ cubes of side length $5$ is a cube of side length $3$. Compute the surface area of the entire figure.

1994 Moldova Team Selection Test, 4

Let $P(x)$ be a polynomial with at most $n{}$ real coefficeints. Prove that if $P(x)$ has integer values for $n+1$ consecutive values of the argument, then $P(m)\in\mathbb{Z},\forall m\in\mathbb{Z}.$

2005 iTest, 13

Tags: probability
In a moment of impaired thought, Joe decides he wants to dress up as a member of NSYNC for his school Halloween party that night. If he dresses up as JC Chasez, he has a probability of $25\%$ of getting beat up at the party. If he dresses up as Justin Timberlake, he has a $60\%$ probability of getting beat up at the party. If he dresses up as any other member of NSYNC, he won’t get beat up because no one will recognize his costume. If there is an equal probability of him dressing up as any of the $5$ NSYNC members, what is the probability he will get beat up at the Halloween party?

2000 Switzerland Team Selection Test, 7

Show that the equation $14x^2 +15y^2 = 7^{2000}$ has no integer solutions.

Mathley 2014-15, 3

Let the incircle $\gamma$ of triangle $ABC$ be tangent to $BA, BC$ at $D, E$, respectively. A tangent $t$ to $\gamma$ , distinct from the sidelines, intersects the line $AB$ at $M$. If lines $CM, DE$ meet at$ K$, prove that lines $AK,BC$ and $t$ are parallel or concurrent. Michel Bataille , France

2017 Azerbaijan JBMO TST, 2

Tags: vieta , algebra
Let $x,y,z$ be 3 different real numbers not equal to $0$ that satisfiying $x^2-xy=y^2-yz=z^2-zx$. Find all the values of $\frac{x}{z}+\frac{y}{x}+\frac{z}{y}$ and $(x+y+z)^3+9xyz$.