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

2010 Hanoi Open Mathematics Competitions, 9

Let be given a triangle $ABC$ and points $D,M,N$ belong to $BC,AB,AC$, respectively. Suppose that $MD$ is parallel to $AC$ and $ND$ is parallel to $AB$. If $S_{\vartriangle BMD} = 9$ cm $^2, S_{\vartriangle DNC} = 25$ cm$^2$, compute $S_{\vartriangle AMN}$?

2010 Kyiv Mathematical Festival, 5

1) Cells of $8 \times 8$ table contain pairwise distinct positive integers. Each integer is prime or a product of two primes. It is known that for any integer $a$ from the table there exists integer written in the same row or in the same column such that it is not relatively prime with $a$. Find maximum possible number of prime integers in the table. 2) Cells of $2n \times 2n$ table, $n \ge 2,$ contain pairwise distinct positive integers. Each integer is prime or a product of two primes. It is known that for any integer $a$ from the table there exist integers written in the same row and in the same column such that they are not relatively prime with $a$. Find maximum possible number of prime integers in the table.

1979 Romania Team Selection Tests, 1.

Determine the polynomial $P\in \mathbb{R}[x]$ for which there exists $n\in \mathbb{Z}_{>0}$ such that for all $x\in \mathbb{Q}$ we have: \[P\left(x+\frac1n\right)+P\left(x-\frac1n\right)=2P(x).\] [i]Dumitru Bușneag[/i]

2018 MIG, 22

Tags:
Country $A$ uses a currency known as the shell. The nation uses only two coins, each worth a whole number of shells. The largest amount of shell not obtainable using a combination of these two coins is $215$. Find the number of possible pairs of values these two coins could have. (a value of $15$ and $4$ is the same as having a $4$ and $15$) $\textbf{(A) } 6\qquad\textbf{(B) } 7\qquad\textbf{(C) } 8\qquad\textbf{(D) } 9\qquad\textbf{(E) } 10$

1999 AIME Problems, 11

Given that $\sum_{k=1}^{35}\sin 5k=\tan \frac mn,$ where angles are measured in degrees, and $m$ and $n$ are relatively prime positive integers that satisfy $\frac mn<90,$ find $m+n.$

2012 Romania Team Selection Test, 2

Let $ABCD$ be a cyclic quadrilateral such that the triangles $BCD$ and $CDA$ are not equilateral. Prove that if the Simson line of $A$ with respect to $\triangle BCD$ is perpendicular to the Euler line of $BCD$, then the Simson line of $B$ with respect to $\triangle ACD$ is perpendicular to the Euler line of $\triangle ACD$.

2010 Dutch IMO TST, 4

Let $ABCD$ be a square with circumcircle $\Gamma_1$. Let $P$ be a point on the arc $AC$ that also contains $B$. A circle $\Gamma_2$ touches $\Gamma_1$ in $P$ and also touches the diagonal $AC$ in $Q$. Let $R$ be a point on $\Gamma_2$ such that the line $DR$ touches $\Gamma_2$. Proof that $|DR| = |DA|$.

2008 Purple Comet Problems, 2

Tags:
Starting on April 15, 2008, you can go one day backward and one day forwards to get the dates 14 and 16. If you go 15 days backward and 15 days forward, you get the dates 31 (from March) and 30 (from April). Find the least positive integer k so that if you go k days backward and k days forward you get two calendar dates that are the same.

2017 CCA Math Bonanza, L3.3

An acute triangle $ABC$ has side lenghths $a$, $b$, $c$ such that $a$, $b$, $c$ forms an arithmetic sequence. Given that the area of triangle $ABC$ is an integer, what is the smallest value of its perimeter? [i]2017 CCA Math Bonanza Lightning Round #3.3[/i]

2015 Miklos Schweitzer, 8

Prove that all continuous solutions of the functional equation $\left(f(x)-f(y)\right)\left(f\left(\frac{x+y}{2}\right)-f\left(\sqrt{xy}\right)\right)=0 \ , \ \forall x,y\in (0,+\infty)$ are the constant functions.

2017 Danube Mathematical Olympiad, 2

Let n be a positive interger. Let n real numbers be wrote on a paper. We call a "transformation" :choosing 2 numbers $a,b$ and replace both of them with $a*b$. Find all n for which after a finite number of transformations and any n real numbers, we can have the same number written n times on the paper.

1980 IMO, 6

Given the polygons $P$ and $Q$ as shown in the grid below, cut $P$ into two polygons $P_1$ and $P_2$ such that, when pasted together differently, they form $Q$. [asy] import graph; size(16cm); real lsf=0.5; pen dps=linewidth(0.7)+fontsize(10); defaultpen(dps); pen ds=black; real xmin=-2.05,xmax=15.10,ymin=-1.87,ymax=9.74; pen cqcqcq=rgb(0.75,0.75,0.75), zzttqq=rgb(0.6,0.2,0); draw((7,5)--(12,5)--(12,2)--(7,2)--cycle,zzttqq); draw((2,2)--(2,5)--(3,6)--(6,6)--(6,3)--(5,2)--cycle,zzttqq); /*grid*/ pen gs=linewidth(0.7)+cqcqcq+linetype("2 2"); real gx=1,gy=1; for(real i=ceil(xmin/gx)*gx;i<=floor(xmax/gx)*gx;i+=gx) draw((i,ymin)--(i,ymax),gs); for(real i=ceil(ymin/gy)*gy;i<=floor(ymax/gy)*gy;i+=gy) draw((xmin,i)--(xmax,i),gs); draw((0,8)--(0,0)); draw((0,0)--(13,0)); draw((13,0)--(13,8)); draw((13,8)--(0,8)); draw((7,5)--(12,5),zzttqq); draw((12,5)--(12,2),zzttqq); draw((12,2)--(7,2),zzttqq); draw((7,2)--(7,5),zzttqq); draw((2,2)--(2,5),zzttqq); draw((2,5)--(3,6),zzttqq); draw((3,6)--(6,6),zzttqq); draw((6,6)--(6,3),zzttqq); draw((6,3)--(5,2),zzttqq); draw((5,2)--(2,2),zzttqq); dot((0,0),linewidth(1pt)+ds); dot((13,0),linewidth(1pt)+ds); dot((0,8),linewidth(1pt)+ds); dot((2,2),linewidth(1pt)+ds); dot((6,6),linewidth(1pt)+ds); dot((13,8),linewidth(1pt)+ds); dot((7,2),linewidth(1pt)+ds); dot((7,5),linewidth(1pt)+ds); dot((12,2),linewidth(1pt)+ds); dot((12,5),linewidth(1pt)+ds); label("$Q$",(8.42,2.56),NE*lsf,zzttqq); dot((5,2),linewidth(1pt)+ds); dot((6,3),linewidth(1pt)+ds); dot((2,5),linewidth(1pt)+ds); dot((3,6),linewidth(1pt)+ds); label("$P$",(4.65,2.74),NE*lsf,zzttqq); clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); [/asy]

2000 IMO, 5

Does there exist a positive integer $ n$ such that $ n$ has exactly 2000 prime divisors and $ n$ divides $ 2^n \plus{} 1$?

2010 South africa National Olympiad, 4

Tags: inequalities
Given $n$ positive real numbers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n \ge 0$ and $x_1^2+x_2^2+\cdots+x_n^2=1$, prove that \[\frac{x_1}{\sqrt{1}}+\frac{x_2}{\sqrt{2}}+\cdots+\frac{x_n}{\sqrt{n}}\ge 1.\]

2022 BMT, 5

Tags: algebra
Theo and Wendy are commuting to school from their houses. Theo travels at $x$ miles per hour, while Wendy travels at $x + 5$ miles per hour. The school is $4$ miles from Theo’s house and $10$ miles from Wendy’s house. If Wendy’s commute takes double the amount of time that Theo’s commute takes, how many minutes does it take Wendy to get to school?

2006 IMC, 4

Let $v_{0}$ be the zero ector and let $v_{1},...,v_{n+1}\in\mathbb{R}^{n}$ such that the Euclidian norm $|v_{i}-v_{j}|$ is rational for all $0\le i,j\le n+1$. Prove that $v_{1},...,v_{n+1}$ are linearly dependent over the rationals.

1975 Chisinau City MO, 99

Tags: trigonometry
Prove the equality: $\sin 54^o -\sin 18^o = 0.5$

2004 Purple Comet Problems, 17

Tags:
A week ago, Sandy’s seasonal Little League batting average was $360$. After five more at bats this week, Sandy’s batting average is up to $400$. What is the smallest number of hits that Sandy could have had this season?

2016 JBMO Shortlist, 4

A splitting of a planar polygon is a fi nite set of triangles whose interiors are pairwise disjoint, and whose union is the polygon in question. Given an integer $n \ge 3$, determine the largest integer $m$ such that no planar $n$-gon splits into less than $m$ triangles.

2017 AIME Problems, 15

Tags:
Tetrahedron $ABCD$ has $AD=BC=28$, $AC=BD=44$, and $AB=CD=52$. For any point $X$ in space, define $f(X)=AX+BX+CX+DX$. The least possible value of $f(X)$ can be expressed as $m\sqrt{n}$, where $m$ and $n$ are positive integers, and $n$ is not divisible by the square of any prime. Find $m+n$.

2014 USAMTS Problems, 5:

Let $a_0,a_1,a_2,\dots$ be a sequence of nonnegative integers such that $a_2=5$, $a_{2014}=2015$, and $a_n=a_{a_{n-1}}$ for all positive integers $n$. Find all possible values of $a_{2015}$.

2012 China Second Round Olympiad, 5

Suppose two regular pyramids with the same base $ABC$: $P-ABC$ and $Q-ABC$ are circumscribed by the same sphere. If the angle formed by one of the lateral face and the base of pyramid $P-ABC$ is $\frac{\pi}{4}$, find the tangent value of the angle formed by one of the lateral face and the base of the pyramid $Q-ABC$.

1988 Tournament Of Towns, (170) 3

Find all real solutions of the system of equations $$\begin{cases} (x_3 + x_4 + x_5)^5 = 3x_1 \\ (x_4 + x_5 + x_1)^5 = 3x_2\\ (x_5 + x _1 + x_2)^5 = 3x_3\\ (x_1 + x_2 + x_3)^5 = 3x_4\\ (x_2 + x_3 + x_4)^5 = 3x_5 \end{cases}$$ (L. Tumescu , Romania)

2019 IFYM, Sozopol, 3

Tags: geometry
We are given a non-obtuse $\Delta ABC$ $(BC>AC)$ with an altitude $CD$ $(D\in AB)$, center $O$ of its circumscribed circle, and a middle point $M$ of its side $AB$. Point $E$ lies on the ray $\overrightarrow{BA}$ in such way that $AE.BE=DE.ME$. If the line $OE$ bisects the area of $\Delta ABC$ and $CO=CD.cos\angle ACB$, determine the angles of $\Delta ABC$.

MBMT Guts Rounds, 2015.14

Tags:
What number is nine more than four times the answer to this question?