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

2009 Germany Team Selection Test, 2

Let $ k$ and $ n$ be integers with $ 0\le k\le n \minus{} 2$. Consider a set $ L$ of $ n$ lines in the plane such that no two of them are parallel and no three have a common point. Denote by $ I$ the set of intersections of lines in $ L$. Let $ O$ be a point in the plane not lying on any line of $ L$. A point $ X\in I$ is colored red if the open line segment $ OX$ intersects at most $ k$ lines in $ L$. Prove that $ I$ contains at least $ \dfrac{1}{2}(k \plus{} 1)(k \plus{} 2)$ red points. [i]Proposed by Gerhard Woeginger, Netherlands[/i]

2019 Tournament Of Towns, 3

There is a row of $100$ cells each containing a token. For $1$ dollar it is allowed to interchange two neighbouring tokens. Also it is allowed to interchange with no charge any two tokens such that there are exactly $3$ tokens between them. What is the minimum price for arranging all the tokens in the reverse order? (Egor Bakaev)

2004 Bundeswettbewerb Mathematik, 1

Tags:
At the beginning of a game, I write the numbers $1$, $2$, ..., $2004$ onto a desk. A move consists of - selecting some numbers standing on the desk; - calculating the rest of the sum of these numbers under division by $11$ and writing this rest onto the desk; - deleting the selected numbers. In such a game, after a number of moves, only two numbers remained on the desk. One of them was $1000$. What was the other one?

2017 IMO Shortlist, N7

An ordered pair $(x, y)$ of integers is a primitive point if the greatest common divisor of $x$ and $y$ is $1$. Given a finite set $S$ of primitive points, prove that there exist a positive integer $n$ and integers $a_0, a_1, \ldots , a_n$ such that, for each $(x, y)$ in $S$, we have: $$a_0x^n + a_1x^{n-1} y + a_2x^{n-2}y^2 + \cdots + a_{n-1}xy^{n-1} + a_ny^n = 1.$$ [i]Proposed by John Berman, United States[/i]

2005 Iran MO (2nd round), 1

We have a $2\times n$ rectangle. We call each $1\times1$ square a room and we show the room in the $i^{th}$ row and $j^{th}$ column as $(i,j)$. There are some coins in some rooms of the rectangle. If there exist more than $1$ coin in each room, we can delete $2$ coins from it and add $1$ coin to its right adjacent room OR we can delete $2$ coins from it and add $1$ coin to its up adjacent room. Prove that there exists a finite configuration of allowable operations such that we can put a coin in the room $(1,n)$.

1960 AMC 12/AHSME, 7

Tags: geometry
Circle I passes through the center of, and is tangent to, circle II. The area of circle I is 4 square inches. Then the area of circle II, in square inches, is: $ \textbf{(A) }8\qquad\textbf{(B) }8\sqrt{2}\qquad\textbf{(C) }8\sqrt{\pi}\qquad\textbf{(D) }16\qquad\textbf{(E) }16\sqrt{2} $

1966 Putnam, A1

Tags:
Let $f(n)$ be the sum of the first $n$ terms of the sequence $0,1,1,2,2,3,3,4, \dots,$ where the $n$th term is given by $$a_n= \begin{cases} n/2 & \text{if } n \text{ is even,} \\ (n-1)/2 & \text{if } n \text{ is odd.} \end{cases}$$ Show that if $x$ and $y$ are positive integers and $x>y$ then $xy=f(x+y)-f(x-y)$.

2022 AMC 8 -, 5

Tags:
Anna and Bella are celebrating their birthdays together. Five years ago, when Bella turned $6$ years old, she received a newborn kitten as a birthday present. Today the sum of the ages of the two children and the kitten is $30$ years. How many years older than Bella is Anna? $\textbf{(A)} ~1\qquad\textbf{(B)} ~2\qquad\textbf{(C)} ~3\qquad\textbf{(D)} ~4\qquad\textbf{(E)} ~5\qquad$

2019 Junior Balkan Team Selection Tests - Romania, 1

For a positive integer $m$ we denote by $\tau (m)$ the number of its positive divisors, and by $\sigma (m)$ their sum. Determine all positive integers $n$ for which $n \sqrt{ \tau (n) }\le \sigma(n)$

2022 Harvard-MIT Mathematics Tournament, 2

Compute the number of ways to color $3$ cells in a $3\times 3$ grid so that no two colored cells share an edge.

2011 Estonia Team Selection Test, 5

Prove that if $n$ and $k$ are positive integers such that $1<k<n-1$,Then the binomial coefficient $\binom nk$ is divisible by at least two different primes.

2000 Moldova Team Selection Test, 8

Let $n$ be a positive integer and let $(a_1,a_2,\ldots ,a_{2n})$ be a permutation of $1,2,\ldots ,2n$ such that the numbers $|a_{i+1}-a_i|$ are pairwise distinct for $i=1,\ldots ,2n-1$. Prove that $\{a_2,a_4,\ldots ,a_{2n}\}=\{1,2,\ldots ,n\}$ if and only if $a_1-a_{2n}=n$.

2014 Saudi Arabia IMO TST, 3

We are given a lattice and two pebbles $A$ and $B$ that are placed at two lattice points. At each step we are allowed to relocate one of the pebbles to another lattice point with the condition that the distance between pebbles is preserved. Is it possible after finite number of steps to switch positions of the pebbles?

2013 Harvard-MIT Mathematics Tournament, 23

Let $ABCD$ be a parallelogram with $AB=8$, $AD=11$, and $\angle BAD=60^\circ$. Let $X$ be on segment $CD$ with $CX/XD=1/3$ and $Y$ be on segment $AD$ with $AY/YD=1/2$. Let $Z$ be on segment $AB$ such that $AX$, $BY$, and $DZ$ are concurrent. Determine the area of triangle $XYZ$.

1986 AMC 12/AHSME, 28

Tags: geometry
$ABCDE$ is a regular pentagon. $AP$, $AQ$ and $AR$ are the perpendiculars dropped from $A$ onto $CD$, $CB$ extended and $DE$ extended, respectively. Let $O$ be the center of the pentagon. If $OP = 1$, then $AO + AQ + AR$ equals [asy] size(200); defaultpen(fontsize(10pt)+linewidth(.8pt)); pair O=origin, A=2*dir(90), B=2*dir(18), C=2*dir(306), D=2*dir(234), E=2*dir(162), P=(C+D)/2, Q=C+3.10*dir(C--B), R=D+3.10*dir(D--E), S=C+4.0*dir(C--B), T=D+4.0*dir(D--E); draw(A--B--C--D--E--A^^E--T^^B--S^^R--A--Q^^A--P^^rightanglemark(A,Q,S,7)^^rightanglemark(A,R,T,7)); dot(O); label("$O$",O,dir(B)); label("$1$",(O+P)/2,W); label("$A$",A,dir(A)); label("$B$",B,dir(B)); label("$C$",C,dir(C)); label("$D$",D,dir(D)); label("$E$",E,dir(E)); label("$P$",P,dir(P)); label("$Q$",Q,dir(Q-A)); label("$R$",R,dir(R-A)); [/asy] $ \textbf{(A)}\ 3\qquad\textbf{(B)}\ 1 + \sqrt{5}\qquad\textbf{(C)}\ 4\qquad\textbf{(D)}\ 2 + \sqrt{5}\qquad\textbf{(E)}\ 5 $

2023 AMC 12/AHSME, 5

Tags: probability
Janet rolls a standard 6-sided die 4 times and keeps a running total of the numbers she rolls. What is the probability that at some point, her running total will equal 3? $\textbf{(A) }\frac{2}{9}\qquad\textbf{(B) }\frac{49}{216}\qquad\textbf{(C) }\frac{25}{108}\qquad\textbf{(D) }\frac{17}{72}\qquad\textbf{(E) }\frac{13}{54}$

2016 IMC, 3

Tags: summation
Let $n$ be a positive integer. Also let $a_1, a_2, \dots, a_n$ and $b_1,b_2,\dots, b_n$ be real numbers such that $a_i+b_i>0$ for $i=1,2,\dots, n$. Prove that $$\sum_{i=1}^n \frac{a_ib_i-b_i^2}{a_i+b_i}\le\frac{\displaystyle \sum_{i=1}^n a_i\cdot \sum_{i=1}^n b_i - \left( \sum_{i=1}^n b_i\right) ^2}{\displaystyle\sum_{i=1}^n (a_i+b_i)}$$. (Proposed by Daniel Strzelecki, Nicolaus Copernicus University in Toruń, Poland)

2017 Purple Comet Problems, 1

Tags:
Caden, Zoe, Noah, and Sophia shared a pizza. Caden ate 20 percent of the pizza. Zoe ate 50 percent more of the pizza than Caden ate. Noah ate 50 percent more of the pizza than Zoe ate, and Sophia ate the rest of the pizza. Find the percentage of the pizza that Sophia ate.

2010 AIME Problems, 15

In triangle $ ABC$, $ AC \equal{} 13, BC \equal{} 14,$ and $ AB\equal{}15$. Points $ M$ and $ D$ lie on $ AC$ with $ AM\equal{}MC$ and $ \angle ABD \equal{} \angle DBC$. Points $ N$ and $ E$ lie on $ AB$ with $ AN\equal{}NB$ and $ \angle ACE \equal{} \angle ECB$. Let $ P$ be the point, other than $ A$, of intersection of the circumcircles of $ \triangle AMN$ and $ \triangle ADE$. Ray $ AP$ meets $ BC$ at $ Q$. The ratio $ \frac{BQ}{CQ}$ can be written in the form $ \frac{m}{n}$, where $ m$ and $ n$ are relatively prime positive integers. Find $ m\minus{}n$.

2005 ISI B.Math Entrance Exam, 1

For any $k\in\mathbb{Z}^+$ , prove that:- $2(\sqrt{k+1}-\sqrt{k})<\frac{1}{\sqrt{k}}<2(\sqrt{k}-\sqrt{k-1})$ Also compute integral part of $\frac{1}{\sqrt{2}}+\frac{1}{\sqrt{3}}+...+\frac{1}{\sqrt{10000}}$.

2014 Taiwan TST Round 2, 1

Let $ABC$ be a triangle with incenter $I$ and circumcenter $O$. A straight line $L$ is parallel to $BC$ and tangent to the incircle. Suppose $L$ intersects $IO$ at $X$, and select $Y$ on $L$ such that $YI$ is perpendicular to $IO$. Prove that $A$, $X$, $O$, $Y$ are cyclic. [i]Proposed by Telv Cohl[/i]

2020 Argentina National Olympiad, 1

For every positive integer $n$, let $S (n)$ be the sum of the digits of $n$. Find, if any, a $171$-digit positive integer $n$ such that $7$ divides $S (n)$ and $7$ divides $S (n + 1)$.

2008 Germany Team Selection Test, 1

Tags: ratio , geometry
Let $ ABC$ be an acute triangle, and $ M_a$, $ M_b$, $ M_c$ be the midpoints of the sides $ a$, $ b$, $ c$. The perpendicular bisectors of $ a$, $ b$, $ c$ (passing through $ M_a$, $ M_b$, $ M_c$) intersect the boundary of the triangle again in points $ T_a$, $ T_b$, $ T_c$. Show that if the set of points $ \left\{A,B,C\right\}$ can be mapped to the set $ \left\{T_a, T_b, T_c\right\}$ via a similitude transformation, then two feet of the altitudes of triangle $ ABC$ divide the respective triangle sides in the same ratio. (Here, "ratio" means the length of the shorter (or equal) part divided by the length of the longer (or equal) part.) Does the converse statement hold?

1986 All Soviet Union Mathematical Olympiad, 434

Tags: vector , polygon , geometry
Given a regular $n$-gon $A_1A_2...A_n$. Prove that if a) $n$ is even number, than for the arbitrary point $M$ in the plane, it is possible to choose signs in an expression $$\pm \overrightarrow{MA_1} \pm \overrightarrow{MA_2} \pm ... \pm \overrightarrow{MA_n}$$to make it equal to the zero vector . b) $n$ is odd, than the abovementioned expression equals to the zero vector for the finite set of $M$ points only.

1954 AMC 12/AHSME, 46

Tags:
In the diagram, if points $ A$, $ B$ and $ C$ are points of tangency, then $ x$ equals: [asy]unitsize(5cm); defaultpen(linewidth(.8pt)+fontsize(8pt)); dotfactor=3; pair A=(-3*sqrt(3)/32,9/32), B=(3*sqrt(3)/32, 9/32), C=(0,9/16); pair O=(0,3/8); draw((-2/3,9/16)--(2/3,9/16)); draw((-2/3,1/2)--(-sqrt(3)/6,1/2)--(0,0)--(sqrt(3)/6,1/2)--(2/3,1/2)); draw(Circle(O,3/16)); draw((-2/3,0)--(2/3,0)); label("$A$",A,SW); label("$B$",B,SE); label("$C$",C,N); label("$\frac{3}{8}$",O); draw(O+.07*dir(60)--O+3/16*dir(60),EndArrow(3)); draw(O+.07*dir(240)--O+3/16*dir(240),EndArrow(3)); label("$\frac{1}{2}$",(.5,.25)); draw((.5,.33)--(.5,.5),EndArrow(3)); draw((.5,.17)--(.5,0),EndArrow(3)); label("$x$",midpoint((.5,.5)--(.5,9/16))); draw((.5,5/8)--(.5,9/16),EndArrow(3)); label("$60^{\circ}$",(0.01,0.12)); dot(A); dot(B); dot(C);[/asy]$ \textbf{(A)}\ \frac {3}{16}" \qquad \textbf{(B)}\ \frac {1}{8}" \qquad \textbf{(C)}\ \frac {1}{32}" \qquad \textbf{(D)}\ \frac {3}{32}" \qquad \textbf{(E)}\ \frac {1}{16}"$