Found problems: 85335
2019 New Zealand MO, 2
Find all real solutions to the equation $(x^2 + 3x + 1)^{x^2-x-6} = 1$.
1994 AMC 8, 18
Mike leaves home and drives slowly east through city traffic. When he reaches the highway he drives east more rapidly until he reaches the shopping mall where he stops. He shops at the mall for an hour. Mike returns home by the same route as he came, driving west rapidly along the highway and then slowly through city traffic. Each graph shows the distance from home on the vertical axis versus the time elapsed since leaving home on the horizontal axis. Which graph is the best representation of Mike's trip?
[asy]
import graph;
unitsize(12);
real a(real x) {return ((x-15)^2)/2;}
real b(real x) {return ((x-25)^2)/2;}
real c(real x) {return ((x-30)^2 * (x-40)^2) * 8/625;}
real d(real x) {return ((x-15)^2)*8/25-15;}
real e(real x) {return ((x-25)^2)*8/25-15;}
draw((0,9)--(0,0)--(11,0));
draw((15,9)--(15,0)--(26,0));
draw((30,9)--(30,0)--(41,0));
draw((0,-6)--(0,-15)--(11,-15));
draw((15,-6)--(15,-15)--(26,-15));
draw((0,0)--(3,8)--(7,8)--(10,0));
draw(graph(a,15,17));
draw((17,2)--(18,8)--(22,8)--(23,2));
draw(graph(b,23,25));
draw(graph(c,30,40));
draw((0,-15)--(5,-7)--(10,-15));
draw(graph(d,15,20));
draw(graph(e,20,25));
for (int k=0; k<3; ++k)
{
label("d",(15*k-1,8),N); label("i",(15*k-1,7),N); label("s",(15*k-1,6),N); label("t",(15*k-1,5),N); label("a",(15*k-1,4),N); label("n",(15*k-1,3),N); label("c",(15*k-1,2),N); label("e",(15*k-1,1),N);
label("time",(15*k+8,0),S);
}
for (int k=0; k<2; ++k)
{
label("d",(15*k-1,8-15),N); label("i",(15*k-1,7-15),N); label("s",(15*k-1,6-15),N); label("t",(15*k-1,5-15),N); label("a",(15*k-1,4-15),N); label("n",(15*k-1,3-15),N); label("c",(15*k-1,2-15),N); label("e",(15*k-1,1-15),N);
label("time",(15*k+8,0-15),S);
}
label("(A)",(5,9),N); label("(B)",(20,9),N); label("(C)",(35,9),N); label("(D)",(5,-6),N); label("(E)",(20,-6),N);
[/asy]
2021 CHMMC Winter (2021-22), 6
There is a unique degree-$10$ monic polynomial with integer coefficients $f(x)$ such that
$$f \left( \sum^9_{j=0}\sqrt[10]{2021^j}\right)= 0.$$
Find the remainder when $f(1)$ is divided by $1000$.
2019 Kazakhstan National Olympiad, 2
The set Φ consists of a finite number of points on the plane. The distance between any two points from Φ is at least $\sqrt{2}$. It is known that a regular triangle with side lenght $3$ cut out of paper can cover all points of Φ. What is the greatest number of points that Φ can consist of?
2017 All-Russian Olympiad, 2
Let $ABC$ be an acute angled isosceles triangle with $AB=AC$ and circumcentre $O$. Lines $BO$ and $CO$ intersect $AC, AB$ respectively at $B', C'$. A straight line $l$ is drawn through $C'$ parallel to $AC$. Prove that the line $l$ is tangent to the circumcircle of $\triangle B'OC$.
2013 Peru IMO TST, 1
Several positive integers are written in a row. Iteratively, Alice chooses two adjacent numbers $x$ and $y$ such that $x>y$ and $x$ is to the left of $y$, and replaces the pair $(x,y)$ by either $(y+1,x)$ or $(x-1,x)$. Prove that she can perform only finitely many such iterations.
[i]Proposed by Warut Suksompong, Thailand[/i]
2001 Moldova National Olympiad, Problem 4
In a triangle $ABC$, $BC=a$, $AC=b$, $\angle B=\beta$ and $\angle C=\gamma$. Prove that the bisector of the angle at $A$ is equal to the altitude from $B$ if and only if $b=a\cos\frac{\beta-\gamma}2$.
Novosibirsk Oral Geo Oly VIII, 2021.7
Two congruent rectangles are located as shown in the figure. Find the area of the shaded part.
[img]https://cdn.artofproblemsolving.com/attachments/2/e/10b164535ab5b3a3b98ce1a0b84892cd11d76f.png[/img]
2009 South East Mathematical Olympiad, 3
Let $x,y,z $ be positive reals such that $\sqrt{a}=x(y-z)^2$, $\sqrt{b}=y(z-x)^2$ and $\sqrt{c}=z(x-y)^2$. Prove that
\[a^2+b^2+c^2 \geq 2(ab+bc+ca)\]
2018 South East Mathematical Olympiad, 4
Does there exist a set $A\subseteq\mathbb{N}^*$ such that for any positive integer $n$, $A\cap\{n,2n,3n,...,15n\}$ contains exactly one element? Please prove your conclusion.
2003 Poland - Second Round, 6
Each pair $(x, y)$ of nonnegative integers is assigned number $f(x, y)$ according the conditions:
$f(0, 0) = 0$;
$f(2x, 2y) = f(2x + 1, 2y + 1) = f(x, y)$,
$f(2x + 1, 2y) = f(2x, 2y + 1) = f(x ,y) + 1$ for $x, y \ge 0$.
Let $n$ be a fixed nonnegative integer and let $a$, $b$ be nonnegative integers such that $f(a, b) = n$. Decide how many numbers satisfy the equation $f(a, x) + f(b, x) = n$.
2022 Germany Team Selection Test, 2
Let $r>1$ be a rational number. Alice plays a solitaire game on a number line. Initially there is a red bead at $0$ and a blue bead at $1$. In a move, Alice chooses one of the beads and an integer $k \in \mathbb{Z}$. If the chosen bead is at $x$, and the other bead is at $y$, then the bead at $x$ is moved to the point $x'$ satisfying $x'-y=r^k(x-y)$.
Find all $r$ for which Alice can move the red bead to $1$ in at most $2021$ moves.
Durer Math Competition CD Finals - geometry, 2019.D3
a) Does there exist a quadrilateral with (both of) the following properties: three of its edges are of the same length, but the fourth one is different, and three of its angles are equal, but the fourth one is different?
b) Does there exist a pentagon with (both of) the following properties: four of its edges are of the same length, but the fifth one is different, and four of its angles are equal, but the fifth one is different?
2008 Regional Competition For Advanced Students, 3
Given is an acute angled triangle $ ABC$. Determine all points $ P$ inside the triangle with
\[1\leq\frac{\angle APB}{\angle ACB},\frac{\angle BPC}{\angle BAC},\frac{\angle CPA}{\angle CBA}\leq2\]
2018 China Team Selection Test, 2
Let $G$ be a simple graph with 100 vertices such that for each vertice $u$, there exists a vertice $v \in N \left ( u \right )$ and $ N \left ( u \right ) \cap N \left ( v \right ) = \o $. Try to find the maximal possible number of edges in $G$. The $ N \left ( . \right )$ refers to the neighborhood.
2016 Dutch BxMO TST, 4
The Facebook group Olympiad training has at least five members. There is a certain integer $k$ with following property: [i]for each $k$-tuple of members there is at least one member of this $k$-tuple friends with each of the other $k - 1$.[/i]
(Friendship is mutual: if $A$ is friends with $B$, then also $B$ is friends with $A$.)
(a) Suppose $k = 4$. Can you say with certainty that the Facebook group has a member that is friends with each of the other members?
(b) Suppose $k = 5$. Can you say with certainty that the Facebook group has a member that is friends with each of the other members?
2008 Romania National Olympiad, 4
We consider the proposition $ p(n)$: $ n^2\plus{}1$ divides $ n!$, for positive integers $ n$. Prove that there are infinite values of $ n$ for which $ p(n)$ is true, and infinite values of $ n$ for which $ p(n)$ is false.
2015 Math Prize for Girls Olympiad, 1
Prove that every positive integer has a unique representation in the form
\[
\sum_{i=0}^k d_i 2^i \, ,
\]
where $k$ is a nonnegative integer and each $d_i$ is either 1 or 2. (This representation is similar to usual binary notation except that the digits are 1 and 2, not 0 and 1.)
2017 CMIMC Algebra, 4
It is well known that the mathematical constant $e$ can be written in the form $e = \tfrac{1}{0!}+\tfrac{1}{1!}+\tfrac{1}{2!}+\cdots$. With this in mind, determine the value of
\[\sum_{j=3}^\infty\dfrac{j}{\lfloor\frac j2\rfloor!}.\]
Express your answer in terms of $e$.
2010 Contests, 2
In the accompanying figure , $y=f(x)$ is the graph of a one-to-one continuous function $f$ . At each point $P$ on the graph of $y=2x^2$ , assume that the areas $OAP$ and $OBP$ are equal . Here $PA,PB$ are the horizontal and vertical segments . Determine the function $f$.
[asy]
Label f;
xaxis(0,60,blue);
yaxis(0,60,blue);
real f(real x)
{
return (x^2)/60;
}
draw(graph(f,0,53),red);
label("$y=x^2$",(30,15),E);
real f(real x)
{
return (x^2)/25;
}
draw(graph(f,0,38),red);
label("$y=2x^2$",(37,37^2/25),E);
real f(real x)
{
return (x^2)/10;
}
draw(graph(f,0,25),red);
label("$y=f(x)$",(24,576/10),W);
label("$O(0,0)$",(0,0),S);
dot((20,400/25));
dot((20,400/60));
label("$P$",(20,400/25),E);
label("$B$",(20,400/60),SE);
dot(((4000/25)^(0.5),400/25));
label("$A$",((4000/25)^(0.5),400/25),W);
draw((20,400/25)..((4000/25)^(0.5),400/25));
draw((20,400/25)..(20,400/60));
[/asy]
1996 AIME Problems, 12
For each permutation $ a_1, a_2, a_3, \ldots,a_{10}$ of the integers $ 1,2,3,\ldots,10,$ form the sum
\[ |a_1 \minus{} a_2| \plus{} |a_3 \minus{} a_4| \plus{} |a_5 \minus{} a_6| \plus{} |a_7 \minus{} a_8| \plus{} |a_9 \minus{} a_{10}|.\]
The average value of all such sums can be written in the form $ p/q,$ where $ p$ and $ q$ are relatively prime positive integers. Find $ p \plus{} q.$
2005 Kyiv Mathematical Festival, 5
The first row of a table of size $ 2005\times5$ is filled with 1,2,3,4,5 so that every two neighbouring cells contain distinct numbers. Prove that it is possible to fill four other rows with 1,2,3,4,5 so that any neighbouring cells in them will contain distinct numbers as well as any cells of the same column will contain pairwise distinct numbers.
2005 IMC, 2
2) all elements in {0,1,2}; B[n] = number of rows with no 2 sequent 0's; A[n] with no 3 sequent elements the same; prove |A[n+1]|=3.|B[n]|
1939 Moscow Mathematical Olympiad, 049
Let the product of two polynomials of a variable $x$ with integer coefficients be a polynomial with even coefficients not all of which are divisible by $4$. Prove that all the coefficients of one of the polynomials are even and that at least one of the coefficients of the other polynomial is odd.
2019 Saudi Arabia BMO TST, 1
Let $p$ be an odd prime number.
a) Show that $p$ divides $n2^n + 1$ for infinitely many positive integers n.
b) Find all $n$ satisfy condition above when $p = 3$