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 Peru Iberoamerican Team Selection Test, P5

Find all positive integers $n$ with the following property: the $k$ positive divisors of $n$ have a permutation $(d_1,d_2,\ldots,d_k)$ such that for $i=1,2,\ldots,k$, the number $d_1+d_2+\cdots+d_i$ is a perfect square.

2013 QEDMO 13th or 12th, 6

A composite natural number $n$ is called [i]happy [/i] if at most one of the numbers $2^{2^n}+ 1$ and $6^{2^n}+ 1$ is prime. Show that there are infinitely many happy numbers.

2021-2022 OMMC, 24

Tags:
In $\triangle ABC$, angle $B$ is obtuse, $AB = 42$ and $BC = 69$. Let $M$ and $N$ be the midpoints of $AB$ and $BC$, respectively. The angle bisectors of $\angle CAB$ and $\angle ABC$ meet $BC$ and $CA$ at $D$ and $E$ respectively. Let $X$ and $Y$ be the midpoints of $AD$ and $AN$ respectively. Let $CY$ and $BX$ meet $AB$ and $CA$ at $P$ and $Q$. If $EM$ and $PQ$ meet on $BC$, find $CA$. [i]Proposed by Sid Doppalapudi[/i]

2018 SIMO, Q3

Tags: geometry
In $\triangle ABC$, let $O$, $H$, and $N$ be its circumcenter, orthocenter, and nine-point center respectively. Let $AN$ meet the circumcircle of $\triangle ABC$ at $S$. Let the tangents to the circumcircle of $ABC$ at $B$ and $C$ meet at $D$. Show that $\angle DSH = \angle DOA$.

2022 Novosibirsk Oral Olympiad in Geometry, 6

Triangle $ABC$ is given. On its sides $AB$, $BC$ and $CA$, respectively, points $X, Y, Z$ are chosen so that $$AX : XB =BY : YC = CZ : ZA = 2:1.$$ It turned out that the triangle $XYZ$ is equilateral. Prove that the original triangle $ABC$ is also equilateral.

2025 Poland - First Round, 5

Positive integers $a, b, n$ are given. Assume that $a$ and $n$ are even, $b$ is odd and the number $ab(a+b)^{n-1}$ is divisible by $a^n+b^n$. Prove that there exist a prime number $p$, such that $p^{n+1}$ divides $a^n+b^n$.

Math Hour Olympiad, Grades 5-7, 2023.67

[u]Round 1[/u] [b]p1.[/b] Ash is running around town catching Pokémon. Each day, he may add $3, 4$, or $5$ Pokémon to his collection, but he can never add the same number of Pokémon on two consecutive days. What is the smallest number of days it could take for him to collect exactly $100$ Pokémon? [b]p2.[/b] Jack and Jill have ten buckets. One bucket can hold up to $1$ gallon of water, another can hold up to $2$ gallons, and so on, with the largest able to hold up to $10$ gallons. The ten buckets are arranged in a line as shown below. Jack and Jill can pour some amount of water into each bucket, but no bucket can have less water than the one to its left. Is it possible that together, the ten buckets can hold 36 gallons of water? [img]https://cdn.artofproblemsolving.com/attachments/f/8/0b6524bebe8fe859fe7b1bc887ac786106fc17.png[/img] [b]p3.[/b] There are $2023$ knights and liars standing in a row. Knights always tell the truth and liars always lie. Each of them says, “the number of liars to the left of me is greater than the number of knights to the right.” How many liars are there? [b]p4.[/b] Camila has a deck of $101$ cards numbered $1, 2, ..., 101$. She starts with $50$ random cards in her hand and the rest on a table with the numbers visible. In an exchange, she replaces all $50$ cards in her hand with her choice of $50$ of the $51$ cards from the table. Show that Camila can make at most 50 exchanges and end up with cards $1, 2, ..., 50$. [img]https://cdn.artofproblemsolving.com/attachments/0/6/c89e65118764f3b593da45264bfd0d89e95067.png[/img] [b]p5.[/b] There are $101$ pirates on a pirate ship: the captain and $100$ crew. Each pirate, including the captain, starts with $1$ gold coin. The captain makes proposals for redistributing the coins, and the crew vote on these proposals. The captain does not vote. For every proposal, each crew member greedily votes “yes” if he gains coins as a result of the proposal, “no” if he loses coins, and passes otherwise. If strictly more crew members vote “yes” than “no,” the proposal takes effect. The captain can make any number of proposals, one after the other. What is the largest number of coins the captain can accumulate? [u]Round 2[/u] [b]p6.[/b] The town of Lumenville has $100$ houses and is preparing for the math festival. The Tesla wiring company will lay lengths of power wire in straight lines between the houses so that power flows between any two houses, possibly by passing through other houses. The Edison lighting company will hang strings of lights in straight lines between pairs of houses so that each house is connected by a string to exactly one other. Show that however the houses are arranged, the Edison company can always hang their strings of lights so that the total length of the strings is no more than the total length of the power wires the Tesla company used. [img]https://cdn.artofproblemsolving.com/attachments/9/2/763de9f4138b4dc552247e9316175036c649b6.png[/img] [b]p7.[/b] You are given a sequence of $16$ digits. Is it always possible to select one or more digits in a row, so that multiplying them results in a square number? [img]https://cdn.artofproblemsolving.com/attachments/d/1/f4fcda2e1e6d4a1f3a56cd1a04029dffcd3529.png[/img] PS. You should use hide for answers. Collected [url=https://artofproblemsolving.com/community/c5h2760506p24143309]here[/url].

2007 ITest, 32

When a rectangle frames a parabola such that a side of the rectangle is parallel to the parabola's axis of symmetry, the parabola divides the rectangle into regions whose areas are in the ratio $2$ to $1$. How many integer values of $k$ are there such that $0<k\leq 2007$ and the area between the parabola $y=k-x^2$ and the $x$-axis is an integer? [asy] import graph; size(300); defaultpen(linewidth(0.8)+fontsize(10)); real k=1.5; real endp=sqrt(k); real f(real x) { return k-x^2; } path parabola=graph(f,-endp,endp)--cycle; filldraw(parabola, lightgray); draw((endp,0)--(endp,k)--(-endp,k)--(-endp,0)); label("Region I", (0,2*k/5)); label("Box II", (51/64*endp,13/16*k)); label("area(I) = $\frac23$\,area(II)",(5/3*endp,k/2)); [/asy]

1997 Brazil Team Selection Test, Problem 1

Let $ABC$ be a triangle and $L$ its circumscribed circle. The internal bisector of angle $A$ meets $BC$ at point $P$. Let $L_1$ be the circle tangent to $AP,BP$ and $L$. Similarly, let $L_2$ be the circle tangent to $AP,CP$ and $L$. Prove that the tangency points of $L_1$ and $L_2$ with $AP$ coincide.

2010 HMNT, 7

George has two coins, one of which is fair and the other of which always comes up heads. Jacob takes one of them at random and flips it twice. Given that it came up heads both times, what is the probability that it is the coin that always comes up heads?

2004 Baltic Way, 19

Let $D$ be the midpoint of the side $BC$ of a triangle $ABC$. Let $M$ be a point on the side $BC$ such that $\angle BAM = \angle DAC$. Further, let $L$ be the second intersection point of the circumcircle of the triangle $CAM$ with the side $AB$, and let $K$ be the second intersection point of the circumcircle of the triangle $BAM$ with the side $AC$. Prove that $KL \parallel BC$.

2025 Polish MO Finals, 1

Find all $(a, b, c, d)\in \mathbb{R}$ satisfying \[\begin{aligned} \begin{cases} a+b+c+d=0,\\ a^2+b^2+c^2+d^2=12,\\ abcd=-3.\\ \end{cases} \end{aligned}\]

PEN J Problems, 1

Let $n$ be an integer with $n \ge 2$. Show that $\phi(2^{n}-1)$ is divisible by $n$.

2002 AIME Problems, 3

It is given that $\log_{6}a+\log_{6}b+\log_{6}c=6,$ where $a,$ $b,$ and $c$ are positive integers that form an increasing geometric sequence and $b-a$ is the square of an integer. Find $a+b+c.$

2023 Chile Junior Math Olympiad, 2

Let $n$ be a natural number such that $n!$ is a multiple of $2023$ and is not divisible by $37$. Find the largest power of $11$ that divides $n!$.

2021 XVII International Zhautykov Olympiad, #4

Let there be an incircle of triangle $ABC$, and 3 circles each inscribed between incircle and angles of $ABC$. Let $r, r_1, r_2, r_3$ be radii of these circles ($r_1, r_2, r_3 < r$). Prove that $$r_1+r_2+r_3 \geq r$$

1988 Spain Mathematical Olympiad, 1

A sequence of integers $(x_n)_{n=1}^{\infty}$ satisfies $x_1 = 1$ and $x_n < x_{n+1} \le 2n$ for all $n$. Show that for every positive integer $k$ there exist indices $r, s$ such that $x_r-x_s = k$.

2020 Purple Comet Problems, 12

Let $a$ and $b$ be positive integers such that $(a^3 - a^2 + 1)(b^3 - b^2 + 2) = 2020$. Find $10a + b$.

2011 Saudi Arabia BMO TST, 3

Let $ABCDE$ be a convex pentagon such that $\angle BAC = \angle CAD = \angle DAE$ and $\angle ABC = \angle ACD = \angle ADE$. Diagonals $BD$ and $CE$ meet at $P$. Prove that $AP$ bisects side $CD$.

2015 Moldova Team Selection Test, 3

The tangents to the inscribed circle of $\triangle ABC$, which are parallel to the sides of the triangle and do not coincide with them, intersect the sides of the triangle in the points $M,N,P,Q,R,S$ such that $M,S\in (AB)$, $N,P\in (AC)$, $Q,R\in (BC)$. The interior angle bisectors of $\triangle AMN$, $\triangle BSR$ and $\triangle CPQ$, from points $A,B$ and respectively $C$ have lengths $l_{1}$ , $l_{2}$ and $l_{3}$ .\\ Prove the inequality: $\frac {1}{l^{2}_{1}}+\frac {1}{l^{2}_{2}}+\frac {1}{l^{2}_{3}} \ge \frac{81}{p^{2}}$ where $p$ is the semiperimeter of $\triangle ABC$ .

2008 China Girls Math Olympiad, 8

For positive integers $ n$, $ f_n \equal{} \lfloor2^n\sqrt {2008}\rfloor \plus{} \lfloor2^n\sqrt {2009}\rfloor$. Prove there are infinitely many odd numbers and infinitely many even numbers in the sequence $ f_1,f_2,\ldots$.

2019 USAMTS Problems, 3

Tags:
Circle $\omega$ is inscribed in unit square $PLUM$, and points $I$ and $E$ lie on $\omega$ such that $U,I,$ and $E$ are collinear. Find, with proof, the greatest possible area for $\triangle PIE$.

2008 Tournament Of Towns, 6

Do there exist positive integers $a,b,c$ and $d$ such that $$\begin{cases} \dfrac{a}{b} + \dfrac{c}{d} = 1\\ \\ \dfrac{a}{d} + \dfrac{c}{b} = 2008\end{cases}$$ ?

2016-2017 SDML (Middle School), 7

Tags:
Point $P$ is selected at random from the interior of the pentagon with vertices $A = (0, 2), B = (4, 0), C = (2\pi + 1, 0), D = (2\pi + 1, 4),$ and $E = (0, 4)$. What is the probability that $\angle ABP$ is obtuse? Express your answer as a common fraction.

2006 China Northern MO, 7

Can we put positive integers $1,2,3, \cdots 64$ into $8 \times 8$ grids such that the sum of the numbers in any $4$ grids that have the form like $T$ ( $3$ on top and $1$ under the middle one on the top, this can be rotate to any direction) can be divided by $5$?