Found problems: 85335
2008 AIME Problems, 3
A block of cheese in the shape of a rectangular solid measures $ 10$ cm by $ 13$ cm by $ 14$ cm. Ten slices are cut from the cheese. Each slice has a width of $ 1$ cm and is cut parallel to one face of the cheese. The individual slices are not necessarily parallel to each other. What is the maximum possible volume in cubic cm of the remaining block of cheese after ten slices have been cut off?
2015 IFYM, Sozopol, 5
A positive interger number $k$ is called “$t-m$”-property if forall positive interger number $a$, there exists a positive integer number $n$ such that
${{1}^{k}}+{{2}^{k}}+{{3}^{k}}+...+{{n}^{k}} \equiv a (\bmod m).$
a) Find all positive integer numbers $k$ which has $t-20$-property.
b) Find smallest positive integer number $k$ which has $t-{{20}^{15}}$-property.
2016 MMPC, 2
Let $s_1,s_2,s_3,s_4,...$ be a sequence (infinite list) of $1$s and $0$s. For example $1,0,1,0,1,0,...$, that is, $s_n=1$ if $n$ is odd and $s_n=0$ if $n$ is even, is such a sequence. Prove that it is possible to delete infinitely many terms in $s_1,s_2,s_3,s_4,...$ so that the resulting sequence is the original sequence. For the given example, one can delete $s_3,s_4,s_7,s_8,s_{11},s_{12},...$
1968 Kurschak Competition, 3
For each arrangement $X$ of $n$ white and $n$ black balls in a row, let $f(X)$ be the number of times the color changes as one moves from one end of the row to the other. For each $k$ such that $0 < k < n$, show that the number of arrangements $X$ with $f(X) = n -k$ is the same as the number with $f(X) = n + k$.
2022 AIME Problems, 4
There is a positive real number $x$ not equal to either $\tfrac{1}{20}$ or $\tfrac{1}{2}$ such that $$\log_{20x} (22x)=\log_{2x} (202x).$$ The value $\log_{20x} (22x)$ can be written as $\log_{10} (\tfrac{m}{n})$, where $m$ and $n$ are relatively prime positive integers. Find $m+n$.
2009 Stanford Mathematics Tournament, 3
Given a regular pentagon, find the ratio of its diagonal, $d$, to its side, $a$
2015 Junior Balkan Team Selection Test, 3
Prove inequallity :
$$1+\frac{1}{2^3}+...+\frac{1}{2015^3}<\frac{5}{4}$$
1998 All-Russian Olympiad Regional Round, 9.3
A $10$ digit number is called interesting if its digits are distinct and is divisible by $11111$. Then find the number of interesting numbers.
2008 Moldova Team Selection Test, 2
Let $ a_1,\ldots,a_n$ be positive reals so that $ a_1\plus{}a_2\plus{}\ldots\plus{}a_n\le\frac n2$. Find the minimal value of
$ \sqrt{a_1^2\plus{}\frac1{a_2^2}}\plus{}\sqrt{a_2^2\plus{}\frac1{a_3^2}}\plus{}\ldots\plus{}\sqrt{a_n^2\plus{}\frac1{a_1^2}}$.
2023 Putnam, A1
For a positive integer $n$, let $f_n(x)=\cos (x) \cos (2 x) \cos (3 x) \cdots \cos (n x)$. Find the smallest $n$ such that $\left|f_n^{\prime \prime}(0)\right|>2023$.
2014 Belarusian National Olympiad, 6
Points $C_1, A_1$ and $B_1$ are marked on the sides $AB, BC$ and $CA$ of a triangle $ABC$ so that the segments $AA_1, BB_1$, and $CC_1$ are concurrent (see the fig.). It is known that the area of the white part of the triangle $ABC$ is equal to the area of its black part. Prove that at least one of the segments $AA_1, BB_1, CC_1$ is a median of the triangle $ABC$.
[img]https://1.bp.blogspot.com/-nVVhqdRdf0s/X-WVmt_gyqI/AAAAAAAAM40/943sCRGyCPwT-vqIilTCtXOXHByRLIvPwCLcBGAsYHQ/s0/2014%2Bbelarus%2B11.6.png[/img]
1988 All Soviet Union Mathematical Olympiad, 473
Form $10A$ has $29$ students who are listed in order on its duty roster. Form $10B$ has $32$ students who are listed in order on its duty roster. Every day two students are on duty, one from form $10A$ and one from form $10B$. Each day just one of the students on duty changes and is replaced by the following student on the relevant roster (when the last student on a roster is replaced he is replaced by the first). On two particular days the same two students were on duty. Is it possible that starting on the first of these days and ending the day before the second, every pair of students (one from $10A$ and one from $10B$) shared duty exactly once?
1966 Spain Mathematical Olympiad, 2
A three-digit number is written $xyz$ in the base $7$ system and $zyx$ in the base $9$ system . What is the number?
2009 Greece Junior Math Olympiad, 2
From vertex $A$ of an equilateral triangle $ABC$, a ray $Ax$ intersects $BC$ at point $D$. Let $E$ be a point on $Ax$ such that $BA =BE$. Calculate $\angle AEC$.
2016 AMC 10, 19
Rectangle $ABCD$ has $AB=5$ and $BC=4$. Point $E$ lies on $\overline{AB}$ so that $EB=1$, point $G$ lies on $\overline{BC}$ so that $CG=1$. and point $F$ lies on $\overline{CD}$ so that $DF=2$. Segments $\overline{AG}$ and $\overline{AC}$ intersect $\overline{EF}$ at $Q$ and $P$, respectively. What is the value of $\frac{PQ}{EF}$?
[asy] pair A1=(2,0),A2=(4,4);
pair B1=(0,4),B2=(5,1);
pair C1=(5,0),C2=(0,4);
draw(A1--A2);
draw(B1--B2);
draw(C1--C2);
draw((0,0)--B1--(5,4)--C1--cycle);
dot((20/7,12/7));
dot((3.07692307692,2.15384615384));
label("$Q$",(3.07692307692,2.15384615384),N);
label("$P$",(20/7,12/7),W);
label("$A$",(0,4), NW);
label("$B$",(5,4), NE);
label("$C$",(5,0),SE);
label("$D$",(0,0),SW);
label("$F$",(2,0),S); label("$G$",(5,1),E);
label("$E$",(4,4),N);
dot(A1); dot(A2);
dot(B1); dot(B2);
dot(C1); dot(C2);
dot((0,0)); dot((5,4));[/asy]
$\textbf{(A)}~\frac{\sqrt{13}}{16} \qquad
\textbf{(B)}~\frac{\sqrt{2}}{13} \qquad
\textbf{(C)}~\frac{9}{82} \qquad
\textbf{(D)}~\frac{10}{91}\qquad
\textbf{(E)}~\frac19$
2001 Croatia Team Selection Test, 3
Find all solutions of the equation $(a^a)^5 = b^b$ in positive integers.
2007 Cuba MO, 4
Find all functions $f : R_+ \to R_+$ such that $$x^2(f(x)+f(y)) = (x+y)f(f(x)y)$$ for all positive real $x, y$.
1993 Putnam, B4
$K(x, y), f(x)$ and $g(x)$ are positive and continuous for $x, y \subseteq [0, 1]$. $\int_{0}^{1} f(y) K(x, y) dy = g(x)$ and $\int_{0}^{1} g(y) K(x, y) dy = f(x)$ for all $x \subseteq [0, 1]$. Show that $f = g$ on $[0, 1]$.
2019 CMIMC, 9
Let $a_0=29$, $b_0=1$ and $$a_{n+1} = a_n+a_{n-1}\cdot b_n^{2019}, \qquad b_{n+1}=b_nb_{n-1}$$ for $n\geq 1$. Determine the smallest positive integer $k$ for which $29$ divides $\gcd(a_k, b_k-1)$ whenever $a_1,b_1$ are positive integers and $29$ does not divide $b_1$.
2012 Romania Team Selection Test, 2
Let $\gamma$ be a circle and $l$ a line in its plane. Let $K$ be a point on $l$, located outside of $\gamma$. Let $KA$ and $KB$ be the tangents from $K$ to $\gamma$, where $A$ and $B$ are distinct points on $\gamma$. Let $P$ and $Q$ be two points on $\gamma$. Lines $PA$ and $PB$ intersect line $l$ in two points $R$ and respectively $S$. Lines $QR$ and $QS$ intersect the second time circle $\gamma$ in points $C$ and $D$. Prove that the tangents from $C$ and $D$ to $\gamma$ are concurrent on line $l$.
PEN K Problems, 18
Find all functions $f: \mathbb{Q}\to \mathbb{R}$ such that for all $x,y\in \mathbb{Q}$: \[f(xy)=f(x)f(y)-f(x+y)+1.\]
1987 Flanders Math Olympiad, 1
A rectangle $ABCD$ is given. On the side $AB$, $n$ different points are chosen strictly between $A$ and $B$. Similarly, $m$ different points are chosen on the side $AD$. Lines are drawn from the points parallel to the sides. How many rectangles are formed in this way? (One possibility is shown in the figure.)
[img]https://cdn.artofproblemsolving.com/attachments/0/1/dcf48e4ce318fdcb8c7088a34fac226e26e246.png[/img]
2017 Argentina National Olympiad, 4
For a positive integer $n$ we denote $D_2(n)$ to the number of divisors of $n$ which are perfect squares and $D_3(n)$ to the number of divisors of $n$ which are perfect cubes. Prove that there exists such that $D_2(n)=999D_3(n).$
Note. The perfect squares are $1^2,2^2,3^2,4^2,…$ , the perfect cubes are $1^3,2^3,3^3,4^3,…$ .
2024 Moldova Team Selection Test, 6
Prove that in any triangle the length of the shortest bisector does not exceed three times the radius of the incircle.
2012 Math Prize for Girls Olympiad, 1
Let $A_1A_2 \dots A_n$ be a polygon (not necessarily regular) with $n$ sides. Suppose there is a translation that maps each point $A_i$ to a point $B_i$ in the same plane. For convenience, define $A_0 = A_n$ and $B_0 = B_n$. Prove that
\[
\sum_{i=1}^{n} (A_{i-1} B_{i})^2 = \sum_{i=1}^{n} (B_{i-1} A_{i})^2 \, .
\]