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

Novosibirsk Oral Geo Oly VIII, 2017.1

Tags: geometry , grid , min
Petya and Vasya live in neighboring houses (see the plan in the figure). Vasya lives in the fourth entrance. It is known that Petya runs to Vasya by the shortest route (it is not necessary walking along the sides of the cells) and it does not matter from which side he runs around his house. Determine in which entrance he lives Petya . [img]https://cdn.artofproblemsolving.com/attachments/b/1/741120341a54527b179e95680aaf1c4b98ff84.png[/img]

2025 Poland - Second Round, 5

Tags: geometry
Let $ABC$ be an acute triangle. Let $J$ be the $A$-excenter. The $A$-excircle is tangent to $BC$, $CA$, $AB$ at $D$, $E$, $F$, respectively. The line $DE$ intersects $CJ$ and $BJ$ at $P$ and $Q$, respectively. $M$ is the midpoint of $AD$. Prove that $PM=QM$.

2023 Romanian Master of Mathematics Shortlist, N2

For every non-negative integer $k$ let $S(k)$ denote the sum of decimal digits of $k$. Let $P(x)$ and $Q(x)$ be polynomials with non-negative integer coecients such that $S(P(n)) = S(Q(n))$ for all non-negative integers $n$. Prove that there exists an integer $t$ such that $P(x) - 10^tQ(x)$ is a constant polynomial.

2014 India Regional Mathematical Olympiad, 6

Suppose $n$ is odd and each square of an $n \times n$ grid is arbitrarily filled with either by $1$ or by $-1$. Let $r_j$ and $c_k$ denote the product of all numbers in $j$-th row and $k$-th column respectively, $1 \le j, k \le n$. Prove that $$\sum_{j=1}^{n} r_j+ \sum_{k=1}^{n} c_k\ne 0$$

LMT Team Rounds 2010-20, A3

Tags:
Find the value of $\left\lfloor \frac{1}{6}\right\rfloor+\left\lfloor\frac{4}{6}\right\rfloor+\left\lfloor\frac{9}{6}\right\rfloor+\dots+\left\lfloor\frac{1296}{6}\right\rfloor$. [i]Proposed by Zachary Perry[/i]

2017 Saint Petersburg Mathematical Olympiad, 2

Tags: algebra
$(a_{n})$ is sequence with positive integer. $a_{1}>10$ $ a_{n}=a_{n-1}+GCD(n,a_{n-1})$, n>1 For some i $a_{i}=2i$. Prove that these numbers are infinite in this sequence.

2010 Baltic Way, 9

There is a pile of $1000$ matches. Two players each take turns and can take $1$ to $5$ matches. It is also allowed at most $10$ times during the whole game to take $6$ matches, for example $7$ exceptional moves can be done by the first player and $3$ moves by the second and then no more exceptional moves are allowed. Whoever takes the last match wins. Determine which player has a winning strategy.

2018 AMC 10, 2

Tags:
Sam drove $96$ miles in $90$ minutes. His average speed during the first $30$ minutes was $60$ mph (miles per hour), and his average speed during the second $30$ minutes was $65$ mph. What was his average speed, in mph, during the last $30$ minutes? $\textbf{(A) } 64 \qquad \textbf{(B) } 65 \qquad \textbf{(C) } 66 \qquad \textbf{(D) } 67 \qquad \textbf{(E) } 68$

2014 Contests, 2

Let $n$ be a natural number. Prove that, \[ \left\lfloor \frac{n}{1} \right\rfloor+ \left\lfloor \frac{n}{2} \right\rfloor + \cdots + \left\lfloor \frac{n}{n} \right\rfloor + \left\lfloor \sqrt{n} \right\rfloor \] is even.

MOAA Individual Speed General Rounds, 2021.5

Tags: speed
There are 12 students in Mr. DoBa's math class. On the final exam, the average score of the top 3 students was 8 more than the average score of the other students, and the average score of the entire class was 85. Compute the average score of the top $3$ students. [i]Proposed by Yifan Kang[/i]

2018 Polish Junior MO First Round, 5

Each integer should be colored by one of three colors, including red. Each number which can be represent as a sum of two numbers of different colors should be red. Each color should be used. Is this coloring possible?

2002 Moldova National Olympiad, 3

In a triangle $ ABC$, the angle bisector at $ B$ intersects $ AC$ at $ D$ and the circumcircle again at $ E$. The circumcircle of the triangle $ DAE$ meets the segment $ AB$ again at $ F$. Prove that the triangles $ DBC$ and $ DBF$ are congruent.

2007 Baltic Way, 7

A [i]squiggle[/i] is composed of six equilateral triangles with side length $1$ as shown in the figure below. Determine all possible integers $n$ such that an equilateral triangle with side length $n$ can be fully covered with [i]squiggle[/i]s (rotations and reflections of [i]squiggle[/i]s are allowed, overlappings are not). [asy] import graph; size(100); real lsf = 0.5; pen dp = linewidth(0.7) + fontsize(10); defaultpen(dp); pen ds = black; draw((0,0)--(0.5,1),linewidth(2pt)); draw((0.5,1)--(1,0),linewidth(2pt)); draw((0,0)--(3,0),linewidth(2pt)); draw((1.5,1)--(2,0),linewidth(2pt)); draw((2,0)--(2.5,1),linewidth(2pt)); draw((0.5,1)--(2.5,1),linewidth(2pt)); draw((1,0)--(2,2),linewidth(2pt)); draw((2,2)--(3,0),linewidth(2pt)); dot((0,0),ds); dot((1,0),ds); dot((0.5,1),ds); dot((2,0),ds); dot((1.5,1),ds); dot((3,0),ds); dot((2.5,1),ds); dot((2,2),ds); clip((-4.28,-10.96)--(-4.28,6.28)--(16.2,6.28)--(16.2,-10.96)--cycle);[/asy]

2006 Thailand Mathematical Olympiad, 18

In May, the traffic police wants to select 10 days to patrol, but no two consecutive days can be selected. How many ways are there for the traffic police to select patrol days?

PEN K Problems, 29

Find all functions $ f: \mathbb{Z}\setminus\{0\}\to \mathbb{Q}$ such that for all $ x,y \in \mathbb{Z}\setminus\{0\}$: \[ f \left( \frac{x+y}{3}\right) =\frac{f(x)+f(y)}{2}, \; \; x, y \in \mathbb{Z}\setminus\{0\}\]

2023 Miklós Schweitzer, 11

Let $K{}$ be an equilateral triangle of unit area, and choose $n{}$ independent random points uniformly from $K{}$. Let $K_n$ be the intersection of all translations of $K{}$ that contain all the selected points. Determine the expected value of the area of $K_n.$

2016 Hanoi Open Mathematics Competitions, 13

Let $H$ be orthocenter of the triangle $ABC$. Let $d_1, d_2$ be lines perpendicular to each-another at $H$. The line $d_1$ intersects $AB, AC$ at $D, E$ and the line d_2 intersects $B C$ at $F$. Prove that $H$ is the midpoint of segment $DE$ if and only if $F$ is the midpoint of segment $BC$.

2004 Brazil National Olympiad, 6

Tags: algebra
Let $a$ and $b$ be real numbers. Define $f_{a,b}\colon R^2\to R^2$ by $f_{a,b}(x;y)=(a-by-x^2;x)$. If $P=(x;y)\in R^2$, define $f^0_{a,b}(P) = P$ and $f^{k+1}_{a,b}(P)=f_{a,b}(f_{a,b}^k(P))$ for all nonnegative integers $k$. The set $per(a;b)$ of the [i]periodic points[/i] of $f_{a,b}$ is the set of points $P\in R^2$ such that $f_{a,b}^n(P) = P$ for some positive integer $n$. Fix $b$. Prove that the set $A_b=\{a\in R \mid per(a;b)\neq \emptyset\}$ admits a minimum. Find this minimum.

2022/2023 Tournament of Towns, P1

There are $N{}$ mess-loving clerks in the office. Each of them has some rubbish on the desk. The mess-loving clerks leave the office for lunch one at a time (after return of the preceding one). At that moment all those remaining put half of rubbish from their desks on the desk of the one who left. Can it so happen that after all of them have had lunch the amount of rubbish at the desk of each one will be the same as before lunch if a) $N = 2{}$ and b) $N = 10$? [i]Alexey Zaslavsky[/i]

2016 Junior Balkan Team Selection Tests - Romania, 1

Tags: geometry
Let $ABC$ be a acute triangle where $\angle BAC =60$. Prove that if the Euler's line of $ABC$ intersects $AB,AC$ in $D,E$, then $ADE$ is equilateral.

2008 AIME Problems, 14

Let $ a$ and $ b$ be positive real numbers with $ a\ge b$. Let $ \rho$ be the maximum possible value of $ \frac{a}{b}$ for which the system of equations \[ a^2\plus{}y^2\equal{}b^2\plus{}x^2\equal{}(a\minus{}x)^2\plus{}(b\minus{}y)^2\]has a solution in $ (x,y)$ satisfying $ 0\le x<a$ and $ 0\le y<b$. Then $ \rho^2$ can be expressed as a fraction $ \frac{m}{n}$, where $ m$ and $ n$ are relatively prime positive integers. Find $ m\plus{}n$.

1990 Flanders Math Olympiad, 1

Tags: geometry
On the standard unit circle, draw 4 unit circles with centers [0,1],[1,0],[0,-1],[-1,0]. You get a figure as below, find the area of the colored part. [img]http://www.mathlinks.ro/Forum/album_pic.php?pic_id=277[/img]

1998 Chile National Olympiad, 3

Evaluate $\sqrt{1+2\sqrt{1+3\sqrt{1+4\sqrt{1+...}}}}$.

1998 National High School Mathematics League, 10

Arithmetic sequence with all items real, and the common difference is $4$. If the sum of the square of the first item and all items else is not more than $100$, then there are________items at most.

2020 Spain Mathematical Olympiad, 4

Ana and Benito play a game which consists of $2020$ turns. Initially, there are $2020$ cards on the table, numbered from $1$ to $2020$, and Ana possesses an extra card with number $0$. In the $k$-th turn, the player that doesn't possess card $k-1$ chooses whether to take the card with number $k$ or to give it to the other player. The number in each card indicates its value in points. At the end of the game whoever has most points wins. Determine whether one player has a winning strategy or whether both players can force a tie, and describe the strategy.