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

2013 NIMO Problems, 1

Tags:
What is the maximum possible score on this contest? Recall that on the NIMO 2013 Summer Contest, problems $1$, $2$, \dots, $15$ are worth $1$, $2$, \dots, $15$ points, respectively. [i]Proposed by Evan Chen[/i]

1998 All-Russian Olympiad, 2

A convex polygon is partitioned into parallelograms. A vertex of the polygon is called [i]good[/i] if it belongs to exactly one parallelogram. Prove that there are more than two good vertices.

PEN C Problems, 6

Let $a, b, c$ be integers and let $p$ be an odd prime with \[p \not\vert a \;\; \text{and}\;\; p \not\vert b^{2}-4ac.\] Show that \[\sum_{k=1}^{p}\left( \frac{ak^{2}+bk+c}{p}\right) =-\left( \frac{a}{p}\right).\]

2003 Turkey Team Selection Test, 5

Let $A$ be a point on a circle with center $O$ and $B$ be the midpoint of $[OA]$. Let $C$ and $D$ be points on the circle such that they lie on the same side of the line $OA$ and $\widehat{CBO} = \widehat{DBA}$. Show that the reflection of the midpoint of $[CD]$ over $B$ lies on the circle.

2003 Polish MO Finals, 2

Let $0 < a < 1$ be a real number. Prove that for all finite, strictly increasing sequences $k_1, k_2, \ldots , k_n$ of non-negative integers we have the inequality \[\biggl( \sum_{i=1}^n a^{k_i} \biggr)^2 < \frac{1+a}{1-a} \sum_{i=1}^n a^{2k_i}.\]

2023 Hong Kong Team Selection Test, Problem 6

(a) Find the smallest number of lines drawn on the plane so that they produce exactly 2022 points of intersection. (Note: For 1 point of intersection, the minimum is 2; for 2 points, minimum is 3; for 3 points, minimum is 3; for 4 points, minimum is 4; for 5 points, the minimum is 4, etc.) (b) What happens if the lines produce exactly 2023 intersections?

2008 AMC 10, 24

Let $ k\equal{}2008^2\plus{}2^{2008}$. What is the units digit of $ k^2\plus{}2^k$? $ \textbf{(A)}\ 0 \qquad \textbf{(B)}\ 2 \qquad \textbf{(C)}\ 4 \qquad \textbf{(D)}\ 6 \qquad \textbf{(E)}\ 8$

1998 Brazil National Olympiad, 1

15 positive integers, all less than 1998(and no one equal to 1), are relatively prime (no pair has a common factor > 1). Show that at least one of them must be prime.

2023 ELMO Shortlist, G7

Tags: geometry , ellipse
Let \(\mathcal E\) be an ellipse with foci \(F_1\) and \(F_2\), and let \(P\) be a point on \(\mathcal E\). Suppose lines \(PF_1\) and \(PF_2\) intersect \(\mathcal E\) again at distinct points \(A\) and \(B\), and the tangents to \(\mathcal E\) at \(A\) and \(B\) intersect at point \(Q\). Show that the midpoint of \(\overline{PQ}\) lies on the circumcircle of \(\triangle PF_1F_2\). [i]Proposed by Karthik Vedula[/i]

2019 ISI Entrance Examination, 3

Let $\Omega=\{z=x+iy~\in\mathbb{C}~:~|y|\leqslant 1\}$. If $f(z)=z^2+2$, then draw a sketch of $$f\Big(\Omega\Big)=\{f(z):z\in\Omega\}$$ Justify your answer.

2022 BMT, 22

Set $n = 425425$. Let $S$ be the set of proper divisors of $n$. Compute the remainder when $$ \sum_{k\in S} \phi (k) {2n/k \choose n/k}$$ is divided by $2n$, where $\phi (x)$ is the number of positive integers at most $x$ that are relatively prime to it.

Fractal Edition 1, P4

Tags:
The pages of a book are numbered starting from 1. The total number of pages in this book has three digits. Is it possible that the sum of the numbers on all the pages of the book is divisible by the number of digits used for numbering all the pages of the book?

2014 BAMO, 4

Tags: geometry
Let $\triangle{ABC}$ be a scalene triangle with the longest side $AC$. (A ${\textit{scalene triangle}}$ has sides of different lengths.) Let $P$ and $Q$ be the points on the side $AC$ such that $AP=AB$ and $CQ=CB$. Thus we have a new triangle $\triangle{BPQ}$ inside $\triangle{ABC}$. Let $k_1$ be the circle circumscribed around the triangle $\triangle{BPQ}$ (that is, the circle passing through the vertices $B,P,$ and $Q$ of the triangle $\triangle{BPQ}$); and let $k_2$ be the circle inscribed in triangle $\triangle{ABC}$ (that is, the circle inside triangle $\triangle{ABC}$ that is tangent to the three sides $AB,BC$, and $CA$). Prove that the two circles $k_1$ and $k_2$ are concentric, that is, they have the same center.

2019 All-Russian Olympiad, 7

Tags:
Among 16 coins there are 8 heavy coins with weight of 11 g, and 8 light coins with weight of 10 g, but it's unknown what weight of any coin is. One of the coins is anniversary. How to know, is anniversary coin heavy or light, via three weighings on scales with two cups and without any weight?

2025 All-Russian Olympiad, 11.8

Let \( f: \mathbb{R} \to \mathbb{R} \) be a continuous function. A chord is defined as a segment of integer length, parallel to the x-axis, whose endpoints lie on the graph of \( f \). It is known that the graph of \( f \) contains exactly \( N \) chords, one of which has length 2025. Find the minimum possible value of \( N \).

2013 AMC 8, 6

Tags:
The number in each box below is the product of the numbers in the two boxes that touch it in the row above. For example, $30 = 6\times5$. What is the missing number in the top row? [asy] unitsize(0.8cm); draw((-1,0)--(1,0)--(1,-2)--(-1,-2)--cycle); draw((-2,0)--(0,0)--(0,2)--(-2,2)--cycle); draw((0,0)--(2,0)--(2,2)--(0,2)--cycle); draw((-3,2)--(-1,2)--(-1,4)--(-3,4)--cycle); draw((-1,2)--(1,2)--(1,4)--(-1,4)--cycle); draw((1,2)--(1,4)--(3,4)--(3,2)--cycle); label("600",(0,-1)); label("30",(-1,1)); label("6",(-2,3)); label("5",(0,3)); [/asy] $\textbf{(A)}\ 2 \qquad \textbf{(B)}\ 3 \qquad \textbf{(C)}\ 4 \qquad \textbf{(D)}\ 5 \qquad \textbf{(E)}\ 6$

2023 CMIMC Geometry, 9

Tags: geometry
Let $\triangle ABC$ be a triangle with circumcenter $O$ satisfying $AB=13$, $BC = 15$, and $AC = 14$. Suppose there is a point $P$ such that $PB \perp BC$ and $PA \perp AB$. Let $X$ be a point on $AC$ such that $BX \perp OP$. What is the ratio $AX/XC$? [i]Proposed by Thomas Lam[/i]

2005 BAMO, 1

An integer is called [i]formidable[/i] if it can be written as a sum of distinct powers of $4$, and [i]successful [/i] if it can be written as a sum of distinct powers of $6$. Can $2005$ be written as a sum of a [i]formidable [/i] number and a [i]successful [/i] number? Prove your answer.

2019 Korea - Final Round, 2

For a rectangle $ABCD$ which is not a square, there is $O$ such that $O$ is on the perpendicular bisector of $BD$ and $O$ is in the interior of $\triangle BCD$. Denote by $E$ and $F$ the second intersections of the circle centered at $O$ passing through $B, D$ and $AB, AD$. $BF$ and $DE$ meets at $G$, and $X, Y, Z$ are the foots of the perpendiculars from $G$ to $AB, BD, DA$. $L, M, N$ are the foots of the perpendiculars from $O$ to $CD, BD, BC$. $XY$ and $ML$ meets at $P$, $YZ$ and $MN$ meets at $Q$. Prove that $BP$ and $DQ$ are parallel.

2017 Sharygin Geometry Olympiad, 1

Let $ABCD$ be a cyclic quadrilateral with $AB=BC$ and $AD = CD$. A point $M$ lies on the minor arc $CD$ of its circumcircle. The lines $BM$ and $CD$ meet at point $P$, the lines $AM$ and $BD$ meet at point $Q$. Prove that $PQ \parallel AC$.

2022 Macedonian Team Selection Test, Problem 4

Tags: geometry
Given is an acute triangle $ABC$ with $AB<AC$ with altitudes $BD$ and $CE$. Let the tangents to the circumcircle at $B$ and $C$ meet at $Y$. Let $\omega_1$ be the circle through $A$ tangent to $DE$ at $E$; define $\omega_2$ similarly, and let their intersection point be $X$. Prove that $A, X, Y$ are colinear. $\textit{Proposed by Nikola Velov}$

Gheorghe Țițeica 2025, P2

Let $f:[0,1]\rightarrow\mathbb{R}$ be a continuous function. Prove that $$\int_0^{\pi/2}f(\sin(2x))\sin x\, dx = \int_0^{\pi/2} f(\cos^2 x)\cos x\, dx.$$

2014 India PRMO, 13

For how many natural numbers $n$ between $1$ and $2014$ (both inclusive) is $\frac{8n}{9999-n}$ an integer?

2010 Indonesia Juniors, day 1

p1. A fraction is called Toba-$n$ if the fraction has a numerator of $1$ and the denominator of $n$. If $A$ is the sum of all the fractions of Toba-$101$, Toba-$102$, Toba-$103$, to Toba-$200$, show that $\frac{7}{12} <A <\frac56$. p2. If $a, b$, and $c$ satisfy the system of equations $$ \frac{ab}{a+b}=\frac12$$ $$\frac{bc}{b+c}=\frac13 $$ $$ \frac{ac}{a+c}=\frac17 $$ Determine the value of $(a- c)^b$. p3. Given triangle $ABC$. If point $M$ is located at the midpoint of $AC$, point $N$ is located at the midpoint of $BC$, and the point $P$ is any point on $AB$. Determine the area of ​​the quadrilateral $PMCN$. [img]https://cdn.artofproblemsolving.com/attachments/4/d/175e2d55f889b9dd2d8f89b8bae6c986d87911.png[/img] p4. Given the rule of motion of a particle on a flat plane $xy$ as following: $N: (m, n)\to (m + 1, n + 1)$ $T: (m, n)\to (m + 1, n - 1)$, where $m$ and $n$ are integers. How many different tracks are there from $(0, 3)$ to $(7, 2)$ by using the above rules ? p5. Andra and Dedi played “SUPER-AS”. The rules of this game as following. Players take turns picking marbles from a can containing $30$ marbles. For each take, the player can take the least a minimum of $ 1$ and a maximum of $6$ marbles. The player who picks up the the last marbels is declared the winner. If Andra starts the game by taking $3$ marbles first, determine how many marbles should be taken by Dedi and what is the next strategy to take so that Dedi can be the winner.

1992 All Soviet Union Mathematical Olympiad, 571

$ABCD$ is a parallelogram. The excircle of $ABC$ opposite $A$ has center $E$ and touches the line $AB$ at $X$. The excircle of $ADC$ opposite $A$ has center $F$ and touches the line $AD$ at $Y$. The line $FC$ meets the line$ AB$ at $W$, and the line $EC$ meets the line $AD$ at $Z$. Show that $WX = YZ$.