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: 1415

2019 Purple Comet Problems, 13

There are relatively prime positive integers $m$ and $n$ so that the parabola with equation $y = 4x^2$ is tangent to the parabola with equation $x = y^2 + \frac{m}{n}$ . Find $m + n$.

2008 AIME Problems, 15

A square piece of paper has sides of length $ 100$. From each corner a wedge is cut in the following manner: at each corner, the two cuts for the wedge each start at distance $ \sqrt {17}$ from the corner, and they meet on the diagonal at an angle of $ 60^\circ$ (see the figure below). The paper is then folded up along the lines joining the vertices of adjacent cuts. When the two edges of a cut meet, they are taped together. The result is a paper tray whose sides are not at right angles to the base. The height of the tray, that is, the perpendicular distance between the plane of the base and the plane formed by the upper edges, can be written in the form $ \sqrt [n]{m}$, where $ m$ and $ n$ are positive integers, $ m < 1000$, and $ m$ is not divisible by the $ n$th power of any prime. Find $ m \plus{} n$. [asy]import math; unitsize(5mm); defaultpen(fontsize(9pt)+Helvetica()+linewidth(0.7)); pair O=(0,0); pair A=(0,sqrt(17)); pair B=(sqrt(17),0); pair C=shift(sqrt(17),0)*(sqrt(34)*dir(75)); pair D=(xpart(C),8); pair E=(8,ypart(C)); draw(O--(0,8)); draw(O--(8,0)); draw(O--C); draw(A--C--B); draw(D--C--E); label("$\sqrt{17}$",(0,2),W); label("$\sqrt{17}$",(2,0),S); label("cut",midpoint(A--C),NNW); label("cut",midpoint(B--C),ESE); label("fold",midpoint(C--D),W); label("fold",midpoint(C--E),S); label("$30^\circ$",shift(-0.6,-0.6)*C,WSW); label("$30^\circ$",shift(-1.2,-1.2)*C,SSE);[/asy]

2013 Greece Team Selection Test, 2

For the several values of the parameter $m\in \mathbb{N^{*}}$,find the pairs of integers $(a,b)$ that satisfy the relation $\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \frac{[a,m]+[b,m]}{(a+b)m}=\frac{10}{11}$, and,moreover,on the Cartesian plane $Oxy$ the lie in the square $D=\{(x,y):1\leq x\leq 36,1\leq y\leq 36\}$. [i][u]Note:[/u]$[k,l]$ denotes the least common multiple of the positive integers $k,l$.[/i]

2010 IMC, 5

Suppose that for a function $f: \mathbb{R}\to \mathbb{R}$ and real numbers $a<b$ one has $f(x)=0$ for all $x\in (a,b).$ Prove that $f(x)=0$ for all $x\in \mathbb{R}$ if \[\sum^{p-1}_{k=0}f\left(y+\frac{k}{p}\right)=0\] for every prime number $p$ and every real number $y.$

2001 National High School Mathematics League, 14

$C_1:\frac{x^2}{a^2}+y^2=1(a>0),C_2:y^2=2(x+m)$, one intersection of $C_1$ and $C_2$ is $P$, and $P$ is above the $x$-axis. [b](a)[/b] Find the range value of $m$ (express with $a$). [b](b)[/b] $O(0,0),A(-a,0)$. If $0<a<\frac{1}{2}$, find the maximum value of $S_{\triangle OAP}$.

1994 Argentina National Olympiad, 5

Let $A$ be an infinite set of points in the plane such that inside each circle there are only a finite number of points of $A$, with the following properties: $\bullet$ $(0, 0)$ belongs to $A$. $\bullet$ If $(a, b)$ and $(c, d)$ belong to $A$, then $(a-c, b-d)$ belongs to $A$. $\bullet$ There is a value of $\alpha$ such that by rotating the set $A$ with center at $(0, 0)$ and angle $\alpha$, the set $A$ is obtained again. Prove that $\alpha$ must be equal to $\pm 60^{\circ}$ or $\pm 90^{\circ}$ or $\pm 120^{\circ}$ or $\pm 180^{\circ}$.

2017 AMC 12/AHSME, 22

A square is drawn in the Cartesian coordinate plane with vertices at $(2,2)$, $(-2,2)$, $(-2,-2)$, and $(2,-2)$. A particle starts at $(0,0)$. Every second it moves with equal probability to one of the eight lattice points (points with integer coordinates) closest to its current position, independently of its previous moves. In other words, the probability is $\frac{1}{8}$ that the particle will move from $(x,y)$ to each of $(x,y+1)$, $(x+1,y+1)$, $(x+1,y)$, $(x+1,y-1)$, $(x,y-1)$, $(x-1,y-1)$, $(x-1,y)$, $(x-1,y+1)$. The particle will eventually hit the square for the first time, either at one of the $4$ corners of the square or one of the $12$ lattice points in the interior of one of the sides of the square. The probability that it will hit at a corner rather than at an interior point of a side is $\frac{m}{n}$, where $m$ and $n$ are relatively prime positive integers. What is $m+n$? $\textbf{(A)}\ 4\qquad\textbf{(B)}\ 5\qquad\textbf{(C)}\ 7\qquad\textbf{(D)}\ 15\qquad\textbf{(E)}\ 39$

2006 Moldova National Olympiad, 10.6

Let a triangle $ABC$ satisfy $AC = BC$; in other words, let $ABC$ be an isosceles triangle with base $AB$. Let $P$ be a point inside the triangle $ABC$ such that $\angle PAB = \angle PBC$. Denote by $M$ the midpoint of the segment $AB$. Show that $\angle APM + \angle BPC = 180^{\circ}$.

2012 Baltic Way, 7

On a $2012 \times 2012$ board, some cells on the top-right to bottom-left diagonal are marked. None of the marked cells is in a corner. Integers are written in each cell of this board in the following way. All the numbers in the cells along the upper and the left sides of the board are 1's. All the numbers in the marked cells are 0's. Each of the other cells contains a number that is equal to the sum of its upper neighbour and its left neighbour. Prove that the number in the bottom right corner is not divisible by 2011.

2013 Sharygin Geometry Olympiad, 4

Given a square cardboard of area $\frac{1}{4}$, and a paper triangle of area $\frac{1}{2}$ such that the square of its sidelength is a positive integer. Prove that the triangle can be folded in some ways such that the squace can be placed inside the folded figure so that both of its faces are completely covered with paper. [i]Proposed by N.Beluhov, Bulgaria[/i]

1991 Brazil National Olympiad, 2

$P$ is a point inside the triangle $ABC$. The line through $P$ parallel to $AB$ meets $AC$ $A_0$ and $BC$ at $B_0$. Similarly, the line through $P$ parallel to $CA$ meets $AB$ at $A_1$ and $BC$ at $C_1$, and the line through P parallel to BC meets $AB$ at $B_2$ and $AC$ at $C_2$. Find the point $P$ such that $A_0B_0 = A_1B_1 = A_2C_2$.

1998 All-Russian Olympiad Regional Round, 9.8

The endpoints of a compass are at two lattice points of an infinite unit square grid. It is allowed to rotate the compass around one of its endpoints, not varying its radius, and thus move the other endpoint to another lattice point. Can the endpoints of the compass change places after several such steps?

2013 Online Math Open Problems, 12

There are 25 ants on a number line; five at each of the coordinates $1$, $2$, $3$, $4$, and $5$. Each minute, one ant moves from its current position to a position one unit away. What is the minimum number of minutes that must pass before it is possible for no two ants to be on the same coordinate? [i]Ray Li[/i]

2003 AMC 12-AHSME, 19

A parabola with equation $ y \equal{} ax^2 \plus{} bx \plus{} c$ is reflected about the $ x$-axis. The parabola and its reflection are translated horizontally five units in opposite directions to become the graphs of $ y \equal{} f(x)$ and $ y \equal{} g(x)$, respectively. Which of the following describes the graph of $ y \equal{} (f \plus{} g)(x)$? $ \textbf{(A)}\ \text{a parabola tangent to the }x\text{ \minus{} axis}$ $ \textbf{(B)}\ \text{a parabola not tangent to the }x\text{ \minus{} axis} \qquad \textbf{(C)}\ \text{a horizontal line}$ $ \textbf{(D)}\ \text{a non \minus{} horizontal line} \qquad \textbf{(E)}\ \text{the graph of a cubic function}$

1987 IMO Longlists, 49

In the coordinate system in the plane we consider a convex polygon $W$ and lines given by equations $x = k, y = m$, where $k$ and $m$ are integers. The lines determine a tiling of the plane with unit squares. We say that the boundary of $W$ intersects a square if the boundary contains an interior point of the square. Prove that the boundary of $W$ intersects at most $4 \lceil d \rceil $ unit squares, where $d$ is the maximal distance of points belonging to $W$ (i.e., the diameter of $W$) and $\lceil d \rceil$ is the least integer not less than $d.$

2012 AMC 12/AHSME, 18

Triangle $ABC$ has $AB=27$, $AC=26$, and $BC=25$. Let $I$ denote the intersection of the internal angle bisectors of $\triangle ABC$. What is $BI$? $ \textbf{(A)}\ 15\qquad\textbf{(B)}\ 5+\sqrt{26}+3\sqrt{3}\qquad\textbf{(C)}\ 3\sqrt{26}\qquad\textbf{(D)}\ \frac{2}{3}\sqrt{546}\qquad\textbf{(E)}\ 9\sqrt{3} $

2012 Albania National Olympiad, 2

The trinomial $f(x)$ is such that $(f(x))^3-f(x)=0$ has three real roots. Find the y-coordinate of the vertex of $f(x)$.

2014 Balkan MO Shortlist, G4

Let $A_0B_0C_0$ be a triangle with area equal to $\sqrt 2$. We consider the excenters $A_1$,$B_1$ and $C_1$ then we consider the excenters ,say $A_2,B_2$ and $C_2$,of the triangle $A_1B_1C_1$. By continuing this procedure ,examine if it is possible to arrive to a triangle $A_nB_nC_n$ with all coordinates rational.

2011 Tournament of Towns, 2

Passing through the origin of the coordinate plane are $180$ lines, including the coordinate axes, which form $1$ degree angles with one another at the origin. Determine the sum of the x-coordinates of the points of intersection of these lines with the line $y = 100-x$

Bangladesh Mathematical Olympiad 2020 Final, #8

Let $ABC$ be a triangle where$\angle$[b]B=55[/b] and $\angle$ [b]C = 65[/b]. [b]D[/b] is the mid-point of [b]BC[/b]. Circumcircle of [b]ACD[/b] and[b] ABD[/b] cuts [b]AB[/b] and[b] AC[/b] at point [b]F[/b] and [b]E[/b] respectively. Center of circumcircle of [b]AEF[/b] is[b] O[/b]. $\angle$[b]FDO[/b] = ?

1999 USAMTS Problems, 4

We will say that an octagon is integral if its is equiangular, its vertices are lattice points (i.e., points with integer coordinates), and its area is an integer. For example, the figure on the right shows an integral octagon of area $21$. Determine, with proof, the smallest positive integer $K$ so that for every positive integer $k\geq K$, there is an integral octagon of area $k$. [asy] size(200); defaultpen(linewidth(0.8)); draw((-1/2,0)--(17/2,0)^^(0,-1/2)--(0,15/2)); for(int i=1;i<=6;++i){ draw((0,i)--(17/2,i),linetype("4 4")); } for(int i=1;i<=8;++i){ draw((i,0)--(i,15/2),linetype("4 4")); } draw((2,1)--(1,2)--(1,3)--(4,6)--(5,6)--(7,4)--(7,3)--(5,1)--cycle,linewidth(1)); label("$1$",(1,0),S); label("$2$",(2,0),S); label("$x$",(17/2,0),SE); label("$1$",(0,1),W); label("$2$",(0,2),W); label("$y$",(0,15/2),NW); [/asy]

2012 Today's Calculation Of Integral, 791

Let $S$ be the domain in the coordinate plane determined by two inequalities: \[y\geq \frac 12x^2,\ \ \frac{x^2}{4}+4y^2\leq \frac 18.\] Denote by $V_1$ the volume of the solid by a rotation of $S$ about the $x$-axis and by $V_2$, by a rotation of $S$ about the $y$-axis. (1) Find the values of $V_1,\ V_2$. (2) Compare the size of the value of $\frac{V_2}{V_1}$ and 1.

2001 Polish MO Finals, 2

Let $ABCD$ be a parallelogram and let $K$ and $L$ be points on the segments $BC$ and $CD$, respectively, such that $BK\cdot AD=DL\cdot AB$. Let the lines $DK$ and $BL$ intersect at $P$. Show that $\measuredangle DAP=\measuredangle BAC$.

1987 China Team Selection Test, 2

A closed recticular polygon with 100 sides (may be concave) is given such that it's vertices have integer coordinates, it's sides are parallel to the axis and all it's sides have odd length. Prove that it's area is odd.

2000 Hong kong National Olympiad, 4

Find all positive integers $n \ge 3$ such that there exists an $n$-gon with vertices on lattice points of the coordinate plane and all sides of equal length.