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 Romania Team Selection Test, 2

For any positive integer $n>1$, let $p(n)$ be the greatest prime factor of $n$. Find all the triplets of distinct positive integers $(x,y,z)$ which satisfy the following properties: $x,y$ and $z$ form an arithmetic progression, and $p(xyz)\leq 3.$

1992 Cono Sur Olympiad, 2

Tags: geometry
Let $P$ be a point outside the circle $C$. Find two points $Q$ and $R$ on the circle, such that $P,Q$ and $R$ are collinear and $Q$ is the midpopint of the segmenet $PR$. (Discuss the number of solutions).

2008 Iran Team Selection Test, 4

Let $ P_1,P_2,P_3,P_4$ be points on the unit sphere. Prove that $ \sum_{i\neq j}\frac1{|P_i\minus{}P_j|}$ takes its minimum value if and only if these four points are vertices of a regular pyramid.

2024 Switzerland Team Selection Test, 8

Let $\mathbb R_{>0}$ be the set of positive real numbers. Determine all functions $f \colon \mathbb R_{>0} \to \mathbb R_{>0}$ such that \[x \big(f(x) + f(y)\big) \geqslant \big(f(f(x)) + y\big) f(y)\] for every $x, y \in \mathbb R_{>0}$.

1951 AMC 12/AHSME, 18

Tags:
The expression $ 21x^2 \plus{} ax \plus{} 21$ is to be factored into two linear prime binomial factors with integer coefficients. This can be one if $ a$ is: $ \textbf{(A)}\ \text{any odd number} \qquad\textbf{(B)}\ \text{some odd number} \qquad\textbf{(C)}\ \text{any even number}$ $ \textbf{(D)}\ \text{some even number} \qquad\textbf{(E)}\ \text{zero}$

2023 European Mathematical Cup, 4

We say that a $2023$-tuple of nonnegative integers $(a_1,\hdots,a_{2023})$ is [i]sweet[/i] if the following conditions hold: [list] [*] $a_1+\hdots+a_{2023}=2023$ [*] $\frac{a_1}{2}+\frac{a_2}{2^2}+\hdots+\frac{a_{2023}}{2^{2023}}\le 1$ [/list] Determine the greatest positive integer $L$ so that \[a_1+2a_2+\hdots+2023a_{2023}\ge L\] holds for every sweet $2023$-tuple $(a_1,\hdots,a_{2023})$ [i]Ivan Novak[/i]

2023 Macedonian Balkan MO TST, Problem 2

At a chess tournament, every pair of contestants played each other at most once. If any two con- testants, $A$ and $B$, failed to play each other, then exactly two other contestants, $C$ and $D$, played against both $A$ and $B$ during the tournament. Moreover, no $4$ contestants played exactly $5$ games between them. Prove that every contestant played the same number of games. [i]Authored by Mirko Petrushevski[/i]

2011 Purple Comet Problems, 9

Tags: percent
A jar contains one quarter red jelly beans and three quarters blue jelly beans. If Chris removes three quarters of the red jelly beans and one quarter of the blue jelly beans, what percent of the jelly beans remaining in the jar will be red?

2002 AMC 12/AHSME, 4

Tags:
Let $ n$ be a positive integer such that $ \tfrac{1}{2}\plus{}\tfrac{1}{3}\plus{}\tfrac{1}{7}\plus{}\tfrac{1}{n}$ is an integer. Which of the following statements is [b]not[/b] true? $ \textbf{(A)}\ 2\text{ divides }n \qquad \textbf{(B)}\ 3\text{ divides }n \qquad \textbf{(C)}\ 6\text{ divides }n \qquad \textbf{(D)}\ 7\text{ divides }n \\ \textbf{(E)}\ n>84$

2015 AMC 12/AHSME, 25

A collection of circles in the upper half-plane, all tangent to the $x$-axis, is constructed in layers as follows. Layer $L_0$ consists of two circles of radii $70^2$ and $73^2$ that are externally tangent. For $k\geq 1$, the circles in $\textstyle\bigcup_{j=0}^{k-1} L_j$ are ordered according to their points of tangency with the $x$-axis. For every pair of consecutive circles in this order, a new circle is constructed externally tangent to each of the two circles in the pair. Layer $L_k$ consists of the $2^{k-1}$ circles constructed in this way. Let $S=\textstyle\bigcup_{j=0}^6 L_j$, and for every circle $C$ denote by $r(C)$ its radius. What is \[\sum_{C\in S}\dfrac1{\sqrt{r(C)}}?\] [asy] import olympiad; size(350); defaultpen(linewidth(0.7)); // define a bunch of arrays and starting points pair[] coord = new pair[65]; int[] trav = {32,16,8,4,2,1}; coord[0] = (0,73^2); coord[64] = (2*73*70,70^2); // draw the big circles and the bottom line path arc1 = arc(coord[0],coord[0].y,260,360); path arc2 = arc(coord[64],coord[64].y,175,280); fill((coord[0].x-910,coord[0].y)--arc1--cycle,gray(0.78)); fill((coord[64].x+870,coord[64].y+425)--arc2--cycle,gray(0.78)); draw(arc1^^arc2); draw((-930,0)--(70^2+73^2+850,0)); // We now apply the findCenter function 63 times to get // the location of the centers of all 63 constructed circles. // The complicated array setup ensures that all the circles // will be taken in the right order for(int i = 0;i<=5;i=i+1) { int skip = trav[i]; for(int k=skip;k<=64 - skip; k = k + 2*skip) { pair cent1 = coord[k-skip], cent2 = coord[k+skip]; real r1 = cent1.y, r2 = cent2.y, rn=r1*r2/((sqrt(r1)+sqrt(r2))^2); real shiftx = cent1.x + sqrt(4*r1*rn); coord[k] = (shiftx,rn); } // Draw the remaining 63 circles } for(int i=1;i<=63;i=i+1) { filldraw(circle(coord[i],coord[i].y),gray(0.78)); }[/asy] $\textbf{(A) }\dfrac{286}{35}\qquad\textbf{(B) }\dfrac{583}{70}\qquad\textbf{(C) }\dfrac{715}{73}\qquad\textbf{(D) }\dfrac{143}{14}\qquad\textbf{(E) }\dfrac{1573}{146}$

2013 Iran MO (3rd Round), 2

Tags: inequalities
Real numbers $a_1 , a_2 , \dots, a_n$ add up to zero. Find the maximum of $a_1 x_1 + a_2 x_2 + \dots + a_n x_n$ in term of $a_i$'s, when $x_i$'s vary in real numbers such that $(x_1 - x_2)^2 + (x_2 - x_3)^2 + \dots + (x_{n-1} - x_n)^2 \leq 1$. (15 points)

2000 Czech And Slovak Olympiad IIIA, 1

Let $n$ be a natural number. Prove that the number $4 \cdot 3^{2^n}+ 3 \cdot4^{2^n}$ is divisible by $13$ if and only if $n$ is even.

1997 Korea - Final Round, 3

Tags: function , algebra
Find all pairs of functions $ f, g: \mathbb R \to \mathbb R$ such that [list] (i) if $ x < y$, then $ f(x) < f(y)$; (ii) $ f(xy) \equal{} g(y)f(x) \plus{} f(y)$ for all $ x, y \in \mathbb R$. [/list]

2008 Romania National Olympiad, 1

Let $ a>0$ and $ f: [0,\infty) \to [0,a]$ be a continuous function on $ (0,\infty)$ and having Darboux property on $ [0,\infty)$. Prove that if $ f(0)\equal{}0$ and for all nonnegative $ x$ we have \[ xf(x) \geq \int^x_0 f(t) dt ,\] then $ f$ admits primitives on $ [0,\infty)$.

2024 Princeton University Math Competition, A2 / B4

A quadratic polynomial with positive integer coefficients and rational roots can be written as $196x^2+Bx + 135$ for some integer $B.$ What is the sum of all possible values of $B$ such that $\gcd(B, 196 \cdot 135) = 1$?

Cono Sur Shortlist - geometry, 2021.G6.6

Tags: geometry
Let $ABC$ be a scalene triangle with circle $\Gamma$. Let $P,Q,R,S$ distinct points on the $BC$ side, in that order, such that $\angle BAP = \angle CAS$ and $\angle BAQ = \angle CAR$. Let $U, V, W, Z$ be the intersections, distinct from $A$, of the $AP, AQ, AR$ and $AS$ with $\Gamma$, respectively. Let $X = UQ \cap SW$, $Y = PV \cap ZR$, $T = UR \cap VS$ and $K = PW \cap ZQ$. Suppose that the points $M$ and $N$ are well determined, such that $M = KX \cap TY$ and $N = TX \cap KY$. Show that $M, N, A$ are collinear.

2004 All-Russian Olympiad, 3

The polynomials $ P(x)$ and $ Q(x)$ are given. It is known that for a certain polynomial $ R(x, y)$ the identity $ P(x) \minus{} P(y) \equal{} R(x, y) (Q(x) \minus{} Q(y))$ applies. Prove that there is a polynomial $ S(x)$ so that $ P(x) \equal{} S(Q(x)) \quad \forall x.$

2013 Princeton University Math Competition, 3

Let $A$ be the greatest possible value of a product of positive integers that sums to $2014$. Compute the sum of all bases and exponents in the prime factorization of $A$. For example, if $A=7\cdot 11^5$, the answer would be $7+11+5=23$.

Estonia Open Junior - geometry, 1996.2.4

A pentagon (not necessarily convex) has all sides of length $1$ and its product of cosine of any four angles equal to zero. Find all possible values of the area of such a pentagon.

Brazil L2 Finals (OBM) - geometry, 2016.4

Consider a scalene triangle $ ABC $ with $ AB <AC <BC. $ The $ AB $ side mediator cuts the $ B $ side at the $ K $ point and the $ AC $ prolongation at the $ U. $ point. $ AC $ side cuts $ BC $ side at $ O $ point and $ AB $ side extension at $ G$ point. Prove that the $ GOKU $ quad is cyclic, meaning its four vertices are at same circumference

2010 Slovenia National Olympiad, 2

Find all real $x$ in the interval $[0, 2\pi)$ such that \[27 \cdot 3^{3 \sin x} = 9^{\cos^2 x}.\]

2002 India IMO Training Camp, 21

Given a prime $p$, show that there exists a positive integer $n$ such that the decimal representation of $p^n$ has a block of $2002$ consecutive zeros.

2008 China Team Selection Test, 3

Determine the greatest positive integer $ n$ such that in three-dimensional space, there exist n points $ P_{1},P_{2},\cdots,P_{n},$ among $ n$ points no three points are collinear, and for arbitary $ 1\leq i < j < k\leq n$, $ P_{i}P_{j}P_{k}$ isn't obtuse triangle.

2011 AMC 10, 22

Each vertex of convex pentagon $ABCDE$ is to be assigned a color. There are $6$ colors to choose from, and the ends of each diagonal must have different colors. How many different colorings are possible? $ \textbf{(A)}\ 2520\qquad\textbf{(B)}\ 2880\qquad\textbf{(C)}\ 3120\qquad\textbf{(D)}\ 3250\qquad\textbf{(E)}\ 3750 $

2022 Philippine MO, 8

The set $S = \{1, 2, \dots, 2022\}$ is to be partitioned into $n$ disjoint subsets $S_1, S_2, \dots, S_n$ such that for each $i \in \{1, 2, \dots, n\}$, exactly one of the following statements is true: (a) For all $x, y \in S_i$, with $x \neq y, \gcd(x, y) > 1.$ (b) For all $x, y \in S_i$, with $x \neq y, \gcd(x, y) = 1.$ Find the smallest value of $n$ for which this is possible.