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

2002 Denmark MO - Mohr Contest, 1

Tags: rectangle , area , geometry
An interior point in a rectangle is connected by line segments to the midpoints of its four sides. Thus four domains (polygons) with the areas $a, b, c$ and $d$ appear (see the figure). Prove that $a + c = b + d$. [img]https://1.bp.blogspot.com/-BipDNHELjJI/XzcCa68P3HI/AAAAAAAAMXY/H2Iqya9VItMLXrRqsdyxHLTXCAZ02nEtgCLcBGAsYHQ/s0/2002%2BMohr%2Bp1.png[/img]

2016 Saint Petersburg Mathematical Olympiad, 4

$N> 4$ points move around the circle, each with a constant speed. For Any four of them have a moment in time when they all meet. Prove that is the moment when all the points meet.

2019 Moldova EGMO TST, 1

Find the positive integer $n{}$ if $$\left(1-\frac{1}{1+2}\right)\cdot\left(1-\frac{1}{1+2+3}\right)\cdot\ldots\cdot\left(1-\frac{1}{1+2+\ldots+n}\right)=\frac{2021}{6057}.$$

2001 National High School Mathematics League, 1

Tags:
If $a$ is a given real number, then the number of subsets of $M=\{x\in\mathbb{R}|x^2-3x-a^2+2=0\}$ is $\text{(A)}1\qquad\text{(B)}2\qquad\text{(C)}4\qquad\text{(D)}$ Not sure

2012 India Regional Mathematical Olympiad, 4

Let $X=\{1,2,3,...,10\}$. Find the number of pairs of $\{A,B\}$ such that $A\subseteq X, B\subseteq X, A\ne B$ and $A\cap B=\{5,7,8\}$.

2017 NIMO Problems, 8

For each nonnegative integer $n$, we define a set $H_n$ of points in the plane as follows: [list] [*]$H_0$ is the unit square $\{(x,y) \mid 0 \le x, y \le 1\}$. [*]For each $n \ge 1$, we construct $H_n$ from $H_{n-1}$ as follows. Note that $H_{n-1}$ is the union of finitely many square regions $R_1, \ldots, R_k$. For each $i$, divide $R_i$ into four congruent square quadrants. If $n$ is odd, then the upper-right and lower-left quadrants of each $R_i$ make up $H_n$. If $n$ is even, then the upper-left and lower-right quadrants of each $R_i$ make up $H_n$. [/list] The figures $H_0$, $H_1$, $H_2$, and $H_3$ are shown below. [asy] pair[]sq(int n){pair[]a; if(n == 0)a.push((.5,.5)); else for(pair k:sq(n-1)) { pair l=1/2^(n+1)*(1,(-1)^(1+(n%2)));a.push(k+l);a.push(k-l); } return a;} void hh(int n,real k){ pair[] S=sq(n);real r=1/2^(n+1); for(pair p:S)filldraw(shift(p+(k,0))*((r,r)--(r,-r)--(-r,-r)--(-r,r)--cycle)); label("$H_"+string(n)+"$",(k+.5,-.3));} size(7cm); for(int i=0;i<=3;++i)hh(i,1.6*i); [/asy] Suppose that the point $P = (x,y)$ lies in $H_n$ for all $n \ge 0$. The greatest possible value of $xy$ is $\tfrac{m}{n}$, for relatively prime positive integers $m, n$. Compute $100m+n$. [i]Proposed by Michael Tang[/i]

2012 Oral Moscow Geometry Olympiad, 6

Restore the triangle with a compass and a ruler given the intersection point of altitudes and the feet of the median and angle bisectors drawn to one side. (No research required.)

1964 Swedish Mathematical Competition, 1

Find the side lengths of the triangle $ABC$ with area $S$ and $\angle BAC = x$ such that the side $BC$ is as short as possible.

2017 Saint Petersburg Mathematical Olympiad, 4

The numbers from $1$ to $2000^2$ were written on a board. Vasya choose $2000$ of them whose sum of them equal to two thousandth of the sum of all numbers. Proof that his friend, Petya, will be able to color each of the remaining numbers by one of other $1999$ colors so that the sum of numbers with each of total $2000$ colors are the same.

2010 Germany Team Selection Test, 2

Let $ABC$ be a triangle with incenter $I$ and let $X$, $Y$ and $Z$ be the incenters of the triangles $BIC$, $CIA$ and $AIB$, respectively. Let the triangle $XYZ$ be equilateral. Prove that $ABC$ is equilateral too. [i]Proposed by Mirsaleh Bahavarnia, Iran[/i]

2012 Princeton University Math Competition, A5

Tags: geometry
Let $\vartriangle ABC$ be a triangle with $\angle BAC = 45^o, \angle BCA = 30^o$, and $AB = 1$. Point $D$ lies on segment $AC$ such that $AB = BD$. Find the square of the length of the common external tangent to the circumcircles of triangles $\vartriangle BDC$ and $\vartriangle ABC$.

2010 Moldova National Olympiad, 12.8

Find all $t\in \mathbb R$, such that $\int_{0}^{\frac{\pi}{2}}\mid \sin x+t\cos x\mid dx=1$ .

1982 Bulgaria National Olympiad, Problem 2

Tags: circles , geometry
Let $n$ unit circles be given on a plane. Prove that on one of the circles there is an arc of length at least $\frac{2\pi}n$ not intersecting any other circle.

2010 Brazil Team Selection Test, 1

Consider $2009$ cards, each having one gold side and one black side, lying on parallel on a long table. Initially all cards show their gold sides. Two player, standing by the same long side of the table, play a game with alternating moves. Each move consists of choosing a block of $50$ consecutive cards, the leftmost of which is showing gold, and turning them all over, so those which showed gold now show black and vice versa. The last player who can make a legal move wins. (a) Does the game necessarily end? (b) Does there exist a winning strategy for the starting player? [i]Proposed by Michael Albert, Richard Guy, New Zealand[/i]

1960 Poland - Second Round, 2

The equations are given $$ \begin{array}{c} x^2 + p_1x + q_1 = 0\\ x^2 + p_2x + q_2 = 0\\ x^2 + p_3x + q_3 = 0 \end{array}$$ each two of which have a common root, but all three have no common root. Prove that: 1) $2 (p_1p_2 + p_2p_3 + p_3p_1) - (p_1^2 + p_2^2 + p_3^2) = 4 (q_1 + q_2+ q_3)$ 2) he roots of these equations are rational when the numbers $p_1$, $p_2$ and $p_3$ are rational}.

1953 Miklós Schweitzer, 1

Tags: sequence
[b]1.[/b] Let $a_{v} $ and $b_{v} $, ${v= 1,2,\dots,n} $, be real numbers such that $a_{1}\geq a_{2} \geq a_{3}\geq\dots\geq a_{n}> 0 $ and $b_{1}\geq a_{1}, b_{1}b_{2}\geq a_{1}a_{2},\dots,b_{1}b_{2}\dots b_{n}\geq a_{1}a_{2}\dots a_{n} $ Show that $b_{1}+b_{2}+\dots+b_{n}\geq a_{1}+a_{2}+\dots+a_{n} $ [b](S. 4)[/b]

2018 HMNT, 4

Find the number of eight-digit positive integers that are multiples of $9$ and have all distinct digits.

2017 Harvard-MIT Mathematics Tournament, 25

Tags: algebra
Find all real numbers $x$ satisfying the equation $x^3 - 8 = 16 \sqrt[3]{x + 1}$.

2012 Indonesia TST, 3

The incircle of a triangle $ABC$ is tangent to the sides $AB,AC$ at $M,N$ respectively. Suppose $P$ is the intersection between $MN$ and the bisector of $\angle ABC$. Prove that $BP$ and $CP$ are perpendicular.

2005 Manhattan Mathematical Olympiad, 3

Tags:
An alien from the planet Math came to Earth on monday and said: A. On Tuesday he said AY, on Wednesday AYYA, on Thursday AYYAYAAY. What will he say on saturday?

2000 Harvard-MIT Mathematics Tournament, 15

Tags:
Find the number of ways of filling a $8$ by $8$ grid with $0$'s and $X$'s so that the number of $0$'s in each row and each column is odd.

2020 LMT Spring, 4

Tags:
Suppose there are $n$ ordered pairs of positive integers $(a_i,b_i)$ such that $a_i+b_i=2020$ and $a_ib_i$ is a multiple of $2020$, where $1\le i \le n$. Compute the sum \[\sum_{i=1}^{n} a_i+b_i.\]

2001 Poland - Second Round, 3

For a positive integer $n$, let $A_n$ and $B_n$ be the families of $n$-element subsets of $S_n=\{1,2,\ldots ,2n\}$ with respectively even and odd sums of elements. Compute $|A_n|-|B_n|$.

2019 Mexico National Olympiad, 3

Let $n\geq 2$ be an integer. Consider $2n$ points around a circle. Each vertex has been tagged with one integer from $1$ to $n$, inclusive, and each one of these integers has been used exactly two times. Isabel divides the points into $n$ pairs, and draws the segments joining them, with the condition that the segments do not intersect. Then, she assigns to each segment the greatest integer between its endpoints. a) Show that, no matter how the points have been tagged, Isabel can always choose the pairs in such a way that she uses exactly $\lceil n/2\rceil$ numbers to tag the segments. b) Can the points be tagged in such a way that, no matter how Isabel divides the points into pairs, she always uses exactly $\lceil n/2\rceil$ numbers to tag the segments? Note. For each real number $x$, $\lceil x\rceil$ denotes the least integer greater than or equal to $x$. For example, $\lceil 3.6\rceil=4$ and $\lceil 2\rceil=2$. [i]Proposed by Victor Domínguez[/i]

2023 ABMC, Team

[u]Round 1[/u] [b]1.1.[/b] A classroom has $29$ students. A teacher needs to split up the students into groups of at most $4$. What is the minimum number of groups needed? [b]1.2.[/b] On his history map quiz, Eric recalls that Sweden, Norway and Finland are adjacent countries, but he has forgotten which is which, so he labels them in random order. The probability that he labels all three countries correctly can be written as $\frac{m}{n}$, where $m$ and $n$ are relatively prime positive integers. Find $m + n$. [b]1.3.[/b] In a class of $40$ sixth graders, the class average for their final test comes out to be $90$ (out of a $100$). However, a student brings up an issue with problem $5$, and $10$ students receive credit for this question, bringing the class average to a $90.75$. How many points was problem $5$ worth? [u]Round 2[/u] [b]2.1.[/b] Compute $1 - 2 + 3 - 4 + ... - 2022 + 2023$. [b]2.2.[/b] In triangle $ABC$, $\angle ABC = 75^o$. Point $D$ lies on side $AC$ such that $BD = CD$ and $\angle BDC$ is a right angle. Compute the measure of $\angle A$. [b]2.3.[/b] Joe is rolling three four-sided dice each labeled with positive integers from $1$ to $4$. The probability the sum of the numbers on the top faces of the dice is $6$ can be written as $\frac{p}{q}$ where $p$ and $q$ are relatively prime integers. Find $p + q$. [u]Round 3[/u] [b]3.1.[/b] For positive integers $a, b, c, d$ that satisfy $a + b + c + d = 23$, what is the maximum value of $abcd$? [b]3.2.[/b] A buckball league has twenty teams. Each of the twenty teams plays exactly five games with each of the other teams. If each game takes 1 hour and thirty minutes, then how many total hours are spent playing games? [b]3.3.[/b] For a triangle $\vartriangle ABC$, let $M, N, O$ be the midpoints of $AB$, $BC$, $AC$, respectively. Let $P, Q, R$ be points on $AB$, $BC$, $AC$ such that $AP =\frac13 AB$, $BQ =\frac13 BC$, and $CR =\frac13 AC$. The ratio of the areas of $\vartriangle MNO$ and $\vartriangle P QR$ can be expressed as $\frac{m}{n}$ , where $ m$ and $n$ are relatively prime positive integers. Find $m + n$. [u]Round 4[/u] [b]4.1.[/b] $2023$ has the special property that leaves a remainder of $1$ when divided by $2$, $21$ when divided by $22$, and $22$ when divided by $23$. Let $n$ equal the lowest integer greater than $2023$ with the above properties. What is $n$? [b]4.2.[/b] Ants $A, B$ are on points $(0, 0)$ and $(3, 3)$ respectively, and ant A is trying to get to $(3, 3)$ while ant $B$ is trying to get to $(0, 0)$. Every second, ant $A$ will either move up or right one with equal probability, and ant $B$ will move down or left one with equal probability. The probability that the ants will meet each other be $\frac{a}{b}$, where $a$ and $b$ are relatively prime positive integers. Find $a + b$. [b]4.3.[/b] Find the number of trailing zeros of $100!$ in base $ 49$. PS. You should use hide for answers. Rounds 5-9 have been posted [url=https://artofproblemsolving.com/community/c3h3129723p28347714]here[/url]. Collected [url=https://artofproblemsolving.com/community/c5h2760506p24143309]here[/url].