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

2021 CMIMC, 1

You place $n^2$ indistinguishable pieces on an $n\times n$ chessboard, where $n=2^{90}\approx 1.27\times10^{27}$. Of these pieces, $n$ of them are slightly lighter than usual, while the rest are all the same standard weight, but you are unable to discern this simply by feeling the pieces.\\ However, beneath each row and column of the chessboard, you have set up a scale, which, when turned on, will tell you [i]only[/i] whether the average weight of all the pieces on that row or column is the standard weight, or lighter than standard. On a given step, you are allowed to rearrange every piece on the chessboard, and then turn on all the scales simultaneously, and record their outputs, before turning them all off again. (Note that you can only turn on the scales if all $n^2$ pieces are placed in different squares on the board.) Find an algorithm that, in at most $k$ steps, will always allow you to rearrange the pieces in such a way that every row and column measures lighter than standard on the final step. An algorithm that completes in at most $k$ steps will be awarded: 1 pt for $k>10^{55}$ 10 pts for $k=10^{55}$ 30 pts for $k=10^{30}$ 50 pts for $k=10^{28}$ 65 pts for $k=10^{20}$ 80 pts for $k=10^5$ 90 pts for $k=2021$ 100 pts for $k=500$

2018 China Girls Math Olympiad, 7

Given $2018 \times 4$ grids and tint them with red and blue. So that each row and each column has the same number of red and blue grids, respectively. Suppose there're $M$ ways to tint the grids with the mentioned requirement. Determine $M \pmod {2018}$.

2022 MIG, 25

Tags:
In the below diagram, the three rectangles are similar. Find the area of rectangle $ABCD$. [asy] size(6cm); draw((0,0)--(10,0)--(10,8.16496580928)--(0,8.16496580928)--(0,0)); draw((2,0)--(6,3.26598632371)--(2,8.16496580928)--(-2,4.89897949)--(2,0)); draw((10,3.26598632371)--(6,3.26598632371)--(6,0)); label("$A$",(0,8.16496580928), NW); label("$D$",(0,0), SW); label("$C$",(10,0), SE); label("$B$",(10,8.16496580928), NE); label("$E$",(2,8.16496580928), N); label("$F$",(2,0), S); label("$3$",(1,0),S); label("$3$",(1,8.16496580928),N); label("$12$",(6,8.16496580928),N); [/asy] $\textbf{(A) }75\sqrt{3}\qquad\textbf{(B) }120\sqrt{2}\qquad\textbf{(C) }100\sqrt{3}\qquad\textbf{(D) }180\qquad\textbf{(E) }75\sqrt{6}$

2017 CMIMC Computer Science, 3

In the following list of numbers (given in their binary representations), each number appears an even number of times, except for one number that appears exactly three times. Find the number that appears exactly three times. Leave the answer in its binary representation. \begin{tabular}{cccccc} 010111 & 000001 & 100000 & 011000 & 110101 & 100001 \\ 010100 & 011111 & 111001 & 010001 & 010100 & 101100 \\ 010001 & 011011 & 011111 & 011011 & 100000 & 000001 \\ 110011 & 001000 & 111101 & 100001 & 101100 & 110011 \\ 111111 & 011000 & 001000 & 101000 & 111111 & 101000 \\ 010111 & 100011 & 111001 & 100011 & 110101 & 011111 \\ 100000 & 010100 & 010001 & 101100 & 010111 & 011011 \\ 011000 & 111101 & 111111 & 100001 & 101000 & 100011 \\ 011011 & 010111 & 110011 & 111111 & 000001 & 010001 \\ 101000 & 111001 & 010100 & 110101 & 011000 & 110101 \\ 001000 & 000001 & 100000 & 111101 & 100011 & 001000 \\ 111001 & 110011 & 100001 & 011111 & 101100 \end{tabular}

2022 Saint Petersburg Mathematical Olympiad, 4

Tags: parabola , algebra
We will say that a point of the plane $(u, v)$ lies between the parabolas $y = f(x)$ and $y = g(x)$ if $f(u) \leq v \leq g(u)$. Find the smallest real $p$ for which the following statement is true: for any segment, the ends and the midpoint of which lie between the parabolas $y = x^2$ and $y=x^2+1$, then they lie entirely between the parabolas $y=x^2$ and $y=x^2+p$.

2010 Belarus Team Selection Test, 2.4

Find all functions $f, g : Q \to Q$ satisfying the following equality $f(x + g(y)) = g(x) + 2 y + f(y)$ for all $x, y \in Q$. (I. Voronovich)

2010 ELMO Shortlist, 4

Let $-2 < x_1 < 2$ be a real number and define $x_2, x_3, \ldots$ by $x_{n+1} = x_n^2-2$ for $n \geq 1$. Assume that no $x_n$ is $0$ and define a number $A$, $0 \leq A \leq 1$ in the following way: The $n^{\text{th}}$ digit after the decimal point in the binary representation of $A$ is a $0$ if $x_1x_2\cdots x_n$ is positive and $1$ otherwise. Prove that $A = \frac{1}{\pi}\cos^{-1}\left(\frac{x_1}{2}\right)$. [i]Evan O' Dorney.[/i]

2017 ELMO Shortlist, 1

Let $a_1,a_2,\dots, a_n$ be positive integers with product $P,$ where $n$ is an odd positive integer. Prove that $$\gcd(a_1^n+P,a_2^n+P,\dots, a_n^n+P)\le 2\gcd(a_1,\dots, a_n)^n.$$ [i]Proposed by Daniel Liu[/i]

2011 Tournament of Towns, 4

There are $n$ red sticks and $n$ blue sticks. The sticks of each colour have the same total length, and can be used to construct an $n$-gon. We wish to repaint one stick of each colour in the other colour so that the sticks of each colour can still be used to construct an $n$-gon. Is this always possible if (a) $n = 3$, (b) $n > 3$ ?

2004 Harvard-MIT Mathematics Tournament, 10

Tags: geometry
Right triangle $XY Z$ has right angle at $Y$ and $XY = 228$, $Y Z = 2004$. Angle $Y$ is trisected, and the angle trisectors intersect $XZ$ at $P$ and $Q$ so that $X$, $P$, $Q$,$Z$ lie on $XZ$ in that order. Find the value of $(PY + Y Z)(QY + XY )$.

1995 Belarus Team Selection Test, 1

There is a 100 x100 square table, a real number being written in each cell.$A$ and $B$ play the following game. They choose, turn by turn, some row of the table (if it has not been chosen before). When $A$ and $B$ have $50$ rows chosen each, they sum the numbers in the corresponding cells of the chosen rows, and then sum the squares of all $100$ obtained numbers and compare the results. $A$ player who has the greater result wins. Player $A$ begins. Show that $A$ can avoid a defeat.

LMT Theme Rounds, 2023F 4A

Tags: theme , alg
Let [i]Revolution[/i]$(x) = x^3 +Ux^2 +Sx + A$, where $U$, $S$, and $A$ are all integers and $U +S + A +1 = 1773$. Given that [i]Revolution[/i] has exactly two distinct nonzero integer roots $G$ and $B$, find the minimum value of $|GB|$. [i]Proposed by Jacob Xu[/i] [hide=Solution] [i]Solution.[/i] $\boxed{392}$ Notice that $U + S + A + 1$ is just [i]Revolution[/i]$(1)$ so [i]Revolution[/i]$(1) = 1773$. Since $G$ and $B$ are integer roots we write [i]Revolution[/i]$(X) = (X-G)^2(X-B)$ without loss of generality. So Revolution$(1) = (1-G)^2(1-B) = 1773$. $1773$ can be factored as $32 \cdot 197$, so to minimize $|GB|$ we set $1-G = 3$ and $1-B = 197$. We get that $G = -2$ and $B = -196$ so $|GB| = \boxed{392}$. [/hide]

KoMaL A Problems 2018/2019, A. 735

Tags: algebra , function
For any function $f:[0,1]\to [0,1]$, let $P_n (f)$ denote the number of fixed points of the function $\underbrace{f(f(\dotsc f}_{n} (x)\dotsc )$, i.e., the number of points $x\in [0,1]$ satisfying $\underbrace{f(f(\dotsc f}_{n} (x)\dotsc )=x$. Construct a piecewise linear, continuous, surjective function $f:[0,1] \to [0,1]$ such that for a suitable $2<A<3$, the sequence $\frac{P_n(f)}{A^n}$ converges. [i]Based on the 8th problem of the Miklós Schweitzer competition, 2018[/i]

2001 Estonia National Olympiad, 4

If $x$ and $y$ are nonnegative real numbers with $x+y= 2$, show that $x^2y^2(x^2+y^2)\le 2$.

2019 Korea USCM, 8

$M_n(\mathbb{C})$ is the vector space of all complex $n\times n$ matrices. Given a linear map $T:M_n(\mathbb{C})\to M_n(\mathbb{C})$ s.t. $\det (A)=\det(T(A))$ for every $A\in M_n(\mathbb{C})$. (1) If $T(A)$ is the zero matrix, then show that $A$ is also the zero matrix. (2) Prove that $\text{rank} (A)=\text{rank} (T(A))$ for any $A\in M_n(\mathbb{C})$.

2009 Ukraine National Mathematical Olympiad, 1

Solve the system of equations \[\{\begin{array}{cc}x^3=2y^3+y-2\\ \text{ } \\ y^3=2z^3+z-2 \\ \text{ } \\ z^3 = 2x^3 +x -2\end{array}\]

PEN M Problems, 15

For a given positive integer $k$ denote the square of the sum of its digits by $f_{1}(k)$ and let $f_{n+1}(k)=f_{1}(f_{n}(k))$. Determine the value of $f_{1991}(2^{1990})$.

2017 Costa Rica - Final Round, 6

Let $f:] 0. \infty [ \to R$ be a strictly increasing function, such that $$f (x) f\left(f (x) +\frac{1}{x} \right)= 1.$$ Find $f (1)$.

1997 Czech And Slovak Olympiad IIIA, 2

Each side and diagonal of a regular $n$-gon ($n \ge 3$) for odd $n$ is colored red or blue. One may choose a vertex and change the color of all segments emanating from that vertex. Prove that, no matter how the edges were colored initially, one can achieve that the number of blue segments at each vertex is even. Prove also that the resulting coloring depends only on the initial coloring.

2018 Junior Balkan Team Selection Tests - Moldova, 1

Tags:
Find all pairs of positive integers ($x$,$y$) such that $y^3=x^3+7x^2+4x+15$.

2021 HMNT, 4

Find the number of $10$-digit numbers $\overline{a_1a_2... a_{10}}$ which are multiples of $11$ such that the digits are non-increasing from left to right, i.e. $a_i \ge a_{i+1}$ for each $1 \le i \le 9$.

2009 Oral Moscow Geometry Olympiad, 3

Altitudes $AA_1$ and $BB_1$ are drawn in the acute-angled triangle $ABC$. Prove that the perpendicular drawn from the touchpoint of the inscribed circle with the side $BC$, on the line $AC$ passes through the center of the inscribed circle of the triangle $A_1CB_1$. (V. Protasov)

2003 India IMO Training Camp, 7

$p$ is a polynomial with integer coefficients and for every natural $n$ we have $p(n)>n$. $x_k $ is a sequence that: $x_1=1, x_{i+1}=p(x_i)$ for every $N$ one of $x_i$ is divisible by $N.$ Prove that $p(x)=x+1$

2021 Harvard-MIT Mathematics Tournament., 3

Tags: combi
Let $N$ be a positive integer. Brothers Michael and Kylo each select a positive integer less than or equal to $N$, independently and uniformly at random. Let $p_N$ denote the probability that the product of these two integers has a units digit of $0$. The maximum possible value of $p_N$ over all possible choices of $N$ can be written as $\tfrac ab,$ where $a$ and $b$ are relatively prime positive integers. Compute $100a + b$.

2017 ELMO Shortlist, 2

The edges of $K_{2017}$ are each labeled with $1,2,$ or $3$ such that any triangle has sum of labels at least $5.$ Determine the minimum possible average of all $\dbinom{2017}{2}$ labels. (Here $K_{2017}$ is defined as the complete graph on 2017 vertices, with an edge between every pair of vertices.) [i]Proposed by Michael Ma[/i]