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 India IMO Training Camp, 2

Let $n \ge 2$ be an integer and $f_1(x), f_2(x), \ldots, f_{n}(x)$ a sequence of polynomials with integer coefficients. One is allowed to make moves $M_1, M_2, \ldots $ as follows: in the $k$-th move $M_k$ one chooses an element $f(x)$ of the sequence with degree of $f$ at least $2$ and replaces it with $(f(x) - f(k))/(x-k)$. The process stops when all the elements of the sequence are of degree $1$. If $f_1(x) = f_2(x) = \cdots = f_n(x) = x^n + 1$, determine whether or not it is possible to make appropriate moves such that the process stops with a sequence of $n$ identical polynomials of degree 1.

2024 Sharygin Geometry Olympiad, 2

Three different collinear points are given. What is the number of isosceles triangles such that these points are their circumcenter, incenter and excenter (in some order)?

2004 District Olympiad, 1

Tags:
If reals $a,b,c$ satisfy $a^2+b^2+c^2=3$ then prove that $|a|+|b|+|c|-abc\leq4$.

2019 Adygea Teachers' Geometry Olympiad, 3

In a cube-shaped box with an edge equal to $5$, there are two balls. The radius of one of the balls is $2$. Find the radius of the other ball if one of the balls touches the base and two side faces of the cube, and the other ball touches the first ball, base and two other side faces of the cube.

1973 AMC 12/AHSME, 29

Tags:
Two boys start moving from the same point A on a circular track but in opposite directions. Their speeds are 5 ft. per second and 9 ft. per second. If they start at the same time and finish when they first me at the point A again, then the number of times they meet, excluding the start and finish, is $ \textbf{(A)}\ 13 \qquad \textbf{(B)}\ 25 \qquad \textbf{(C)}\ 44 \qquad \textbf{(D)}\ \text{infinity} \qquad \textbf{(E)}\ \text{none of these}$

2002 AMC 10, 3

Tags:
The arithmetic mean of the nine numbers in the set $ \{9,99,999,9999,...,999999999\}$ is a $ 9$-digit number $ M$, all of whose digits are distinct. The number $ M$ does not contain the digit $ \textbf{(A)}\ 0 \qquad \textbf{(B)}\ 2 \qquad \textbf{(C)}\ 4 \qquad \textbf{(D)}\ 6 \qquad \textbf{(E)}\ 8$

2002 AMC 10, 4

Tags:
Which of the following numbers is a perfect square? $\textbf{(A) }4^45^56^6\qquad\textbf{(B) }4^45^66^5\qquad\textbf{(C) }4^55^46^6\qquad\textbf{(D) }4^65^46^5\qquad\textbf{(E) }4^65^56^4$

2020 Romania EGMO TST, P3

Tags: geometry
Let $ABC$ be an acute scalene triangle. The bisector of the angle $\angle ABC$ intersects the altitude $AD$ at $K$. Let $M$ be the projection of $B$ onto $CK$ and let $N$ be the intersection between $BM$ and $AK$. Let $T$ be a point on $AC$ such that $NT$ is parallel to $DM$. Prove that $BM$ is the bisector of the angle $\angle TBC$. [i]Melih Üçer, Turkey[/i]

2006 Rioplatense Mathematical Olympiad, Level 3, 3

An infinite sequence $x_1,x_2,\ldots$ of positive integers satisfies \[ x_{n+2}=\gcd(x_{n+1},x_n)+2006 \] for each positive integer $n$. Does there exist such a sequence which contains exactly $10^{2006}$ distinct numbers?

2019 AMC 10, 25

How many sequences of $0$s and $1$s of length $19$ are there that begin with a $0$, end with a $0$, contain no two consecutive $0$s, and contain no three consecutive $1$s? $\textbf{(A) }55\qquad\textbf{(B) }60\qquad\textbf{(C) }65\qquad\textbf{(D) }70\qquad\textbf{(E) }75$

1940 Moscow Mathematical Olympiad, 070

How many positive integers $x$ less than $10 000$ are there such that $2^x - x^2$ is divisible by $7$ ?

2011 Greece Team Selection Test, 1

Find all prime numbers $p,q$ such that: $$p^4+p^3+p^2+p=q^2+q$$

2005 Alexandru Myller, 4

Prove that there exists an undirected graph having $ 2004 $ vertices such that for any $ \in\{ 1,2,\ldots ,1002 \} , $ there exists at least two vertices whose orders are $ n. $

2023 BMT, 7

Tags: algebra
Recall that an arithmetic sequence is a sequence of numbers such that the difference between any two consecutive terms is the same. Suppose $x_1$, $x_2$, $x_3$ forms an arithmetic sequence. If $x_2 = 2023$, compute $x_1 + x_2 + x_3$.

2021 AIME Problems, 14

Tags:
Let $\triangle ABC$ be an acute triangle with circumcenter $O$ and centroid $G$. Let $X$ be the intersection of the line tangent to the circumcircle of $\triangle ABC$ at $A$ and the line perpendicular to $GO$ at $G$. Let $Y$ be the intersection of lines $XG$ and $BC$. Given that the measures of $\angle ABC, \angle BCA, $ and $\angle XOY$ are in the ratio $13 : 2 : 17, $ the degree measure of $\angle BAC$ can be written as $\frac{m}{n},$ where $m$ and $n$ are relatively prime positive integers. Find $m+n$. [asy] unitsize(5mm); pair A,B,C,X,G,O,Y; A = (2,8); B = (0,0); C = (15,0); dot(A,5+black); dot(B,5+black); dot(C,5+black); draw(A--B--C--A,linewidth(1.3)); draw(circumcircle(A,B,C)); O = circumcenter(A,B,C); G = (A+B+C)/3; dot(O,5+black); dot(G,5+black); pair D = bisectorpoint(O,2*A-O); pair E = bisectorpoint(O,2*G-O); draw(A+(A-D)*6--intersectionpoint(G--G+(E-G)*15,A+(A-D)--A+(D-A)*10)); draw(intersectionpoint(G--G+(G-E)*10,B--C)--intersectionpoint(G--G+(E-G)*15,A+(A-D)--A+(D-A)*10)); X = intersectionpoint(G--G+(E-G)*15,A+(A-D)--A+(D-A)*10); Y = intersectionpoint(G--G+(G-E)*10,B--C); dot(Y,5+black); dot(X,5+black); label("$A$",A,NW); label("$B$",B,SW); label("$C$",C,SE); label("$O$",O,ESE); label("$G$",G,W); label("$X$",X,dir(0)); label("$Y$",Y,NW); draw(O--G--O--X--O--Y); markscalefactor = 0.07; draw(rightanglemark(X,G,O)); [/asy]

2019 Saudi Arabia JBMO TST, 2

Tags: inequalities
Let $a, b, c$ be non-negative reals which satisfy $a+b+c=1$. Prove that $\frac{\sqrt{a}}{b+1}+\frac{\sqrt{b}}{c+1}+\frac{\sqrt{c}}{a+1}>\frac{1}{2}(\sqrt{a}+\sqrt{b}+\sqrt{c})$

2019 Brazil National Olympiad, 6

Tags: geometry
Let $A_1A_2A_3A_4A_5$ be a convex, cyclic pentagon with $\angle A_i + \angle A_{i+1} >180^{\circ}$ for all $i \in \{1,2,3,4,5\}$ (all indices modulo $5$ in the problem). Define $B_i$ as the intersection of lines $A_{i-1}A_i$ and $A_{i+1}A_{i+2}$, forming a star. The circumcircles of triangles $A_{i-1}B_{i-1}A_i$ and $A_iB_iA_{i+1}$ meet again at $C_i \neq A_i$, and the circumcircles of triangles $B_{i-1}A_iB_i$ and $B_iA_{i+1}B_{i+1}$ meet again at $D_i \neq B_i$. Prove that the ten lines $A_iC_i, B_iD_i$, $i \in \{1,2,3,4,5\}$, have a common point.

2015 AMC 10, 22

In the figure shown below, $ABCDE$ is a regular pentagon and $AG=1$. What is $FG+JH+CD$? [asy] import cse5;pathpen=black;pointpen=black; size(2inch); pair A=dir(90), B=dir(18), C=dir(306), D=dir(234), E=dir(162); D(MP("A",A,A)--MP("B",B,B)--MP("C",C,C)--MP("D",D,D)--MP("E",E,E)--cycle,linewidth(1.5)); D(A--C--E--B--D--cycle); pair F=IP(A--D,B--E), G=IP(B--E,C--A), H=IP(C--A,B--D), I=IP(D--B,E--C), J=IP(C--E,D--A); D(MP("F",F,dir(126))--MP("I",I,dir(270))--MP("G",G,dir(54))--MP("J",J,dir(198))--MP("H",H,dir(342))--cycle); [/asy] $\textbf{(A) } 3 \qquad\textbf{(B) } 12-4\sqrt5 \qquad\textbf{(C) } \dfrac{5+2\sqrt5}{3} \qquad\textbf{(D) } 1+\sqrt5 \qquad\textbf{(E) } \dfrac{11+11\sqrt5}{10} $

2022 CCA Math Bonanza, T5

Tags: search
Maggie Waggie organizes a pile of 127 calculus tests in alphabetical order, with Joccy Woccy's test being 64th in the pile. While Maggie isn't looking, Joccy walks over and randomly scrambles the entire pile of tests. When Maggie returns, she is oblivious to the fact that Joccy has tampered with the list. She uses a binary search algorithm to find Joccy's test, where she looks at the test in the middle of the pile. If the test is not Joccy's, she binary searches the top half of the list if the test appears after Joccy's name when arranged alphabetically, or the bottom half of the list otherwise. The probability that Maggie finds Joccy's test can be expressed as $\frac{p}{q}$. Compute $p+q$. [i]2022 CCA Math Bonanza Team Round #5[/i]

2008 Harvard-MIT Mathematics Tournament, 7

A [i]root of unity[/i] is a complex number that is a solution to $ z^n \equal{} 1$ for some positive integer $ n$. Determine the number of roots of unity that are also roots of $ z^2 \plus{} az \plus{} b \equal{} 0$ for some integers $ a$ and $ b$.

2022 CMIMC, 2

Tags: team
Find the smallest positive integer $n$ for which $315^2-n^2$ evenly divides $315^3-n^3$. [i]Proposed by Kyle Lee[/i]

2005 Cuba MO, 6

All positive differences $a_i -a_j$ of five different positive integers $a_1$, $a_2$, $a_3$, $a_4$ and $a_5$ are all different. Let $A$ be the set formed by the largest elements of each group of $5$ elements that meet said condition. Determine the minimum element of $A$.

1997 Taiwan National Olympiad, 6

Show that every number of the form $2^{p}3^{q}$ , where $p,q$ are nonnegative integers, divides some number of the form $a_{2k}10^{2k}+a_{2k-2}10^{2k-2}+...+a_{2}10^{2}+a_{0}$, where $a_{2i}\in\{1,2,...,9\}$

2015 Princeton University Math Competition, 8

Tags:
Let $\sigma_1 : \mathbb{N} \to \mathbb{N}$ be a function that takes a natural number $n$, and returns the sum of the positive integer divisors of $n$. For example, $\sigma_1(6) = 1 + 2 + 3 + 6 = 12$. What is the largest number n such that $\sigma_1(n) = 1854$?

2023 Harvard-MIT Mathematics Tournament, 2

Tags:
Compute the number of ways to tile a $3\times5$ rectangle with one $1\times1$ tile, one $1\times2$ tile, one $1\times3$ tile, one $1\times4$, and one $1\times5$ tile. (The tiles can be rotated, and tilings that differ by rotation or reflection are considered distinct.)