problem
stringlengths 18
4.46k
| answer
stringlengths 1
942
| pass_at_n
float64 0.08
0.92
|
---|---|---|
Let $f$ be a real-valued function defined over ordered pairs of integers such that \[f(x+3m-2n, y-4m+5n) = f(x,y)\] for every integers $x,y,m,n$. Determine the maximum possible number of distinct elements in the range set of $f$. | 7 | 0.416667 |
nic $\kappa$ y is drawing kappas in the cells of a square grid. However, he does not want to draw kappas in three consecutive cells (horizontally, vertically, or diagonally). Find all real numbers $d>0$ such that for every positive integer $n,$ nic $\kappa$ y can label at least $dn^2$ cells of an $n\times n$ square.
*Proposed by Mihir Singhal and Michael Kural* | d = \frac{2}{3} | 0.333333 |
A sequence of real numbers $ x_0, x_1, x_2, \ldots$ is defined as follows: $ x_0 \equal{} 1989$ and for each $ n \geq 1$
\[ x_n \equal{} \minus{} \frac{1989}{n} \sum^{n\minus{}1}_{k\equal{}0} x_k.\]
Calculate the value of $ \sum^{1989}_{n\equal{}0} 2^n x_n.$ | -1989 | 0.083333 |
Inside the $7\times8$ rectangle below, one point is chosen a distance $\sqrt2$ from the left side and a distance $\sqrt7$ from the bottom side. The line segments from that point to the four vertices of the rectangle are drawn. Find the area of the shaded region.
[asy]
import graph;
size(4cm);
pair A = (0,0);
pair B = (9,0);
pair C = (9,7);
pair D = (0,7);
pair P = (1.5,3);
draw(A--B--C--D--cycle,linewidth(1.5));
filldraw(A--B--P--cycle,rgb(.76,.76,.76),linewidth(1.5));
filldraw(C--D--P--cycle,rgb(.76,.76,.76),linewidth(1.5));
[/asy] | 28 | 0.75 |
The sequence ${a_{n}}$ $n\in \mathbb{N}$ is given in a recursive way with $a_{1}=1$ , $a_{n}=\prod_{i=1}^{n-1} a_{i}+1$ , for all $n\geq 2$ .
Determine the least number $M$ , such that $\sum_{n=1}^{m} \frac{1}{a_{n}} <M$ for all $m\in \mathbb{N}$ | 2 | 0.666667 |
Compute the minimum value of $cos(a-b) + cos(b-c) + cos(c-a)$ as $a,b,c$ ranges over the real numbers. | -\frac{3}{2} | 0.916667 |
Charlie plans to sell bananas for forty cents and apples for fifty cents at his fruit stand, but Dave accidentally reverses the prices. After selling all their fruit they earn a dollar more than they would have with the original prices. Find the difference in the number of bananas and apples sold. | 10 | 0.916667 |
**i.)** Let $g(x) = x^5 + x^4 + x^3 + x^2 + x + 1.$ What is the remainder when the polynomial $g(x^{12}$ is divided by the polynomial $g(x)$ ?
**ii.)** If $k$ is a positive number and $f$ is a function such that, for every positive number $x, f(x^2 + 1 )^{\sqrt{x}} = k.$ Find the value of
\[ f( \frac{9 +y^2}{y^2})^{\sqrt{ \frac{12}{y} }} \] for every positive number $y.$
**iii.)** The function $f$ satisfies the functional equation $f(x) + f(y) = f(x+y) - x \cdot y - 1$ for every pair $x,y$ of real numbers. If $f(1) = 1,$ then find the numbers of integers $n,$ for which $f(n) = n.$ | 2 | 0.083333 |
Given a regular octahedron formed by joining the centers of adjoining faces of a cube, determine the ratio of the volume of the octahedron to the volume of the cube. | \frac{1}{6} | 0.5 |
The expression \((x \plus{} y \plus{} z)^{2006} \plus{} (x \minus{} y \minus{} z)^{2006}\) is simplified by expanding it and combining like terms. How many terms are in the simplified expression? | 1008016 | 0.333333 |
Determine all pairs $ (a,b)$ of real numbers such that $ 10, a, b, ab$ is an arithmetic progression. | (4, -2) \text{ or } (2.5, -5) | 0.25 |
Given that $(x^y)^z=64$, determine the number of ordered triples of positive integers $(x,y,z)$. | 9 | 0.583333 |
The sequence $\left(a_n \right)$ is defined by $a_1=1, \ a_2=2$ and $$ a_{n+2} = 2a_{n+1}-pa_n, \ \forall n \ge 1, $$ for some prime $p.$ Find all $p$ for which there exists $m$ such that $a_m=-3.$ | p = 7 | 0.666667 |
Let $ABCD$ be a parallelogram such that $\angle BAD = 60^{\circ}.$ Let $K$ and $L$ be the midpoints of $BC$ and $CD,$ respectively. Assuming that $ABKL$ is a cyclic quadrilateral, find $\angle ABD.$ | 75^\circ | 0.083333 |
Answer the following questions:
(1) Let $a$ be positive real number. Find $\lim_{n\to\infty} (1+a^{n})^{\frac{1}{n}}.$ (2) Evaluate $\int_1^{\sqrt{3}} \frac{1}{x^2}\ln \sqrt{1+x^2}dx.$ 35 points | \left( \frac{1}{2} - \frac{1}{\sqrt{3}} \right) \ln 2 + \frac{\pi}{12} | 0.083333 |
Given that the ratios $\dfrac{x}{n}$, $\dfrac{y}{n+1}$, and $\dfrac{z}{n+2}$ are equal, where $x+y+z=90$, determine the number of triples of positive integers $(x,y,z)$. | 7 | 0.833333 |
Marisa has a collection of $2^8-1=255$ distinct nonempty subsets of $\{1, 2, 3, 4, 5, 6, 7, 8\}$ . For each step she takes two subsets chosen uniformly at random from the collection, and replaces them with either their union or their intersection, chosen randomly with equal probability. (The collection is allowed to contain repeated sets.) She repeats this process $2^8-2=254$ times until there is only one set left in the collection. What is the expected size of this set? | \frac{1024}{255} | 0.083333 |
Find all triples of natural $ (x,y,n)$ satisfying the condition:
\[ \frac {x! \plus{} y!}{n!} \equal{} 3^n
\]
Define $ 0! \equal{} 1$ | (1, 2, 1) | 0.083333 |
Find the number of integers $n$ with $1\le n\le 100$ for which $n-\phi(n)$ is prime. Here $\phi(n)$ denotes the number of positive integers less than $n$ which are relatively prime to $n$ .
*Proposed by Mehtaab Sawhney* | 13 | 0.166667 |
Given that Yan rides seven times as fast as he walks and that walking directly to the stadium and walking home then riding a bicycle to the stadium require the same amount of time. If the distance from Yan's current position to his home is represented by $d_h$ and the distance from Yan's current position to the stadium is represented by $d_s$, find the ratio of $d_h$ to $d_s$. | \frac{3}{4} | 0.416667 |
A round table has room for n diners ( $n\ge 2$ ). There are napkins in three different colours. In how many ways can the napkins be placed, one for each seat, so that no two neighbours get napkins of the same colour? | f(n) = 2^n + 2(-1)^n | 0.166667 |
Consider the sequence of six real numbers 60, 10, 100, 150, 30, and $x$ . The average (arithmetic mean) of this sequence is equal to the median of the sequence. What is the sum of all the possible values of $x$ ? (The median of a sequence of six real numbers is the average of the two middle numbers after all the numbers have been arranged in increasing order.) | 135 | 0.416667 |
BdMO National 2016 Higher Secondary
<u>**Problem 4:**</u>
Consider the set of integers $ \left \{ 1, 2, ......... , 100 \right \} $ . Let $ \left \{ x_1, x_2, ......... , x_{100} \right \}$ be some arbitrary arrangement of the integers $ \left \{ 1, 2, ......... , 100 \right \}$ , where all of the $x_i$ are different. Find the smallest possible value of the sum, $S = \left | x_2 - x_1 \right | + \left | x_3 - x_2 \right | + ................+ \left |x_{100} - x_{99} \right | + \left |x_1 - x_{100} \right | $ . | 198 | 0.5 |
$ABCD$ is a square and $AB = 1$ . Equilateral triangles $AYB$ and $CXD$ are drawn such that $X$ and $Y$ are inside the square. What is the length of $XY$ ? | \sqrt{3} - 1 | 0.083333 |
Find all positive integers $m$ for which there exist three positive integers $a,b,c$ such that $abcm=1+a^2+b^2+c^2$ . | m = 4 | 0.666667 |
Carl, James, Saif, and Ted play several games of two-player For The Win on the Art of Problem Solving website. If, among these games, Carl wins $5$ and loses $0,$ James wins $4$ and loses $2,$ Saif wins $1$ and loses $6,$ and Ted wins $4,$ how many games does Ted lose? | 6 | 0.833333 |
The three medians of a triangle has lengths $3, 4, 5$ . What is the length of the shortest side of this triangle? | \frac{10}{3} | 0.166667 |
$(HUN 6)$ Find the positions of three points $A,B,C$ on the boundary of a unit cube such that $min\{AB,AC,BC\}$ is the greatest possible. | \sqrt{2} | 0.333333 |
Let $R$ be the set of points $(x, y)$ such that $\lfloor x^2 \rfloor = \lfloor y \rfloor$ and $\lfloor y^2 \rfloor = \lfloor x \rfloor$ . Compute the area of region $R$ . Recall that $\lfloor z \rfloor$ is the greatest integer that is less than or equal to $z$ . | 4 - 2\sqrt{2} | 0.083333 |
Right triangle $ABC$ is inscribed in circle $W$ . $\angle{CAB}=65$ degrees, and $\angle{CBA}=25$ degrees. The median from $C$ to $AB$ intersects $W$ and line $D$ . Line $l_1$ is drawn tangent to $W$ at $A$ . Line $l_2$ is drawn tangent to $W$ at $D$ . The lines $l_1$ and $l_2$ intersect at $P$ Determine $\angle{APD}$ | 50^\circ | 0.083333 |
What is the maximal number of regions a circle can be divided in by segments joining $n$ points on the boundary of the circle ?
*Posted already on the board I think...* | \binom{n}{4} + \binom{n}{2} + 1 | 0.25 |
Compute the smallest positive integer that is $3$ more than a multiple of $5$ , and twice a multiple of $6$ . | 48 | 0.833333 |
Consider non-negative real numbers $a, b, c$ satisfying the condition $a^2 + b^2 + c^2 = 2$ . Find the maximum value of the following expression $$ P=\frac{\sqrt{b^2+c^2}}{3-a}+\frac{\sqrt{c^2+a^2}}{3-b}+a+b-2022c $$ | 3 | 0.833333 |
Find the sum of all integers $x$ , $x \ge 3$ , such that $201020112012_x$ (that is, $201020112012$ interpreted as a base $x$ number) is divisible by $x-1$ | 32 | 0.833333 |
Find the smallest positive integer, such that the sum and the product of it and $10$ are both square numbers. | 90 | 0.833333 |
Find the sum of the roots of $\tan^2x-9\tan x+1=0$ that are between $x=0$ and $x=2\pi$ radians. | 3\pi | 0.916667 |
Define the determinant $D_1$ = $|1|$ , the determinant $D_2$ = $|1 1|$ $|1 3|$
, and the determinant $D_3=$
|1 1 1|
|1 3 3|
|1 3 5|
.
In general, for positive integer n, let the determinant $D_n$ have 1s in every position of its first row and first
column, 3s in the remaining positions of the second row and second column, 5s in the remaining positions of the third row and third column, and so forth. Find the least n so that $D_n$ $\geq$ 2015. | 12 | 0.416667 |
Let $f$ be the quadratic function with leading coefficient $1$ whose graph is tangent to that of the lines $y=-5x+6$ and $y=x-1$ . The sum of the coefficients of $f$ is $\tfrac pq$ , where $p$ and $q$ are positive relatively prime integers. Find $100p + q$ .
*Proposed by David Altizio* | 2509 | 0.75 |
Let $T = \{9^k : k \ \text{is an integer}, 0 \le k \le 4000\}$ . Given that $9^{4000}$ has 3817 digits and that its first (leftmost) digit is 9, how many elements of $T$ have 9 as their leftmost digit? | 184 | 0.083333 |
Given that one must cover a $k\times k$ square with $T$ tetrominos, find the sum of all $k\leq25$ such that $k^{2}=T$. | 84 | 0.166667 |
Given a continuous function $ f(x)$ such that $ \int_0^{2\pi} f(x)\ dx \equal{} 0$ .
Let $ S(x) \equal{} A_0 \plus{} A_1\cos x \plus{} B_1\sin x$ , find constant numbers $ A_0,\ A_1$ and $ B_1$ for which $ \int_0^{2\pi} \{f(x) \minus{} S(x)\}^2\ dx$ is minimized. | A_0 = 0, A_1 = \frac{1}{\pi} \int_0^{2\pi} f(x) \cos x \, dx, B_1 = \frac{1}{\pi} \int_0^{2\pi} f(x) \sin x \, dx | 0.416667 |
Find the sum of all the digits in the decimal representations of all the positive integers less than $1000.$ | 13500 | 0.833333 |
For positive real nubers $a,b,c$ find the maximum real number $x$ , such that there exist positive numbers $p,q,r$ , such that $p+q+r=1$ and $x$ does not exceed numbers $a\frac{p}{q}, b\frac{q}{r}, c\frac{r}{p}$ | \sqrt[3]{abc} | 0.75 |
Let $AB$ be diameter of a circle $\omega$ and let $C$ be a point on $\omega$ , different from $A$ and $B$ . The perpendicular from $C$ intersects $AB$ at $D$ and $\omega$ at $E(\neq C)$ . The circle with centre at $C$ and radius $CD$ intersects $\omega$ at $P$ and $Q$ . If the perimeter of the triangle $PEQ$ is $24$ , find the length of the side $PQ$ | 8 | 0.083333 |
Let $PROBLEMZ$ be a regular octagon inscribed in a circle of unit radius. Diagonals $MR$ , $OZ$ meet at $I$ . Compute $LI$ . | \sqrt{2} | 0.166667 |
There are positive integers $b$ and $c$ such that the polynomial $2x^2 + bx + c$ has two real roots which differ by $30.$ Find the least possible value of $b + c.$ | 126 | 0.083333 |
Let $ABC$ be a triangle with centroid $G$ . Determine, with proof, the position of the point $P$ in the plane of $ABC$ such that $AP{\cdot}AG + BP{\cdot}BG + CP{\cdot}CG$ is a minimum, and express this minimum value in terms of the side lengths of $ABC$ . | \frac{a^2 + b^2 + c^2}{3} | 0.083333 |
Line segment $\overline{AB}$ has perpendicular bisector $\overline{CD}$ , where $C$ is the midpoint of $\overline{AB}$ . The segments have lengths $AB = 72$ and $CD = 60$ . Let $R$ be the set of points $P$ that are midpoints of line segments $\overline{XY}$ , where $X$ lies on $\overline{AB}$ and $Y$ lies on $\overline{CD}$ . Find the area of the region $R$ . | 1080 | 0.666667 |
Four unit circles are placed on a square of side length $2$ , with each circle centered on one of the four corners of the square. Compute the area of the square which is not contained within any of the four circles. | 4 - \pi | 0.916667 |
A particle starts at $(0,0,0)$ in three-dimensional space. Each second, it randomly selects one of the eight lattice points a distance of $\sqrt{3}$ from its current location and moves to that point. What is the probability that, after two seconds, the particle is a distance of $2\sqrt{2}$ from its original location?
*Proposed by Connor Gordon* | \frac{3}{8} | 0.166667 |
For integer $n$ , let $I_n=\int_{\frac{\pi}{4}}^{\frac{\pi}{2}} \frac{\cos (2n+1)x}{\sin x}\ dx.$ (1) Find $I_0.$ (2) For each positive integer $n$ , find $I_n-I_{n-1}.$ (3) Find $I_5$ . | \frac{1}{2} \ln 2 - \frac{8}{15} | 0.083333 |
Let $n$ be square with 4 digits, such that all its digits are less than 6. If we add 1 to each digit the resulting number is another square. Find $n$ | 2025 | 0.583333 |
Find all triples $(a,b,c)$ of real numbers all different from zero that satisfies:
\begin{eqnarray} a^4+b^2c^2=16a\nonumber b^4+c^2a^2=16b \nonumber c^4+a^2b^2=16c \nonumber \end{eqnarray} | (2, 2, 2) | 0.666667 |
Find the point in the closed unit disc $D=\{ (x,y) | x^2+y^2\le 1 \}$ at which the function $f(x,y)=x+y$ attains its maximum . | \left( \frac{1}{\sqrt{2}}, \frac{1}{\sqrt{2}} \right) | 0.666667 |
Let $\omega$ be a circle with radius $1$ . Equilateral triangle $\vartriangle ABC$ is tangent to $\omega$ at the midpoint of side $BC$ and $\omega$ lies outside $\vartriangle ABC$ . If line $AB$ is tangent to $\omega$ , compute the side length of $\vartriangle ABC$ . | \frac{2 \sqrt{3}}{3} | 0.083333 |
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.083333 |
Given that a positive number is singular if its representation as a product of powers of distinct prime numbers contains no even powers other than $0$, determine the maximum number of consecutive singular numbers. | 7 | 0.083333 |
Given a polynomial $P$ with integer coefficients that satisfies $P\left(0\right)=P\left(2\right)=P\left(5\right)=P\left(6\right)=30$ , determine the largest positive integer $d$ that is a divisor of $P\left(n\right)$ for all integers $n$ . | 2 | 0.25 |
Suppose $a, b$ are integers and $a+b$ is a root of $x^2 +ax+b = 0$ . What is the maximum possible value of $b^2$ ? | 81 | 0.75 |
Find all integers $k$ such that both $k + 1$ and $16k + 1$ are perfect squares. | k = 0 \text{ and } k = 3 | 0.916667 |
Nine lines parallel to the base of a triangle divide the other sides each into $10$ equal segments and the area into $10$ distinct parts. If the area of the largest of these parts is $38$, calculate the area of the original triangle. | 200 | 0.166667 |
Find all ordered triples $(a,b, c)$ of positive integers which satisfy $5^a + 3^b - 2^c = 32$ | (2, 2, 1) | 0.833333 |
$2019$ students are voting on the distribution of $N$ items. For each item, each student submits a vote on who should receive that item, and the person with the most votes receives the item (in case of a tie, no one gets the item). Suppose that no student votes for the same person twice. Compute the maximum possible number of items one student can receive, over all possible values of $N$ and all possible ways of voting. | 1009 | 0.333333 |
In tetrahedron $ABCD$ , edge $AB$ has length 3 cm. The area of face $ABC$ is 15 $\text{cm}^2$ and the area of face $ABD$ is 12 $\text{cm}^2$ . These two faces meet each other at a $30^\circ$ angle. Find the volume of the tetrahedron in $\text{cm}^3$ . | 20 | 0.75 |
Calculate the following indefinite integrals.
[1] $\int \sin x\sin 2x dx$
[2] $\int \frac{e^{2x}}{e^x-1}dx$
[3] $\int \frac{\tan ^2 x}{\cos ^2 x}dx$
[4] $\int \frac{e^x+e^{-x}}{e^x-e^{-x}}dx$
[5] $\int \frac{e^x}{e^x+1}dx$ | \ln |e^x + 1| + C | 0.166667 |
Given a trapezoid $ABCD$ with bases $BC$ and $AD$ , with $AD=2 BC$ . Let $M$ be the midpoint of $AD, E$ be the intersection point of the sides $AB$ and $CD$ , $O$ be the intersection point of $BM$ and $AC, N$ be the intersection point of $EO$ and $BC$ . In what ratio, point $N$ divides the segment $BC$ ? | BN:NC = 1:2 | 0.25 |
For natural numbers $x$ and $y$ , let $(x,y)$ denote the greatest common divisor of $x$ and $y$ . How many pairs of natural numbers $x$ and $y$ with $x \le y$ satisfy the equation $xy = x + y + (x, y)$ ? | 3 | 0.166667 |
There are three types of piece shown as below. Today Alice wants to cover a $100 \times 101$ board with these pieces without gaps and overlaps. Determine the minimum number of $1\times 1$ pieces should be used to cover the whole board and not exceed the board. (There are an infinite number of these three types of pieces.)
[asy]
size(9cm,0);
defaultpen(fontsize(12pt));
draw((9,10) -- (59,10) -- (59,60) -- (9,60) -- cycle);
draw((59,10) -- (109,10) -- (109,60) -- (59,60) -- cycle);
draw((9,60) -- (59,60) -- (59,110) -- (9,110) -- cycle);
draw((9,110) -- (59,110) -- (59,160) -- (9,160) -- cycle);
draw((109,10) -- (159,10) -- (159,60) -- (109,60) -- cycle);
draw((180,11) -- (230,11) -- (230,61) -- (180,61) -- cycle);
draw((180,61) -- (230,61) -- (230,111) -- (180,111) -- cycle);
draw((230,11) -- (280,11) -- (280,61) -- (230,61) -- cycle);
draw((230,61) -- (280,61) -- (280,111) -- (230,111) -- cycle);
draw((280,11) -- (330,11) -- (330,61) -- (280,61) -- cycle);
draw((280,61) -- (330,61) -- (330,111) -- (280,111) -- cycle);
draw((330,11) -- (380,11) -- (380,61) -- (330,61) -- cycle);
draw((330,61) -- (380,61) -- (380,111) -- (330,111) -- cycle);
draw((401,11) -- (451,11) -- (451,61) -- (401,61) -- cycle);
[/asy]
*Proposed by amano_hina* | 2 | 0.25 |
The system of equations
$a+bc=1,$
$b+ac=1,$
$c+ab=1,$
has how many real solutions for $a$, $b$, and $c$. | 5 | 0.5 |
Find all triples of positive integers $(x, y, z)$ with $$ \frac{xy}{z}+ \frac{yz}{x}+\frac{zx}{y}= 3 $$ | (1, 1, 1) | 0.916667 |
In rectangle $ ABCD$ , $ AB\equal{}100$ . Let $ E$ be the midpoint of $ \overline{AD}$ . Given that line $ AC$ and line $ BE$ are perpendicular, find the greatest integer less than $ AD$ . | 141 | 0.833333 |
Consider a triangle $ABC$ with $BC = 3$ . Choose a point $D$ on $BC$ such that $BD = 2$ . Find the value of
\[AB^2 + 2AC^2 - 3AD^2.\] | 6 | 0.833333 |
A finite set $\mathcal{S}$ of distinct real numbers has the following properties: the mean of $\mathcal{S}\cup\{1\}$ is 13 less than the mean of $\mathcal{S}$ , and the mean of $\mathcal{S}\cup\{2001\}$ is 27 more than the mean of $\mathcal{S}.$ Find the mean of $\mathcal{S}.$ | 651 | 0.333333 |
Let $ \{a_n\}_{n=1}^\infty $ be an arithmetic progression with $ a_1 > 0 $ and $ 5\cdot a_{13} = 6\cdot a_{19} $ . What is the smallest integer $ n$ such that $ a_n<0 $ ? | 50 | 0.916667 |
Find the maximal positive integer $n$ , so that for any real number $x$ we have $\sin^{n}{x}+\cos^{n}{x} \geq \frac{1}{n}$ . | n = 8 | 0.5 |
Tamika selects two different numbers at random from the set $ \{ 8,9,10\} $ and adds them. Carlos takes two different numbers at random from the set $ \{ 3,5,6\} $ and multiplies them. Calculate the probability that Tamika's result is greater than Carlos' result. | \frac{4}{9} | 0.5 |
Points $A_1, A_2, \ldots, A_{2022}$ are chosen on a plane so that no three of them are collinear. Consider all angles $A_iA_jA_k$ for distinct points $A_i, A_j, A_k$ . What largest possible number of these angles can be equal to $90^\circ$ ?
*Proposed by Anton Trygub* | 2{,}042{,}220 | 0.166667 |
There is the sequence of numbers $1, a_2, a_3, ...$ such that satisfies $1 \cdot a_2 \cdot a_3 \cdot ... \cdot a_n = n^2$ , for every integer $n> 2$ . Determine the value of $a_3 + a_5$ . | \frac{61}{16} | 0.416667 |
If $x$ is a real number, let $\lfloor x \rfloor$ be the greatest integer that is less than or equal to $x$ . If $n$ is a positive integer, let $S(n)$ be defined by
\[
S(n)
= \left\lfloor \frac{n}{10^{\lfloor \log n \rfloor}} \right\rfloor
+ 10 \left( n - 10^{\lfloor \log n \rfloor}
\cdot \left\lfloor \frac{n}{10^{\lfloor \log n \rfloor}} \right\rfloor
\right) \, .
\]
(All the logarithms are base 10.) How many integers $n$ from 1 to 2011 (inclusive) satisfy $S(S(n)) = n$ ? | 108 | 0.083333 |
Four rays spread out from point $O$ in a $3$ -dimensional space in a way that the angle between every two rays is $a$ . Find $\cos a$ . | -\frac{1}{3} | 0.333333 |
Find all triples $(a,b,c)$ of positive integers such that the product of any two of them when divided by the third leaves the remainder $1$ . | (2, 3, 5) | 0.083333 |
Find all polynomials $P(x)$ with real coefficents such that \[P(P(x))=(x^2+x+1)\cdot P(x)\] where $x \in \mathbb{R}$ | P(x) = 0 \text{ or } P(x) = x^2 + x | 0.833333 |
Let $1\le k\le n$ be integers. At most how many $k$ -element subsets can we select from $\{1,2,\dots,n\}$ such that for any two selected subsets, one of the subsets consists of the $k$ smallest elements of their union? | n-k+1 | 0.5 |
$p, q, r$ are distinct prime numbers which satisfy $$ 2pqr + 50pq = 7pqr + 55pr = 8pqr + 12qr = A $$ for natural number $A$ . Find all values of $A$ . | 1980 | 0.416667 |
An $8$-foot by $10$-foot floor is tiled with square tiles of size $1$ foot by $1$ foot. Each tile has a pattern consisting of four white quarter circles of radius $\frac{1}{2}$ foot centered at each corner of the tile. The remaining portion of the tile is shaded. Find the area of the shaded portion of the floor. | 80 - 20\pi | 0.666667 |
A quadrilateral $ABCD$ has a right angle at $\angle ABC$ and satisfies $AB = 12$ , $BC = 9$ , $CD = 20$ , and $DA = 25$ . Determine $BD^2$ .
. | 769 | 0.083333 |
Volume $A$ equals one fourth of the sum of the volumes $B$ and $C$ , while volume $B$ equals one sixth of the sum of the volumes $A$ and $C$ . There are relatively prime positive integers $m$ and $n$ so that the ratio of volume $C$ to the sum of the other two volumes is $\frac{m}{n}$ . Find $m+n$ . | 35 | 0.916667 |
On a blackboard lies $50$ magnets in a line numbered from $1$ to $50$ , with different magnets containing different numbers. David walks up to the blackboard and rearranges the magnets into some arbitrary order. He then writes underneath each pair of consecutive magnets the positive difference between the numbers on the magnets. If the expected number of times he writes the number $1$ can be written in the form $\tfrac mn$ for relatively prime positive integers $m$ and $n$ , compute $100m+n$ .
*Proposed by David Altizio* | 4925 | 0.25 |
For any real numbers $x,y$ that satisfies the equation $$ x+y-xy=155 $$ and $$ x^2+y^2=325 $$ , Find $|x^3-y^3|$ | 4375 | 0.666667 |
Given the function \[ \frac{1}{\left|x+1\right|+\left|x+2\right|+\left|x-3\right|}, \] determine the maximum value of this function. | \frac{1}{5} | 0.333333 |
Find all $3$ -digit numbers $\overline{abc}$ ( $a,b \ne 0$ ) such that $\overline{bcd} \times a = \overline{1a4d}$ for some integer $d$ from $1$ to $9$ | 627 | 0.25 |
In triangle $ABC$ lines $CE$ and $AD$ are drawn so that $\dfrac{CD}{DB}=\dfrac{3}{1}$ and $\dfrac{AE}{EB}=\dfrac{3}{2}$. Let $r=\dfrac{CP}{PE}$ where $P$ is the intersection point of $CE$ and $AD$. Then $r$ equals $\dfrac{CP}{PE}$. | 5 | 0.416667 |
Find all the real numbers $a$ and $b$ that satisfy the relation $2(a^2 + 1)(b^2 + 1) = (a + 1)(b + 1)(ab + 1)$ | (1, 1) \text{ or } (-1, -1) | 0.916667 |
Vasya has $n{}$ candies of several types, where $n>145$ . It is known that for any group of at least 145 candies, there is a type of candy which appears exactly 10 times. Find the largest possible value of $n{}$ .
*Proposed by A. Antropov* | 160 | 0.083333 |
In triangle $ABC$ with $\overline{AB}=\overline{AC}=3.6$, a point $D$ is taken on $AB$ at a distance $1.2$ from $A$. Point $D$ is joined to $E$ in the prolongation of $AC$ so that triangle $AED$ is equal in area to $ABC$. Calculate the length of $\overline{AE}$. | 10.8 | 0.083333 |
What is the sum of all positive integers $n$ such that $\text{lcm}(2n, n^2) = 14n - 24$ ? | 17 | 0.083333 |
Let $A$ and $B$ be two sets of non-negative integers, define $A+B$ as the set of the values obtained when we sum any (one) element of the set $A$ with any (one) element of the set $B$ . For instance, if $A=\{2,3\}$ and $B=\{0,1,2,5\}$ so $A+B=\{2,3,4,5,7,8\}$ .
Determine the least integer $k$ such that there is a pair of sets $A$ and $B$ of non-negative integers with $k$ and $2k$ elements, respectively, and $A+B=\{0,1,2,\dots, 2019,2020\}$ | 32 | 0.333333 |
There are $n$ students standing in line positions $1$ to $n$ . While the teacher looks away, some students change their positions. When the teacher looks back, they are standing in line again. If a student who was initially in position $i$ is now in position $j$ , we say the student moved for $|i-j|$ steps. Determine the maximal sum of steps of all students that they can achieve. | \left\lfloor \frac{n^2}{2} \right\rfloor | 0.083333 |
What is the greatest integer $n$ such that $n\leq1+\frac{1}{\sqrt{2}}+\frac{1}{\sqrt{3}}+\cdots+\frac{1}{\sqrt{2014}}$ | 88 | 0.416667 |
Suppose $28$ objects are placed along a circle at equal distances. In how many ways can $3$ objects be chosen from among them so that no two of the three chosen objects are adjacent nor diametrically opposite? | 2268 | 0.166667 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.