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

2005 AMC 8, 17

Tags:
The results of a cross-country team's training run are graphed below. Which student has the greatest average speed? [asy] for ( int i = 1; i <= 7; ++i ) { draw((i,0)--(i,6)); } for ( int i = 1; i <= 5; ++i ) { draw((0,i)--(8,i)); } draw((-0.5,0)--(8,0), linewidth(1)); draw((0,-0.5)--(0,6), linewidth(1)); label("$O$", (0,0), SW); label(scale(.85)*rotate(90)*"distance", (0, 3), W); label(scale(.85)*"time", (4, 0), S); dot((1.25, 4.5)); label(scale(.85)*"Evelyn", (1.25, 4.8), N); dot((2.5, 2.2)); label(scale(.85)*"Briana", (2.5, 2.2), S); dot((4.25,5.2)); label(scale(.85)*"Carla", (4.25, 5.2), SE); dot((5.6, 2.8)); label(scale(.85)*"Debra", (5.6, 2.8), N); dot((6.8, 1.4)); label(scale(.85)*"Angela", (6.8, 1.4), E); [/asy] $ \textbf{(A)}\ \text{Angela}\qquad\textbf{(B)}\ \text{Briana}\qquad\textbf{(C)}\ \text{Carla}\qquad\textbf{(D)}\ \text{Debra}\qquad\textbf{(E)}\ \text{Evelyn} $

2008 JBMO Shortlist, 2

Find all real numbers $ a,b,c,d$ such that \[ \left\{\begin{array}{cc}a \plus{} b \plus{} c \plus{} d \equal{} 20, \\ ab \plus{} ac \plus{} ad \plus{} bc \plus{} bd \plus{} cd \equal{} 150. \end{array} \right.\]

Estonia Open Junior - geometry, 2020.2.5

The circle $\omega_2$ passing through the center $O$ of the circle $\omega_1$, is tangent to the circle $\omega_2$ at the point $A$. On the circle $\omega_2$, the point $C$ is taken so that the ray $AC$ intersects the circle $\omega_1$ for second time at point $D$, the ray $OC$ intersects the circle $\omega_1$ at point $E$ and the lines $DE$ and $AO$ are parallel. Find the size of the angle $DAE$.

2012 Bulgaria National Olympiad, 1

Let $n$ be an even natural number and let $A$ be the set of all non-zero sequences of length $n$, consisting of numbers $0$ and $1$ (length $n$ binary sequences, except the zero sequence $(0,0,\ldots,0)$). Prove that $A$ can be partitioned into groups of three elements, so that for every triad $\{(a_1,a_2,\ldots,a_n), (b_1,b_2,\ldots,b_n), (c_1,c_2,\ldots,c_n)\}$, and for every $i = 1, 2,\ldots,n$, exactly zero or two of the numbers $a_i, b_i, c_i$ are equal to $1$.

2010 May Olympiad, 3

Find the minimum $k>2$ for which there are $k$ consecutive integers such that the sum of their squares is a square.

1991 Chile National Olympiad, 3

A board of $6\times 6$ is totally covered by $18$ dominoes (of $2\times 1$), that is, there are no overlaps, gaps, and the tiles do not come off the board. Prove that, regardless of the arrangement of the tiles, there is always a line that divides the board into two non-empty parts, and without cutting tiles.

2006 Peru MO (ONEM), 3

A pair $(m, n)$ of positive integers is called “[i]linked[/i]” if $m$ divides $3n + 1$ and $n$ divides $3m + 1$. If $a, b, c$ are distinct positive integers such that $(a, b)$ and $( b, c)$ are linked pairs, prove that the number $1$ belongs to the set $\{a, b, c\}$

2011 Kazakhstan National Olympiad, 1

The quadrilateral $ABCD$ is circumscribed about the circle, touches the sides $AB, BC, CD, DA$ in the points $K, L, M, N,$ respectively. Let $P, Q, R, S$ midpoints of the sides $KL, LM, MN, NK$. Prove that $PR = QS$ if and only if $ABCD$ is inscribed.

2001 All-Russian Olympiad Regional Round, 8.7

Is it possible to paint the cells of a $5\times 5$ board in $4$ colors so that the cells standing at the intersection of any two rows and any two columns were painted in at least $ 3$ colors?

2022 MMATHS, 3

Tags: algebra
Luke and Carissa are finding the sum of the first $20$ positive integers by adding them one at a time. Luke forgets to add a number and gets an answer of $207$. Carissa adds a number twice by mistake and gets an answer of $225$. What is the sum of the number that Luke forgot and the number that Carissa added twice?