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

2014 Contests, 1

Let $p$ be an odd prime and $r$ an odd natural number.Show that $pr+1$ does not divide $p^p-1$

2018 Bulgaria EGMO TST, 2

A country has $100$ cities and $n$ airplane companies which take care of a total of $2018$ two-way direct flights between pairs of cities. There is a pair of cities such that one cannot reach one from the other with just one or two flights. What is the largest possible value of $n$ for which between any two cities there is a route (a sequence of flights) using only one of the airplane companies?

2009 All-Russian Olympiad Regional Round, 9.5

There are $11$ phrases written on $11$ pieces of paper (one per sheet): 1) To the left of this sheet there are no sheets with false statements. 2) Exactly one sheet to the left of this one contains a false statement. 3) Exactly $2$ sheets to the left of this one contain false statements ... 11) Exactly $10$ sheets to the left of this one contain false statements. The sheets of paper were laid out in some order in a row, going from left to right. After this, some of the written statements became true and some became false. What is the greatest possible number of true statements?

1926 Eotvos Mathematical Competition, 2

Prove that the product of four consecutive natural numbers cannot be the square of an integer.

2003 Baltic Way, 8

There are $2003$ pieces of candy on a table. Two players alternately make moves. A move consists of eating one candy or half of the candies on the table (the “lesser half” if there are an odd number of candies). At least one candy must be eaten at each move. The loser is the one who eats the last candy. Which player has a winning strategy?

2021 AMC 10 Spring, 8

Tags:
When a student multiplied the number $66$ by the repeating decimal, $$1. \underline{a} \underline{b} \underline{a} \underline{b} … = 1.\overline{ab},$$ where $a$ and $b$ are digits, he did not notice the notation and just multiplied $66$ times $1. \underline{a} \underline{b}.$ Later he found that his answer is $0.5$ less than the correct answer. What is the $2$- digit integer $\underline{a} \underline{b}$? $\textbf{(A)}\ 15 \qquad\textbf{(B)}\ 30 \qquad\textbf{(C)}\ 45 \qquad\textbf{(D)}\ 60 \qquad\textbf{(E)}\ 75$

2007 AMC 10, 18

Consider the $ 12$-sided polygon $ ABCDEFGHIJKL$, as shown. Each of its sides has length $ 4$, and each two consecutive sides form a right angle. Suppose that $ \overline{AG}$ and $ \overline{CH}$ meet at $ M$. What is the area of quadrilateral $ ABCM$? [asy]unitsize(13mm); defaultpen(linewidth(.8pt)+fontsize(10pt)); dotfactor=4; pair A=(1,3), B=(2,3), C=(2,2), D=(3,2), Ep=(3,1), F=(2,1), G=(2,0), H=(1,0), I=(1,1), J=(0,1), K=(0,2), L=(1,2); pair M=intersectionpoints(A--G,H--C)[0]; draw(A--B--C--D--Ep--F--G--H--I--J--K--L--cycle); draw(A--G); draw(H--C); dot(M); label("$A$",A,NW); label("$B$",B,NE); label("$C$",C,NE); label("$D$",D,NE); label("$E$",Ep,SE); label("$F$",F,SE); label("$G$",G,SE); label("$H$",H,SW); label("$I$",I,SW); label("$J$",J,SW); label("$K$",K,NW); label("$L$",L,NW); label("$M$",M,W);[/asy]$ \textbf{(A)}\ \frac {44}{3}\qquad \textbf{(B)}\ 16 \qquad \textbf{(C)}\ \frac {88}{5}\qquad \textbf{(D)}\ 20 \qquad \textbf{(E)}\ \frac {62}{3}$

2009 Baltic Way, 1

A polynomial $p(x)$ of degree $n\ge 2$ has exactly $n$ real roots, counted with multiplicity. We know that the coefficient of $x^n$ is $1$, all the roots are less than or equal to $1$, and $p(2)=3^n$. What values can $p(1)$ take?

1974 Chisinau City MO, 80

Each side face of a regular hexagonal prism is colored in one of three colors (for example, red, yellow, blue), and the adjacent prism faces have different colors. In how many different ways can the edges of the prism be colored (using all three colors is optional)?

1995 South africa National Olympiad, 2

$ABC$ is a triangle with $\hat{A}<\hat{C}$, and $D$ is the point on $BC$ such that $B\hat{A}D=A\hat{C}B$. The perpendicular bisectors of $AD$ and $AC$ intersect in the point $E$. Prove that $B\hat{A}E=90^\circ$.

2021 Regional Competition For Advanced Students, 1

Let $a$ and $b$ be positive integers and $c$ be a positive real number satisfying $$\frac{a + 1}{b + c}=\frac{b}{a}.$$ Prove that $c \ge 1$ holds. (Karl Czakler)

2019 IMO, 3

A social network has $2019$ users, some pairs of whom are friends. Whenever user $A$ is friends with user $B$, user $B$ is also friends with user $A$. Events of the following kind may happen repeatedly, one at a time: [list] [*] Three users $A$, $B$, and $C$ such that $A$ is friends with both $B$ and $C$, but $B$ and $C$ are not friends, change their friendship statuses such that $B$ and $C$ are now friends, but $A$ is no longer friends with $B$, and no longer friends with $C$. All other friendship statuses are unchanged. [/list] Initially, $1010$ users have $1009$ friends each, and $1009$ users have $1010$ friends each. Prove that there exists a sequence of such events after which each user is friends with at most one other user. [i]Proposed by Adrian Beker, Croatia[/i]

2017 AMC 12/AHSME, 13

In the figure below, $3$ of the $6$ disks are to be painted blue, $2$ are to be painted red, and $1$ is to be painted green. Two paintings that can be obtained from one another by a rotation or a reflection of the entire figure are considered the same. How many different paintings are possible? [asy] size(100); pair A, B, C, D, E, F; A = (0,0); B = (1,0); C = (2,0); D = rotate(60, A)*B; E = B + D; F = rotate(60, A)*C; draw(Circle(A, 0.5)); draw(Circle(B, 0.5)); draw(Circle(C, 0.5)); draw(Circle(D, 0.5)); draw(Circle(E, 0.5)); draw(Circle(F, 0.5)); [/asy] $\textbf{(A) } 6 \qquad \textbf{(B) } 8 \qquad \textbf{(C) } 9 \qquad \textbf{(D) } 12 \qquad \textbf{(E) } 15$

2014 May Olympiad, 5

Each square on a $ n \times n$ board, with $n \ge 3$, is colored with one of $ 8$ colors. For what values of $n$ it can be said that some of these figures included in the board, does it contain two squares of the same color. [img]https://cdn.artofproblemsolving.com/attachments/3/9/6af58460585772f39dd9e8ef1a2d9f37521317.png[/img]

2006 Iran MO (3rd Round), 2

A liquid is moving in an infinite pipe. For each molecule if it is at point with coordinate $x$ then after $t$ seconds it will be at a point of $p(t,x)$. Prove that if $p(t,x)$ is a polynomial of $t,x$ then speed of all molecules are equal and constant.

1950 Miklós Schweitzer, 6

Prove the following identity for determinants: $ |c_{ik} \plus{} a_i \plus{} b_k \plus{} 1|_{i,k \equal{} 1,...,n} \plus{} |c_{ik}|_{i,k \equal{} 1,...,n} \equal{} |c_{ik} \plus{} a_i \plus{} b_k|_{i,k \equal{} 1,...,n} \plus{} |c_{ik} \plus{} 1|_{i,k \equal{} 1,...,n}$

2010 All-Russian Olympiad Regional Round, 10.5

Non-zero numbers $a, b, c$ are such that $ax^2+bx+c > cx$ for any $x$. Prove that $cx^2-bx + a > cx-b$ for any $x$.

2024 AMC 8 -, 14

Tags:
The one-way routes connecting towns $A$, $M$, $C$, $X$, $Y$, and $Z$ are shown in the figure below (not drawn to scale).The distances in kilometers along each route are marked. Traveling along these routes, what is the shortest distance from A to Z in kilometers? [asy] /* AMC8 P14 2024, by NUMANA: BUI VAN HIEU */ import graph; unitsize(2cm); real r=0.25; // Define the nodes and their positions pair[] nodes = { (0,0), (2,0), (1,1), (3,1), (4,0), (6,0) }; string[] labels = { "A", "M", "X", "Y", "C", "Z" }; // Draw the nodes as circles with labels for(int i = 0; i < nodes.length; ++i) { draw(circle(nodes[i], r)); label("$" + labels[i] + "$", nodes[i]); } // Define the edges with their node indices and labels int[][] edges = { {0, 1}, {0, 2}, {2, 1}, {2, 3}, {1, 3}, {1, 4}, {3, 4}, {4, 5}, {3, 5} }; string[] edgeLabels = { "8", "5", "2", "10", "6", "14", "5", "10", "17" }; pair[] edgeLabelsPos = { S, SE, SW, S, SE, S, SW, S, NE}; // Draw the edges with labels for (int i = 0; i < edges.length; ++i) { pair start = nodes[edges[i][0]]; pair end = nodes[edges[i][1]]; draw(start + r*dir(end-start) -- end-r*dir(end-start), Arrow); label("$" + edgeLabels[i] + "$", midpoint(start -- end), edgeLabelsPos[i]); } // Draw the curved edge with label draw(nodes[1]+r * dir(-45)..controls (3, -0.75) and (5, -0.75)..nodes[5]+r * dir(-135), Arrow); label("$25$", midpoint(nodes[1]..controls (3, -0.75) and (5, -0.75)..nodes[5]), 2S); [/asy] $\textbf{(A)}\ 28 \qquad \textbf{(B)}\ 29 \qquad \textbf{(C)}\ 30 \qquad \textbf{(D)}\ 31 \qquad \textbf{(E)}\ 32$

2017 CMIMC Combinatorics, 3

Annie stands at one vertex of a regular hexagon. Every second, she moves independently to one of the two vertices adjacent to her, each with equal probability. Determine the probability that she is at her starting position after ten seconds.

2005 CentroAmerican, 3

Let $ABC$ be a triangle. $P$, $Q$ and $R$ are the points of contact of the incircle with sides $AB$, $BC$ and $CA$, respectively. Let $L$, $M$ and $N$ be the feet of the altitudes of the triangle $PQR$ from $R$, $P$ and $Q$, respectively. a) Show that the lines $AN$, $BL$ and $CM$ meet at a point. b) Prove that this points belongs to the line joining the orthocenter and the circumcenter of triangle $PQR$. [i]Aarón Ramírez, El Salvador[/i]

2009 BMO TST, 3

For the give functions in $\mathbb{N}$: [b](a)[/b] Euler's $\phi$ function ($\phi(n)$- the number of natural numbers smaller than $n$ and coprime with $n$); [b](b)[/b] the $\sigma$ function such that the $\sigma(n)$ is the sum of natural divisors of $n$. solve the equation $\phi(\sigma(2^x))=2^x$.

Russian TST 2016, P3

Tags: geometry
Two circles, $\omega_1$ and $\omega_2$, centered at $O_1$ and $O_2$, respectively, meet at points $A$ and $B$. A line through $B$ meet $\omega_1$ again at $C$, and $\omega_2$ again at $D$. The tangents to $\omega_1$ and $\omega_2$ at $C$ and $D$, respectively, meet at $E$, and the line $AE$ meets the circle $\omega$ through $A, O_1,O_2$ again at $F$. Prove that the length of the segment $EF$ is equal to the diameter of $\omega$.

2023 China Team Selection Test, P6

Tags: algebra
Prove that: (1) In the complex plane, each line (except for the real axis) that crosses the origin has at most one point ${z}$, satisfy $$\frac {1+z^{23}}{z^{64}}\in\mathbb R.$$ (2) For any non-zero complex number ${a}$ and any real number $\theta$, the equation $1+z^{23}+az^{64}=0$ has roots in $$S_{\theta}=\left\{ z\in\mathbb C\mid\operatorname{Re}(ze^{-i\theta })\geqslant |z|\cos\frac{\pi}{20}\right\}.$$ [i]Proposed by Yijun Yao[/i]

1980 AMC 12/AHSME, 17

Given that $i^2=-1$, for how many integers $n$ is $(n+i)^4$ an integer? $\text{(A)} \ \text{none} \qquad \text{(B)} \ 1 \qquad \text{(C)} \ 2 \qquad \text{(D)} \ 3 \qquad \text{(E)} \ 4$

2002 Junior Balkan Team Selection Tests - Moldova, 6

Determine the smallest positive integer n for that there are positive integers $x_1, x_2,. . . , x_n$ so that each natural number from 1001 to 2021 inclusive can be written as sum of one or more different terms $x_i$ (i = 1, 2,..., n).