Found problems: 85335
2025 Ukraine National Mathematical Olympiad, 9.1
Solve the system of equations in reals:
\[
\begin{cases}
y = x^2 + 2x \\
z = y^2 + 2y \\
x = z^2 + 2z
\end{cases}
\]
[i]Proposed by Mykhailo Shtandenko[/i]
2012 Kosovo Team Selection Test, 2
Find all three digit numbers, for which the sum of squares of each digit is $90$ .
2006 Italy TST, 3
Find all functions $f : \mathbb{Z} \rightarrow \mathbb{Z}$ such that for all integers $m,n$,
\[f(m - n + f(n)) = f(m) + f(n).\]
2021 Taiwan TST Round 3, G
Let $ABC$ be a triangle with $AB<AC$, and let $I_a$ be its $A$-excenter. Let $D$ be the projection of $I_a$ to $BC$. Let $X$ be the intersection of $AI_a$ and $BC$, and let $Y,Z$ be the points on $AC,AB$, respectively, such that $X,Y,Z$ are on a line perpendicular to $AI_a$. Let the circumcircle of $AYZ$ intersect $AI_a$ again at $U$. Suppose that the tangent of the circumcircle of $ABC$ at $A$ intersects $BC$ at $T$, and the segment $TU$ intersects the circumcircle of $ABC$ at $V$. Show that $\angle BAV=\angle DAC$.
[i]Proposed by usjl.[/i]
2000 Stanford Mathematics Tournament, 1
If $ a\equal{}2b\plus{}c$, $ b\equal{}2c\plus{}d$, $ 2c\equal{}d\plus{}a\minus{}1$, $ d\equal{}a\minus{}c$, what is $ b$?
2014 May Olympiad, 5
Given $6$ balls: $2$ white, $2$ green, $2$ red, it is known that there is a white, a green and a red that weigh $99$ g each and that the other balls weigh $101$ g each. Determine the weight of each ball using two times a two-plate scale .
Clarification: A two-pan scale only reports if the left pan weighs more than, equal to or less than the right.
2011 Today's Calculation Of Integral, 756
Let $a$ be real number. A circle $C$ touches the line $y=-x$ at the point $(a, -a)$ and passes through the point $(0,\ 1).$
Denote by $P$ the center of $C$. When $a$ moves, find the area of the figure enclosed by the locus of $P$ and the line $y=1$.
2012 AIME Problems, 2
The terms of an arithmetic sequence add to $715$. The first term of the sequence is increased by $1$, the second term is increased by $3$, the third term is increased by $5$, and in general, the $k$th term is increased by the $k$th odd positive integer. The terms of the new sequence add to $836$. Find the sum of the first, last, and middle terms of the original sequence.
2018 Azerbaijan IMO TST, 2
Determine all integers $ n\geq 2$ having the following property: for any integers $a_1,a_2,\ldots, a_n$ whose sum is not divisible by $n$, there exists an index $1 \leq i \leq n$ such that none of the numbers $$a_i,a_i+a_{i+1},\ldots,a_i+a_{i+1}+\ldots+a_{i+n-1}$$ is divisible by $n$. Here, we let $a_i=a_{i-n}$ when $i >n$.
[i]Proposed by Warut Suksompong, Thailand[/i]
1991 Czech And Slovak Olympiad IIIA, 5
In a group of mathematicians everybody has at least one friend (friendship is a symmetric relation). Show that there is a mathematician all of whose friends have average number of friends not smaller than the average number of friends in the whole group.
2005 Sharygin Geometry Olympiad, 9.3
Given a circle and points $A, B$ on it. Draw the set of midpoints of the segments, one of the ends of which lies on one of the arcs $AB$, and the other on the second.
1996 Estonia Team Selection Test, 1
Suppose that $x,y$ and $\frac{x^2+y^2+6}{xy}$ are positive integers . Prove that $\frac{x^2+y^2+6}{xy}$ is a perfect cube.
2017 QEDMO 15th, 2
Let $A, B, X$ be real $n\times n$ matrices for which $AXB + A + B = 0$ holds. Prove that $AXB = BXA$.
2014 Vietnam National Olympiad, 1
Given a circle $(O)$ and two fixed points $B,C$ on $(O),$ and an arbitrary point $A$ on $(O)$ such that the triangle $ABC$ is acute. $M$ lies on ray $AB,$ $N$ lies on ray $AC$ such that $MA=MC$ and $NA=NB.$ Let $P$ be the intersection of $(AMN)$ and $(ABC),$ $P\ne A.$ $MN$ intersects $BC$ at $Q.$
a) Prove that $A,P,Q$ are collinear.
b) $D$ is the midpoint of $BC.$ Let $K$ be the intersection of $(M,MA)$ and $(N,NA),$ $K\ne A.$ $d$ is the line passing through $A$ and perpendicular to $AK.$ $E$ is the intersection of $d$ and $BC.$ $(ADE)$ intersects $(O)$ at $F,$ $F\ne A.$ Prove that $AF$ passes through a fixed point.
2020-21 IOQM India, 26
In the figure below ,$4$ of the $6$ disks are to be colored black and $2$ are to be colored white. Two colorings that can be obtained from one another by rotation or reflection of the entire figure are considered the same. [img]https://i.imgur.com/57nQwBI.jpg[/img]
There are only four such colorings for the given two colors, as shown.
In how many ways can we color the $6$ disks such that $2$ are colored black , $2$ are colored white, $2$ are colored blue with the given identification condition?
2003 Gheorghe Vranceanu, 4
Prove that among any $ 16 $ numbers smaller than $ 101 $ there are four of them that have the property that the sum of two of them is equal to the sum of the other two.
1956 Moscow Mathematical Olympiad, 327
On an infinite sheet of graph paper a table is drawn so that in each square of the table stands a number equal to the arithmetic mean of the four adjacent numbers. Out of the table a piece is cut along the lines of the graph paper. Prove that the largest number on the piece always occurs at an edge, where $x = \frac14 (a + b + c + d)$.
2016 District Olympiad, 3
Let be a group $ G $ of order $ 1+p, $ where $ p $ is and odd prime. Show that if $ p $ divides the number of automorphisms of $ G, $ then $ p\equiv 3\pmod 4. $
2002 AMC 8, 22
Six cubes, each an inch on an edge, are fastened together, as shown. Find the total surface area in square inches. Include the top, bottom and sides.
[asy]/* AMC8 2002 #22 Problem */
draw((0,0)--(0,1)--(1,1)--(1,0)--cycle);
draw((0,1)--(0.5,1.5)--(1.5,1.5)--(1,1));
draw((1,0)--(1.5,0.5)--(1.5,1.5));
draw((0.5,1.5)--(1,2)--(1.5,2));
draw((1.5,1.5)--(1.5,3.5)--(2,4)--(3,4)--(2.5,3.5)--(2.5,0.5)--(1.5,.5));
draw((1.5,3.5)--(2.5,3.5));
draw((1.5,1.5)--(3.5,1.5)--(3.5,2.5)--(1.5,2.5));
draw((3,4)--(3,3)--(2.5,2.5));
draw((3,3)--(4,3)--(4,2)--(3.5,1.5));
draw((4,3)--(3.5,2.5));
draw((2.5,.5)--(3,1)--(3,1.5));[/asy]
$ \textbf{(A)}\ 18\qquad\textbf{(B)}\ 24\qquad\textbf{(C)}\ 26\qquad\textbf{(D)}\ 30\qquad\textbf{(E)}\ 36$
2015 Purple Comet Problems, 11
Suppose that the vertices of a polygon all lie on a rectangular lattice of points where adjacent points on
the lattice are a distance 1 apart. Then the area of the polygon can be found using Pick’s Formula: $I + \frac{B}{2}$ −1, where I is the number of lattice points inside the polygon, and B is the number of lattice points on the boundary of the polygon. Pat applied Pick’s Formula to find the area of a polygon but mistakenly interchanged the values of I and B. As a result, Pat’s calculation of the area was too small by 35. Using the correct values for I and B, the ratio n = $\frac{I}{B}$ is an integer. Find the greatest possible value of n.
2001 AMC 8, 13
Of the 36 students in Richelle's class, 12 prefer chocolate pie, 8 prefer apple, and 6 prefer blueberry. Half of the remaining students prefer cherry pie and half prefer lemon. For Richelle's pie graph showing this data, how many degrees should she use for cherry pie?
$ \text{(A)}\ 10\qquad\text{(B)}\ 20\qquad\text{(C)}\ 30\qquad\text{(D)}\ 50\qquad\text{(E)}\ 72 $
2006 India National Olympiad, 2
Prove that for every positive integer $n$ there exists a unique ordered pair $(a,b)$ of positive integers such that
\[ n = \frac{1}{2}(a + b - 1)(a + b - 2) + a . \]
2024 Kazakhstan National Olympiad, 2
Given an integer $n>1$. The board $n\times n$ is colored white and black in a chess-like manner. We call any non-empty set of different cells of the board as a [i]figure[/i]. We call figures $F_1$ and $F_2$ [i]similar[/i], if $F_1$ can be obtained from $F_2$ by a rotation with respect to the center of the board by an angle multiple of $90^\circ$ and a parallel transfer. (Any figure is similar to itself.) We call a figure $F$ [i]connected[/i] if for any cells $a,b\in F$ there is a sequence of cells $c_1,\ldots,c_m\in F$ such that $c_1 = a$, $c_m = b$, and also $c_i$ and $c_{i+1}$ have a common side for each $1\le i\le m - 1$. Find the largest possible value of $k$ such that for any connected figure $F$ consisting of $k$ cells, there are figures $F_1,F_2$ similar to $F$ such that $F_1$ has more white cells than black cells and $F_2$ has more black cells than white cells in it.
2010 Postal Coaching, 3
In a group of $k$ people, some are acquainted with each other and some are not. Every evening, one person invites all his acquaintances to a party and introduces them to each other(if they have not already acquainted). Suppose that after each person has arranged at least one party, some two people do not know each other. Prove that they do not meet each other in the next party.
2022 Mexican Girls' Contest, 6
Let $a$ and $b$ be positive integers such that $$\frac{5a^4+a^2}{b^4+3b^2+4}$$ is an integer. Prove that $a$ is not a prime number.