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

2013 JBMO Shortlist, 3

Find all ordered pairs $(a,b)$ of positive integers for which the numbers $\dfrac{a^3b-1}{a+1}$ and $\dfrac{b^3a+1}{b-1}$ are both positive integers.

2018 Iran MO (2nd Round), 5

Lamps of the hall switch by only five keys. Every key is connected to one or more lamp(s). By switching every key, all connected lamps will be switched too. We know that no two keys have same set of connected lamps with each other. At first all of the lamps are off. Prove that someone can switch just three keys to turn at least two lamps on.

2005 India Regional Mathematical Olympiad, 1

Let ABCD be a convex quadrilateral; P,Q, R,S are the midpoints of AB, BC, CD, DA respectively such that triangles AQR, CSP are equilateral. Prove that ABCD is a rhombus. Find its angles.

2017 CMIMC Computer Science, 5

Given a list $A$ of $n$ real numbers, the following algorithm, known as $\textit{insertion sort}$, sorts the elements of $A$ from least to greatest. \begin{tabular}{l} 1: \textbf{FUNCTION} $IS(A)$ \\ 2: $\quad$ \textbf{FOR} $i=0,\ldots, n-1$: \\ 3: $\quad\quad$ $j \leftarrow i$\\ 4: $\quad\quad$ \textbf{WHILE} $j>0$ \& $A[j-1]>A[j]:$\\ 5: $\quad\quad\quad$ \textbf{SWAP} $A[j], A[j-1]$\\ 6: $\quad\quad\quad$ $j \leftarrow j-1$\\ 7: \textbf{RETURN} $A$ \end{tabular} As $A$ ranges over all permutations of $\{1, 2, \ldots, n\}$, let $f(n)$ denote the expected number of comparisons (i.e., checking which of two elements is greater) that need to be made when sorting $A$ with insertion sort. Evaluate $f(13) - f(12)$.

2007 Singapore Senior Math Olympiad, 1

Tags: algebra
It is given that $x, y, z$ are $3$ real numbers such that $\frac{x-y}{2+xy}+\frac{y-z}{2+yz}+\frac{z-x}{2+zx}=0$ Is it true that at least two of the three numbers must be equal? Justify your answer.

MBMT Team Rounds, 2020.38

Tags:
Consider $\triangle ABC$ with circumcenter $O$ and $\angle ABC$ obtuse. Construct $A'$ as the reflection of $A$ over $O$, and let $P$ be the intersection of $\overline{A'B}$ and $\overline{AC}$. Let $P'$ be the intersection of the circumcircle of $(OPA)$ with $\overline{AB}$. Given that the circumdiameter of $\triangle ABC$ is $25$, $\overline{AB} = 7$, and $\overline{BC} = 15$, find the length of $PP'$. [i]Proposed by Kevin Wu[/i]

1997 Pre-Preparation Course Examination, 2

An acute triangle $ ABC$ is given. Points $ A_1$ and $ A_2$ are taken on the side $ BC$ (with $ A_2$ between $ A_1$ and $ C$), $ B_1$ and $ B_2$ on the side $ AC$ (with $ B_2$ between $ B_1$ and $ A$), and $ C_1$ and $ C_2$ on the side $ AB$ (with $ C_2$ between $ C_1$ and $ B$) so that \[ \angle AA_1A_2 \equal{} \angle AA_2A_1 \equal{} \angle BB_1B_2 \equal{} \angle BB_2B_1 \equal{} \angle CC_1C_2 \equal{} \angle CC_2C_1.\] The lines $ AA_1,BB_1,$ and $ CC_1$ bound a triangle, and the lines $ AA_2,BB_2,$ and $ CC_2$ bound a second triangle. Prove that all six vertices of these two triangles lie on a single circle.

2018 Nepal National Olympiad, 2b

[b]Problem Section #2 b) Find the maximal value of $(x^3+1)(y^3+1)$, where $x,y \in \mathbb{R}$, $x+y=1$.

2023 Mexican Girls' Contest, 4

A function $g$ is such that for all integer $n$: $$g(n)=\begin{cases} 1\hspace{0.5cm} \textrm{if}\hspace{0.1cm} n\geq 1 & \\ 0 \hspace{0.5cm} \textrm{if}\hspace{0.1cm} n\leq 0 & \end{cases}$$ A function $f$ is such that for all integers $n\geq 0$ and $m\geq 0$: $$f(0,m)=0 \hspace{0.5cm} \textrm{and}$$ $$f(n+1,m)=\Bigl(1-g(m)+g(m)\cdot g(m-1-f(n,m))\Bigr)\cdot\Bigl(1+f(n,m)\Bigr)$$ Find all the possible functions $f(m,n)$ that satisfies the above for all integers $n\geq0$ and $m\geq 0$

2009 Thailand Mathematical Olympiad, 1

Let $a$ and $b$ be integers and $p$ a prime. For each positive integer k, define$ A_k = \{n \in Z^+ |p^k$ divides $a^n - b^n\}$. Show that if $A_1$ is nonempty then $A_k$ is nonempty for all positive integers $k$

2021 International Zhautykov Olympiad, 1

Prove that there exists a positive integer $n$, such that the remainder of $3^n$ when divided by $2^n$ is greater than $10^{2021} $.

2016 LMT, 18

Tags:
Let $\triangle ABC$ be a triangle with $AB=5, BC=6, CA=7$. Suppose $P$ is a point inside $\triangle ABC$ such that $\triangle BPA\sim \triangle APC$. If $AP$ intersects $BC$ at $X$, find $\frac{BX}{CX}$. [i]Proposed by Nathan Ramesh

2019 IFYM, Sozopol, 6

There are $n$ kids. From each two at least one of them has sent an SMS to the other. For each kid $A$, among the kids on which $A$ has sent an SMS, exactly 10% of them have sent an SMS to $A$. Determine the number of possible three-digit values of $n$.

2014 ELMO Shortlist, 5

Let $n$ be a positive integer. For any $k$, denote by $a_k$ the number of permutations of $\{1,2,\dots,n\}$ with exactly $k$ disjoint cycles. (For example, if $n=3$ then $a_2=3$ since $(1)(23)$, $(2)(31)$, $(3)(12)$ are the only such permutations.) Evaluate \[ a_n n^n + a_{n-1} n^{n-1} + \dots + a_1 n. \][i]Proposed by Sammy Luo[/i]

2000 IberoAmerican, 2

There are a buch of 2000 stones. Two players play alternatively, following the next rules: ($a$)On each turn, the player can take 1, 2, 3, 4 or 5 stones [b]of[/b] the bunch. ($b$) On each turn, the player has forbidden to take the exact same amount of stones that the other player took just before of him in the last play. The loser is the player who can't make a valid play. Determine which player has winning strategy and give such strategy.

2002 Moldova National Olympiad, 2

Tags:
From a set of consecutive natural numbers one number is excluded so that the aritmetic mean of the remaining numbers is $ 50.55$. Find the initial set of numbers and the excluded number.

1980 VTRMC, 2

Tags:
The sum of the first $n$ terms of the sequence $$1,1+2,1+2+2^2,\ldots,1+2+\cdots+2^{k-1},\ldots$$ is of the form $2^{n+R}+Sn^2+Tn+U$ for all $n>0.$ Find $R,S,T,$ and $U.$

1966 Dutch Mathematical Olympiad, 5

The image that maps $x$ to $1 - x$ is called [i]complement[/i], the image that maps $x$ to $\frac{1}{x}$ is called [i]invert[/i]. Two numbers $x$ and $y$ are called related if they can be transferred into each other by means of [i]complementation [/i]and/or [i]inversion[/i]. A [i]family [/i] is a collection of numbers where every two elements are related. Determine the maximum size $n$ of such a family. Show that the number line can be divided into $n$ parts, such that each of those $n$ parts contains exactly one number from each $n$-number family.

1974 AMC 12/AHSME, 21

In a geometric series of positive terms the difference between the fifth and fourth terms is $576$, and the difference between the second and first terms is $9$. What is the sum of the first five terms of this series? $ \textbf{(A)}\ 1061 \qquad\textbf{(B)}\ 1023 \qquad\textbf{(C)}\ 1024 \qquad\textbf{(D)}\ 768 \qquad\textbf{(E)}\ \text{none of these} $

2022 MOAA, 7

Tags: geometry
A point $P$ is chosen uniformly at random in the interior of triangle $ABC$ with side lengths $AB = 5$, $BC = 12$, $CA = 13$. The probability that a circle with radius $\frac13$ centered at $P$ does not intersect the perimeter of $ABC$ can be written as $\frac{m}{n}$ where $m, n$ are relatively prime positive integers. Find $m + n$.

2005 China Western Mathematical Olympiad, 4

Tags: algebra
Given is the positive integer $n > 2$. Real numbers $\mid x_i \mid \leq 1$ ($i = 1, 2, ..., n$) satisfying $\mid \sum_{i=1}^{n}x_i \mid > 1$. Prove that there exists positive integer $k$ such that $\mid \sum_{i=1}^{k}x_i - \sum_{i=k+1}^{n}x_i \mid \leq 1$.

2019 Sharygin Geometry Olympiad, 21

Tags: geometry
An ellipse $\Gamma$ and its chord $AB$ are given. Find the locus of orthocenters of triangles $ABC$ inscribed into $\Gamma$.

2019 May Olympiad, 2

More than five competitors participated in a chess tournament. Each competitor played exactly once against each of the other competitors. Five of the competitors they each lost exactly two games. All other competitors each won exactly three games. There were no draws in the tournament. Determine how many competitors there were and show a tournament that verifies all conditions.

2013 ELMO Shortlist, 7

Consider a function $f: \mathbb Z \to \mathbb Z$ such that for every integer $n \ge 0$, there are at most $0.001n^2$ pairs of integers $(x,y)$ for which $f(x+y) \neq f(x)+f(y)$ and $\max\{ \lvert x \rvert, \lvert y \rvert \} \le n$. Is it possible that for some integer $n \ge 0$, there are more than $n$ integers $a$ such that $f(a) \neq a \cdot f(1)$ and $\lvert a \rvert \le n$? [i]Proposed by David Yang[/i]

2012 Online Math Open Problems, 42

In triangle $ABC,$ $\sin \angle A=\frac{4}{5}$ and $\angle A<90^\circ$ Let $D$ be a point outside triangle $ABC$ such that $\angle BAD=\angle DAC$ and $\angle BDC = 90^{\circ}.$ Suppose that $AD=1$ and that $\frac{BD} {CD} = \frac{3}{2}.$ If $AB+AC$ can be expressed in the form $\frac{a\sqrt{b}}{c}$ where $a,b,c$ are pairwise relatively prime integers, find $a+b+c$. [i]Author: Ray Li[/i]