problem
stringlengths 18
4.46k
| answer
stringlengths 1
942
| pass_at_n
float64 0.08
0.92
|
---|---|---|
What is the difference between the median and the mean of the following data set: $12,41, 44, 48, 47, 53, 60, 62, 56, 32, 23, 25, 31$ ? | \frac{38}{13} | 0.625 |
A positive integer $n$ is called $\textit{good}$ if $2 \mid \tau(n)$ and if its divisors are $$ 1=d_1<d_2<\ldots<d_{2k-1}<d_{2k}=n, $$ then $d_{k+1}-d_k=2$ and $d_{k+2}-d_{k-1}=65$ . Find the smallest $\textit{good}$ number. | 2024 | 0.125 |
Find the value of the expression $$ f\left( \frac{1}{2000} \right)+f\left( \frac{2}{2000} \right)+...+ f\left( \frac{1999}{2000} \right)+f\left( \frac{2000}{2000} \right)+f\left( \frac{2000}{1999} \right)+...+f\left( \frac{2000}{1} \right) $$ assuming $f(x) =\frac{x^2}{1 + x^2}$ . | 1999.5 | 0.5 |
Robert colors each square in an empty 3 by 3 grid either red or green. Find the number of colorings such that no row or column contains more than one green square. | 34 | 0.625 |
For a positive integer $n$ , let $\sigma (n)$ be the sum of the divisors of $n$ (for example $\sigma (10) = 1 + 2 + 5 + 10 = 18$ ). For how many $n \in \{1, 2,. .., 100\}$ , do we have $\sigma (n) < n+ \sqrt{n}$ ? | 26 | 0.875 |
A set $S$ of positive integers is $\textit{sum-complete}$ if there are positive integers $m$ and $n$ such that an integer $a$ is the sum of the elements of some nonempty subset of $S$ if and only if $m \le a \le n$ .
Let $S$ be a sum-complete set such that $\{1, 3\} \subset S$ and $|S| = 8$ . Find the greatest possible value of the sum of the elements of $S$ .
*Proposed by Michael Tang* | 223 | 0.375 |
The sides $AD$ and $BC$ of a convex quadrilateral $ABCD$ are extended to meet at $E$ . Let $H$ and $G$ be the midpoints of $BD$ and $AC$ , respectively. Find the ratio of the area of the triangle $EHG$ to that of the quadrilateral $ABCD$ . | \frac{1}{4} | 0.75 |
How many polynomials of degree exactly $5$ with real coefficients send the set $\{1, 2, 3, 4, 5, 6\}$ to a permutation of itself? | 718 | 0.375 |
The figure $ABCDE$ is a convex pentagon. Find the sum $\angle DAC + \angle EBD +\angle ACE +\angle BDA + \angle CEB$ ?
| 180^\circ | 0.75 |
Two vector fields $\mathbf{F},\mathbf{G}$ are defined on a three dimensional region $W=\{(x,y,z)\in\mathbb{R}^3 : x^2+y^2\leq 1, |z|\leq 1\}$ . $$ \mathbf{F}(x,y,z) = (\sin xy, \sin yz, 0),\quad \mathbf{G} (x,y,z) = (e^{x^2+y^2+z^2}, \cos xz, 0) $$ Evaluate the following integral.
\[\iiint_{W} (\mathbf{G}\cdot \text{curl}(\mathbf{F}) - \mathbf{F}\cdot \text{curl}(\mathbf{G})) dV\] | 0 | 0.875 |
In a trapezoid $ABCD$ whose parallel sides $AB$ and $CD$ are in ratio $\frac{AB}{CD}=\frac32$ , the points $ N$ and $M$ are marked on the sides $BC$ and $AB$ respectively, in such a way that $BN = 3NC$ and $AM = 2MB$ and segments $AN$ and $DM$ are drawn that intersect at point $P$ , find the ratio between the areas of triangle $APM$ and trapezoid $ABCD$ .
 | \frac{4}{25} | 0.75 |
You are given $n \ge 2$ distinct positive integers. For every pair $a<b$ of them, Vlada writes on the board the largest power of $2$ that divides $b-a$ . At most how many distinct powers of $2$ could Vlada have written?
*Proposed by Oleksiy Masalitin* | n-1 | 0.75 |
Let $a=256$ . Find the unique real number $x>a^2$ such that
\[\log_a \log_a \log_a x = \log_{a^2} \log_{a^2} \log_{a^2} x.\]
*Proposed by James Lin.* | 2^{32} | 0.625 |
Point $A,B$ are marked on the right branch of the hyperbola $y=\frac{1}{x},x>0$ . The straight line $l$ passing through the origin $O$ is perpendicular to $AB$ and meets $AB$ and given branch of the hyperbola at points $D$ and $C$ respectively. The circle through $A,B,C$ meets $l$ at $F$ .
Find $OD:CF$ | 1:2 | 0.375 |
For any real numbers sequence $\{x_n\}$ ,suppose that $\{y_n\}$ is a sequence such that: $y_1=x_1, y_{n+1}=x_{n+1}-(\sum\limits_{i = 1}^{n} {x^2_i})^{ \frac{1}{2}}$ ${(n \ge 1})$ .
Find the smallest positive number $\lambda$ such that for any real numbers sequence $\{x_n\}$ and all positive integers $m$ , have $\frac{1}{m}\sum\limits_{i = 1}^{m} {x^2_i}\le\sum\limits_{i = 1}^{m} {\lambda^{m-i}y^2_i} .$ (High School Affiliated to Nanjing Normal University ) | \lambda = 2 | 0.5 |
When Applejack begins to buck trees, she starts off with 100 energy. Every minute, she may either choose to buck $n$ trees and lose 1 energy, where $n$ is her current energy, or rest (i.e. buck 0 trees) and gain 1 energy. What is the maximum number of trees she can buck after 60 minutes have passed?
*Anderson Wang.*
<details><summary>Clarifications</summary>[list=1][*]The problem asks for the maximum *total* number of trees she can buck in 60 minutes, not the maximum number she can buck on the 61st minute.
[*]She does not have an energy cap. In particular, her energy may go above 100 if, for instance, she chooses to rest during the first minute.[/list]</details> | 4293 | 0.75 |
For what values of the velocity $c$ does the equation $u_t = u -u^2 + u_{xx}$ have a solution in the form of a traveling wave $u = \varphi(x-ct)$ , $\varphi(-\infty) = 1$ , $\varphi(\infty) = 0$ , $0 \le u \le 1$ ? | c \geq 2 | 0.875 |
The product of a million whole numbers is equal to million. What can be the greatest possible value of the sum of these numbers? | 1999999 | 0.5 |
The numbers in the sequence 101, 104, 109, 116, $\dots$ are of the form $a_n = 100 + n^2$ , where $n = 1$ , 2, 3, $\dots$ . For each $n$ , let $d_n$ be the greatest common divisor of $a_n$ and $a_{n + 1}$ . Find the maximum value of $d_n$ as $n$ ranges through the positive integers. | 401 | 0.875 |
Suppose that positive integers $m,n,k$ satisfy the equations $$ m^2+1=2n^2, 2m^2+1=11k^2. $$ Find the residue when $n$ is divided by $17$ . | 5 | 0.625 |
It is given that $x = -2272$ , $y = 10^3+10^2c+10b+a$ , and $z = 1$ satisfy the equation $ax + by + cz = 1$ , where $a, b, c$ are positive integers with $a < b < c$ . Find $y.$ | 1987 | 0.75 |
The $\emph{Stooge sort}$ is a particularly inefficient recursive sorting algorithm defined as follows: given an array $A$ of size $n$ , we swap the first and last elements if they are out of order; we then (if $n\ge3$ ) Stooge sort the first $\lceil\tfrac{2n}3\rceil$ elements, then the last $\lceil\tfrac{2n}3\rceil$ , then the first $\lceil\tfrac{2n}3\rceil$ elements again. Given that this runs in $O(n^\alpha)$ , where $\alpha$ is minimal, find the value of $(243/32)^\alpha$ . | 243 | 0.875 |
Let the set $A=(a_{1},a_{2},a_{3},a_{4})$ . If the sum of elements in every 3-element subset of $A$ makes up the set $B=(-1,5,3,8)$ , then find the set $A$ . | \{-3, 0, 2, 6\} | 0.25 |
Screws are sold in packs of $10$ and $12$ . Harry and Sam independently go to the hardware store, and by coincidence each of them buys exactly $k$ screws. However, the number of packs of screws Harry buys is different than the number of packs Sam buys. What is the smallest possible value of $k$ ? | 60 | 0.875 |
Two skaters, Allie and Billie, are at points $A$ and $B$ , respectively, on a flat, frozen lake. The distance between $A$ and $B$ is $100$ meters. Allie leaves $A$ and skates at a speed of $8$ meters per second on a straight line that makes a $60^\circ$ angle with $AB$ . At the same time Allie leaves $A$ , Billie leaves $B$ at a speed of $7$ meters per second and follows the straight path that produces the earliest possible meeting of the two skaters, given their speeds. How many meters does Allie skate before meeting Billie?
[asy]
defaultpen(linewidth(0.8));
draw((100,0)--origin--60*dir(60), EndArrow(5));
label(" $A$ ", origin, SW);
label(" $B$ ", (100,0), SE);
label(" $100$ ", (50,0), S);
label(" $60^\circ$ ", (15,0), N);[/asy] | 160 | 0.75 |
At what smallest $n$ is there a convex $n$ -gon for which the sines of all angles are equal and the lengths of all sides are different? | 5 | 0.375 |
Given an integer $n \geq 2$ determine the integral part of the number $ \sum_{k=1}^{n-1} \frac {1} {({1+\frac{1} {n}}) \dots ({1+\frac {k} {n})}}$ - $\sum_{k=1}^{n-1} (1-\frac {1} {n}) \dots(1-\frac{k}{n})$ | 0 | 0.625 |
Find all positive integers $k$ for which the equation: $$ \text{lcm}(m,n)-\text{gcd}(m,n)=k(m-n) $$ has no solution in integers positive $(m,n)$ with $m\neq n$ .
| k = 2 | 0.375 |
Determine the number of $ 8$ -tuples of nonnegative integers $ (a_1,a_2,a_3,a_4,b_1,b_2,b_3,b_4)$ satisfying $ 0\le a_k\le k$ , for each $ k \equal{} 1,2,3,4$ , and $ a_1 \plus{} a_2 \plus{} a_3 \plus{} a_4 \plus{} 2b_1 \plus{} 3b_2 \plus{} 4b_3 \plus{} 5b_4 \equal{} 19$ . | 1540 | 0.125 |
There are $ n \plus{} 1$ cells in a row labeled from $ 0$ to $ n$ and $ n \plus{} 1$ cards labeled from $ 0$ to $ n$ . The cards are arbitrarily placed in the cells, one per cell. The objective is to get card $ i$ into cell $ i$ for each $ i$ . The allowed move is to find the smallest $ h$ such that cell $ h$ has a card with a label $ k > h$ , pick up that card, slide the cards in cells $ h \plus{} 1$ , $ h \plus{} 2$ , ... , $ k$ one cell to the left and to place card $ k$ in cell $ k$ . Show that at most $ 2^n \minus{} 1$ moves are required to get every card into the correct cell and that there is a unique starting position which requires $ 2^n \minus{} 1$ moves. [For example, if $ n \equal{} 2$ and the initial position is 210, then we get 102, then 012, a total of 2 moves.] | 2^n - 1 | 0.75 |
Restore the acute triangle $ABC$ given the vertex $A$ , the foot of the altitude drawn from the vertex $B$ and the center of the circle circumscribed around triangle $BHC$ (point $H$ is the orthocenter of triangle $ABC$ ). | ABC | 0.5 |
What is the maximum possible value of $k$ for which $2013$ can be written as a sum of $k$ consecutive positive integers? | 61 | 0.375 |
Five lighthouses are located, in order, at points $A, B, C, D$ , and $E$ along the shore of a circular lake with a diameter of $10$ miles. Segments $AD$ and $BE$ are diameters of the circle. At night, when sitting at $A$ , the lights from $B, C, D$ , and $E$ appear to be equally spaced along the horizon. The perimeter in miles of pentagon $ABCDE$ can be written $m +\sqrt{n}$ , where $m$ and $n$ are positive integers. Find $m + n$ . | 95 | 0.25 |
Find the minimum value of $$ \big|\sin x+\cos x+\tan x+\cot x+\sec x+\operatorname{cosec}x\big| $$ for real numbers $x$ not multiple of $\frac{\pi}{2}$ . | 2\sqrt{2} - 1 | 0.875 |
Let $b_m$ be numbers of factors $2$ of the number $m!$ (that is, $2^{b_m}|m!$ and $2^{b_m+1}\nmid m!$ ). Find the least $m$ such that $m-b_m = 1990$ . | 2^{1990} - 1 | 0.375 |
Suppose that $x$ , $y$ , and $z$ are complex numbers of equal magnitude that satisfy
\[x+y+z = -\frac{\sqrt{3}}{2}-i\sqrt{5}\]
and
\[xyz=\sqrt{3} + i\sqrt{5}.\]
If $x=x_1+ix_2, y=y_1+iy_2,$ and $z=z_1+iz_2$ for real $x_1,x_2,y_1,y_2,z_1$ and $z_2$ then
\[(x_1x_2+y_1y_2+z_1z_2)^2\]
can be written as $\tfrac{a}{b}$ for relatively prime positive integers $a$ and $b$ . Compute $100a+b.$ | 1516 | 0.25 |
Spencer is making burritos, each of which consists of one wrap and one filling. He has enough filling for up to four beef burritos and three chicken burritos. However, he only has five wraps for the burritos; in how many orders can he make exactly five burritos? | 25 | 0.75 |
The numbers 1447, 1005, and 1231 have something in common: each is a four-digit number beginning with 1 that has exactly two identical digits. How many such numbers are there? | 432 | 0.5 |
Concentric circles $\Omega_1$ and $\Omega_2$ with radii $1$ and $100$ , respectively, are drawn with center $O$ . Points $A$ and $B$ are chosen independently at random on the circumferences of $\Omega_1$ and $\Omega_2$ , respectively. Denote by $\ell$ the tangent line to $\Omega_1$ passing through $A$ , and denote by $P$ the reflection of $B$ across $\ell$ . Compute the expected value of $OP^2$ .
*Proposed by Lewis Chen* | 10004 | 0.625 |
The real function $f$ is defined for $\forall$ $x\in \mathbb{R}$ and $f(0)=0$ . Also $f(9+x)=f(9-x)$ and $f(x-10)=f(-x-10)$ for $\forall$ $x\in \mathbb{R}$ . What’s the least number of zeros $f$ can have in the interval $[0;2014]$ ? Does this change, if $f$ is also continuous? | 107 | 0.125 |
Find the sum of all possible sums $a + b$ where $a$ and $b$ are nonnegative integers such that $4^a + 2^b + 5$ is a perfect square. | 9 | 0.875 |
The numbers $1, 2, \dots ,N$ are arranged in a circle where $N \geq 2$ . If each number shares a common digit with each of its neighbours in decimal representation, what is the least possible value of $N$ ? $
\textbf{a)}\ 18
\qquad\textbf{b)}\ 19
\qquad\textbf{c)}\ 28
\qquad\textbf{d)}\ 29
\qquad\textbf{e)}\ \text{None of above}
$ | 29 | 0.25 |
There are $20$ geese numbered $1-20$ standing in a line. The even numbered geese are standing at the front in the order $2,4,\dots,20,$ where $2$ is at the front of the line. Then the odd numbered geese are standing behind them in the order, $1,3,5,\dots ,19,$ where $19$ is at the end of the line. The geese want to rearrange themselves in order, so that they are ordered $1,2,\dots,20$ (1 is at the front), and they do this by successively swapping two adjacent geese. What is the minimum number of swaps required to achieve this formation?
*Author: Ray Li* | 55 | 0.125 |
Let $m$ and $n$ be positive integers with $m\le 2000$ and $k=3-\frac{m}{n}$ . Find the smallest positive value of $k$ . | \frac{1}{667} | 0.75 |
Consider a $20$ -sided convex polygon $K$ , with vertices $A_1, A_2,...,A_{20}$ in that order. Find the number of ways in which three sides of $K$ can be chosen so that every pair among them has at least two sides of $K$ between them. (For example $(A_1A_2, A_4A_5, A_{11}A_{12})$ is an admissible triple while $(A_1A_2, A_4A_5, A_{19}A_{20})$ is not. | 520 | 0.125 |
In the quadrilateral $ABCD$ , $AB = BC = CD$ and $\angle BMC = 90^\circ$ , where $M$ is the midpoint of $AD$ . Determine the acute angle between the lines $AC$ and $BD$ . | 30^\circ | 0.25 |
In triangle $ABC$ , $AB = 28$ , $AC = 36$ , and $BC = 32$ . Let $D$ be the point on segment $BC$ satisfying $\angle BAD = \angle DAC$ , and let $E$ be the unique point such that $DE \parallel AB$ and line $AE$ is tangent to the circumcircle of $ABC$ . Find the length of segment $AE$ .
*Ray Li* | 18 | 0.5 |
Let $ n$ be a given positive integer. Find the smallest positive integer $ u_n$ such that for any positive integer $ d$ , in any $ u_n$ consecutive odd positive integers, the number of them that can be divided by $ d$ is not smaller than the number of odd integers among $ 1, 3, 5, \ldots, 2n \minus{} 1$ that can be divided by $ d$ . | u_n = 2n-1 | 0.625 |
Nine people are practicing the triangle dance, which is a dance that requires a group of three people. During each round of practice, the nine people split off into three groups of three people each, and each group practices independently. Two rounds of practice are different if there exists some person who does not dance with the same pair in both rounds. How many different rounds of practice can take place? | 280 | 0.625 |
Let $ X$ be the set of all positive integers greater than or equal to $ 8$ and let $ f: X\rightarrow X$ be a function such that $ f(x\plus{}y)\equal{}f(xy)$ for all $ x\ge 4, y\ge 4 .$ if $ f(8)\equal{}9$ , determine $ f(9) .$ | 9 | 0.625 |
Let $a, b, c, p, q, r$ be positive integers with $p, q, r \ge 2$ . Denote
\[Q=\{(x, y, z)\in \mathbb{Z}^3 : 0 \le x \le a, 0 \le y \le b , 0 \le z \le c \}. \]
Initially, some pieces are put on the each point in $Q$ , with a total of $M$ pieces. Then, one can perform the following three types of operations repeatedly:
(1) Remove $p$ pieces on $(x, y, z)$ and place a piece on $(x-1, y, z)$ ;
(2) Remove $q$ pieces on $(x, y, z)$ and place a piece on $(x, y-1, z)$ ;
(3) Remove $r$ pieces on $(x, y, z)$ and place a piece on $(x, y, z-1)$ .
Find the smallest positive integer $M$ such that one can always perform a sequence of operations, making a piece placed on $(0,0,0)$ , no matter how the pieces are distributed initially. | p^a q^b r^c | 0.75 |
Let $a$ , $b$ , and $c$ be real numbers such that $0\le a,b,c\le 5$ and $2a + b + c = 10$ . Over all possible values of $a$ , $b$ , and $c$ , determine the maximum possible value of $a + 2b + 3c$ .
*Proposed by Andrew Wen* | 25 | 0.625 |
$ 2^n $ coins are given to a couple of kids. Interchange of the coins occurs when some of the kids has at least half of all the coins. Then from the coins of one of those kids to the all other kids are given that much coins as the kid already had. In case when all the coins are at one kid there is no possibility for interchange. What is the greatest possible number of consecutive interchanges? ( $ n $ is natural number) | n | 0.375 |
We call a path Valid if
i. It only comprises of the following kind of steps:
A. $(x, y) \rightarrow (x + 1, y + 1)$ B. $(x, y) \rightarrow (x + 1, y - 1)$ ii. It never goes below the x-axis.
Let $M(n)$ = set of all valid paths from $(0,0) $ , to $(2n,0)$ , where $n$ is a natural number.
Consider a Valid path $T \in M(n)$ .
Denote $\phi(T) = \prod_{i=1}^{2n} \mu_i$ ,
where $\mu_i$ =
a) $1$ , if the $i^{th}$ step is $(x, y) \rightarrow (x + 1, y + 1)$ b) $y$ , if the $i^{th} $ step is $(x, y) \rightarrow (x + 1, y - 1)$
Now Let $f(n) =\sum _{T \in M(n)} \phi(T)$ . Evaluate the number of zeroes at the end in the decimal expansion of $f(2021)$ | 0 | 0.5 |
Let n be a non-negative integer. Define the *decimal digit product* \(D(n)\) inductively as follows:
- If \(n\) has a single decimal digit, then let \(D(n) = n\).
- Otherwise let \(D(n) = D(m)\), where \(m\) is the product of the decimal digits of \(n\).
Let \(P_k(1)\) be the probability that \(D(i) = 1\) where \(i\) is chosen uniformly randomly from the set of integers between 1 and \(k\) (inclusive) whose decimal digit products are not 0.
Compute \(\displaystyle\lim_{k\to\infty} P_k(1)\).
*proposed by the ICMC Problem Committee* | 0 | 0.5 |
Let $x$ , $y$ , and $z$ be real numbers such that $$ 12x - 9y^2 = 7 $$ $$ 6y - 9z^2 = -2 $$ $$ 12z - 9x^2 = 4 $$ Find $6x^2 + 9y^2 + 12z^2$ . | 9 | 0.625 |
*Version 1*. Let $n$ be a positive integer, and set $N=2^{n}$ . Determine the smallest real number $a_{n}$ such that, for all real $x$ ,
\[
\sqrt[N]{\frac{x^{2 N}+1}{2}} \leqslant a_{n}(x-1)^{2}+x .
\]
*Version 2*. For every positive integer $N$ , determine the smallest real number $b_{N}$ such that, for all real $x$ ,
\[
\sqrt[N]{\frac{x^{2 N}+1}{2}} \leqslant b_{N}(x-1)^{2}+x .
\] | 2^{n-1} | 0.125 |
Find the sum of all integers $n$ for which $n - 3$ and $n^2 + 4$ are both perfect cubes. | 13 | 0.875 |
Seven boys and three girls are playing basketball. I how many different ways can they make two teams of five players so that both teams have at least one girl? | 105 | 0.625 |
Let $z_1,z_2,z_3,\dots,z_{12}$ be the 12 zeroes of the polynomial $z^{12}-2^{36}$ . For each $j$ , let $w_j$ be one of $z_j$ or $i z_j$ . Then the maximum possible value of the real part of $\displaystyle\sum_{j=1}^{12} w_j$ can be written as $m+\sqrt{n}$ where $m$ and $n$ are positive integers. Find $m+n$ . | 784 | 0.625 |
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).\]
*Dumitru Bușneag* | P(x) = ax + b | 0.75 |
The function $f: \mathbb{N}\to\mathbb{N}_{0}$ satisfies for all $m,n\in\mathbb{N}$ : \[f(m+n)-f(m)-f(n)=0\text{ or }1, \; f(2)=0, \; f(3)>0, \; \text{ and }f(9999)=3333.\] Determine $f(1982)$ . | 660 | 0.75 |
Find $ [\sqrt{19992000}]$ where $ [x]$ is the greatest integer less than or equal to $ x$ . | 4471 | 0.5 |
The inhabitants of a planet speak a language only using the letters $A$ and $O$ . To avoid mistakes, any two words of equal length differ at least on three positions. Show that there are not more than $\frac{2^n}{n+1}$ words with $n$ letters. | \frac{2^n}{n+1} | 0.75 |
Find all triplets of real numbers $(x,y,z)$ such that the following equations are satisfied simultaneously:
\begin{align*}
x^3+y=z^2
y^3+z=x^2
z^3+x =y^2
\end{align*} | (0, 0, 0) | 0.625 |
Find all real numbers $a$ for which there exists a function $f$ defined on the set of all real numbers which takes as its values all real numbers exactly once and satisfies the equality $$ f(f(x))=x^2f(x)+ax^2 $$ for all real $x$ . | a = 0 | 0.625 |
Let $P(x)$ be the polynomial of degree at most $6$ which satisfies $P(k)=k!$ for $k=0,1,2,3,4,5,6$ . Compute the value of $P(7)$ . | 3186 | 0.75 |
A right triangle with perpendicular sides $a$ and $b$ and hypotenuse $c$ has the following properties: $a = p^m$ and $b = q^n$ with $p$ and $q$ prime numbers and $m$ and $n$ positive integers, $c = 2k +1$ with $k$ a positive integer.
Determine all possible values of $c$ and the associated values of $a$ and $b$ . | 5 | 0.5 |
For $n \in \mathbb{N}$ , let $P(n)$ denote the product of the digits in $n$ and $S(n)$ denote the sum of the digits in $n$ . Consider the set $A=\{n \in \mathbb{N}: P(n)$ is non-zero, square free and $S(n)$ is a proper divisor of $P(n)\}$ .
Find the maximum possible number of digits of the numbers in $A$ . | 92 | 0.125 |
Denote by $S(n)$ the sum of the digits of the positive integer $n$ . Find all the solutions of the equation $n(S(n)-1)=2010.$ | 402 | 0.375 |
Given is a non-isosceles triangle $ABC$ with $\angle ABC=60^{\circ}$ , and in its interior, a point $T$ is selected such that $\angle ATC= \angle BTC=\angle BTA=120^{\circ}$ . Let $M$ the intersection point of the medians in $ABC$ . Let $TM$ intersect $(ATC)$ at $K$ . Find $TM/MK$ . | \frac{TM}{MK} = 2 | 0.75 |
Let $A$ be the set $\{1,2,\ldots,n\}$ , $n\geq 2$ . Find the least number $n$ for which there exist permutations $\alpha$ , $\beta$ , $\gamma$ , $\delta$ of the set $A$ with the property: \[ \sum_{i=1}^n \alpha(i) \beta (i) = \dfrac {19}{10} \sum^n_{i=1} \gamma(i)\delta(i) . \]
*Marcel Chirita* | n = 28 | 0.125 |
Given triangle $ABC$ , let $D$ , $E$ , $F$ be the midpoints of $BC$ , $AC$ , $AB$ respectively and let $G$ be the centroid of the triangle. For each value of $\angle BAC$ , how many non-similar triangles are there in which $AEGF$ is a cyclic quadrilateral? | 2 | 0.25 |
Each positive integer number $n \ ge 1$ is assigned the number $p_n$ which is the product of all its non-zero digits. For example, $p_6 = 6$ , $p_ {32} = 6$ , $p_ {203} = 6$ . Let $S = p_1 + p_2 + p_3 + \dots + p_ {999}$ . Find the largest prime that divides $S $ . | 103 | 0.25 |
Let $ABC$ be a triangle with $\angle C=90^\circ$ , and $A_0$ , $B_0$ , $C_0$ be the mid-points of sides $BC$ , $CA$ , $AB$ respectively. Two regular triangles $AB_0C_1$ and $BA_0C_2$ are constructed outside $ABC$ . Find the angle $C_0C_1C_2$ . | 30^\circ | 0.25 |
Seven teams play a soccer tournament in which each team plays every other team exactly once. No ties occur, each team has a $50\%$ chance of winning each game it plays, and the outcomes of the games are independent. In each game, the winner is awarded a point and the loser gets 0 points. The total points are accumilated to decide the ranks of the teams. In the first game of the tournament, team $A$ beats team $B$ . The probability that team $A$ finishes with more points than team $B$ is $m/n$ , where $m$ and $n$ are relatively prime positive integers. Find $m+n$ . | 831 | 0.875 |
A 3 × 3 grid of blocks is labeled from 1 through 9. Cindy paints each block orange or
lime with equal probability and gives the grid to her friend Sophia.
Sophia then plays with the grid of blocks. She can take the top row of blocks and move
it to the bottom, as shown.
1 2 3
4 5 6
7 8 9
4 5 6
7 8 9
1 2 3
Grid A Grid A0
She can also take the leftmost column of blocks and move it to the right end, as shown.
1 2 3
4 5 6
7 8 9
2 3 1
5 6 4
8 9 7
Grid B Grid B0
Sophia calls the grid of blocks citrus if it is impossible for her to use a sequence of the
moves described above to obtain another grid with the same coloring but a different numbering
scheme. For example, Grid B is citrus, but Grid A is not citrus because moving the
top row of blocks to the bottom results in a grid with a different numbering but the same
coloring as Grid A.
What is the probability that Sophia receives a citrus grid of blocks? | \frac{243}{256} | 0.25 |
As shown, $U$ and $C$ are points on the sides of triangle MNH such that $MU = s$ , $UN = 6$ , $NC = 20$ , $CH = s$ , $HM = 25$ . If triangle $UNC$ and quadrilateral $MUCH$ have equal areas, what is $s$ ?
 | s = 4 | 0.5 |
Some language has only three letters - $A, B$ and $C$ . A sequence of letters is called a word iff it contains exactly 100 letters such that exactly 40 of them are consonants and other 60 letters are all $A$ . What is the maximum numbers of words one can pick such that any two picked words have at least one position where they both have consonants, but different consonants? | 2^{40} | 0.625 |
A plane has no vertex of a regular dodecahedron on it,try to find out how many edges at most may the plane intersect the regular dodecahedron? | 10 | 0.375 |
Square $S_1$ is inscribed inside circle $C_1$ , which is inscribed inside square $S_2$ , which is inscribed inside circle $C_2$ , which is inscribed inside square $S_3$ , which is inscribed inside circle $C_3$ , which is inscribed inside square $S_4$ .
[center]<see attached>[/center]
Let $a$ be the side length of $S_4$ , and let $b$ be the side length of $S_1$ . What is $\tfrac{a}{b}$ ? | 2\sqrt{2} | 0.875 |
A four-digit number $n$ is said to be *literally 1434* if, when every digit is replaced by its remainder when divided by $5$ , the result is $1434$ . For example, $1984$ is *literally 1434* because $1$ mod $5$ is $1$ , $9$ mod $5$ is $4$ , $8$ mod $5$ is $3$ , and $4$ mod $5$ is $4$ . Find the sum of all four-digit positive integers that are *literally 1434*.
*Proposed by Evin Liang*
<details><summary>Solution</summary>*Solution.* $\boxed{67384}$ The possible numbers are $\overline{abcd}$ where $a$ is $1$ or $6$ , $b$ is $4$ or $9$ , $c$ is $3$ or $8$ , and $d$ is $4$ or $9$ . There are $16$ such numbers and the average is $\dfrac{8423}{2}$ , so the total in this case is $\boxed{67384}$ .</details> | 67384 | 0.5 |
Given an integer $n\ge\ 3$ , find the least positive integer $k$ , such that there exists a set $A$ with $k$ elements, and $n$ distinct reals $x_{1},x_{2},\ldots,x_{n}$ such that $x_{1}+x_{2}, x_{2}+x_{3},\ldots, x_{n-1}+x_{n}, x_{n}+x_{1}$ all belong to $A$ . | k = 3 | 0.375 |
A pen costs $11$ € and a notebook costs $13$ €. Find the number of ways in which a person can spend exactly $1000$ € to buy pens and notebooks. | 7 | 0.875 |
A *Beaver-number* is a positive 5 digit integer whose digit sum is divisible by 17. Call a pair of *Beaver-numbers* differing by exactly $1$ a *Beaver-pair*. The smaller number in a *Beaver-pair* is called an *MIT Beaver*, while the larger number is called a *CIT Beaver*. Find the positive difference between the largest and smallest *CIT Beavers* (over all *Beaver-pairs*). | 79200 | 0.25 |
Serge and Tanya want to show Masha a magic trick. Serge leaves the room. Masha writes down a sequence $(a_1, a_2, \ldots , a_n)$ , where all $a_k$ equal $0$ or $1$ . After that Tanya writes down a sequence $(b_1, b_2, \ldots , b_n)$ , where all $b_k$ also equal $0$ or $1$ . Then Masha either does nothing or says “Mutabor” and replaces both sequences: her own sequence by $(a_n, a_{n-1}, \ldots , a_1)$ , and Tanya’s sequence by $(1 - b_n, 1 - b_{n-1}, \ldots , 1 - b_1)$ . Masha’s sequence is covered by a napkin, and Serge is invited to the room. Serge should look at Tanya’s sequence and tell the sequence covered by the napkin. For what $n$ Serge and Tanya can prepare and show such a trick? Serge does not have to determine whether the word “Mutabor” has been pronounced. | n | 0.125 |
Victor has $3$ piles of $3$ cards each. He draws all of the cards, but cannot draw a card until all the cards above it have been drawn. (For example, for his first card, Victor must draw the top card from one of the $3$ piles.) In how many orders can Victor draw the cards? | 1680 | 0.875 |
Let $T_k = \frac{k(k+1)}{2}$ be the $k$ -th triangular number. The infinite series $$ \sum_{k=4}^{\infty}\frac{1}{(T_{k-1} - 1)(Tk - 1)(T_{k+1} - 1)} $$ has the value $\frac{m}{n}$ , where $m$ and $n$ are relatively prime positive integers. Find $m + n$ . | 451 | 0.375 |
Find the least positive integer $n$ ( $n\geq 3$ ), such that among any $n$ points (no three are collinear) in the plane, there exist three points which are the vertices of a non-isoscele triangle. | n = 7 | 0.125 |
Let $n$ be positive integer and $S$ = { $0,1,…,n$ }, Define set of point in the plane. $$ A = \{(x,y) \in S \times S \mid -1 \leq x-y \leq 1 \} $$ , We want to place a electricity post on a point in $A$ such that each electricity post can shine in radius 1.01 unit. Define minimum number of electricity post such that every point in $A$ is in shine area | n+1 | 0.375 |
**H**orizontal parallel segments $AB=10$ and $CD=15$ are the bases of trapezoid $ABCD$ . Circle $\gamma$ of radius $6$ has center within the trapezoid and is tangent to sides $AB$ , $BC$ , and $DA$ . If side $CD$ cuts out an arc of $\gamma$ measuring $120^{\circ}$ , find the area of $ABCD$ . | \frac{225}{2} | 0.75 |
Two congruent right circular cones each with base radius $3$ and height $8$ have axes of symmetry that intersect at right angles at a point in the interior of the cones a distance $3$ from the base of each cone. A sphere with radius $r$ lies inside both cones. The maximum possible value for $r^2$ is $\frac mn$ , where $m$ and $n$ are relatively prime positive integers. Find $m+n$ . | 298 | 0.625 |
A convex equilateral pentagon with side length $2$ has two right angles. The greatest possible area of the pentagon is $m+\sqrt{n}$ , where $m$ and $n$ are positive integers. Find $100m+n$ .
*Proposed by Yannick Yao* | 407 | 0.25 |
Find the integer represented by $\left[ \sum_{n=1}^{10^9} n^{-2/3} \right] $ . Here $[x]$ denotes the greatest integer less than or equal to $x.$ | 2997 | 0.875 |
Compute the number of ways to erase 24 letters from the string ``OMOMO $\cdots$ OMO'' (with length 27), such that the three remaining letters are O, M and O in that order. Note that the order in which they are erased does not matter.
[i]Proposed by Yannick Yao | 455 | 0.125 |
There are seven cards in a hat, and on the card $k$ there is a number $2^{k-1}$ , $k=1,2,...,7$ . Solarin picks the cards up at random from the hat, one card at a time, until the sum of the numbers on cards in his hand exceeds $124$ . What is the most probable sum he can get? | 127 | 0.5 |
$A$ and $B$ plays a game, with $A$ choosing a positive integer $n \in \{1, 2, \dots, 1001\} = S$ . $B$ must guess the value of $n$ by choosing several subsets of $S$ , then $A$ will tell $B$ how many subsets $n$ is in. $B$ will do this three times selecting $k_1, k_2$ then $k_3$ subsets of $S$ each.
What is the least value of $k_1 + k_2 + k_3$ such that $B$ has a strategy to correctly guess the value of $n$ no matter what $A$ chooses? | 28 | 0.875 |
Let $ABCD$ be a cyclic quadrilateral with $AB = 5$ , $BC = 10$ , $CD = 11$ , and $DA = 14$ . The value of $AC + BD$ can be written as $\tfrac{n}{\sqrt{pq}}$ , where $n$ is a positive integer and $p$ and $q$ are distinct primes. Find $n + p + q$ . | 446 | 0.75 |
Note that if the product of any two distinct members of {1,16,27} is increased by 9, the result is the perfect square of an integer. Find the unique positive integer $n$ for which $n+9,16n+9,27n+9$ are also perfect squares. | 280 | 0.75 |
You are given $n$ not necessarily distinct real numbers $a_1, a_2, \ldots, a_n$ . Let's consider all $2^n-1$ ways to select some nonempty subset of these numbers, and for each such subset calculate the sum of the selected numbers. What largest possible number of them could have been equal to $1$ ?
For example, if $a = [-1, 2, 2]$ , then we got $3$ once, $4$ once, $2$ twice, $-1$ once, $1$ twice, so the total number of ones here is $2$ .
*(Proposed by Anton Trygub)* | 2^{n-1} | 0.5 |
Subsets and Splits