Found problems: 85335
2020 European Mathematical Cup, 2
A positive integer $k\geqslant 3$ is called[i] fibby[/i] if there exists a positive integer $n$ and positive integers $d_1 < d_2 < \ldots < d_k$ with the following properties: \\ $\bullet$ $d_{j+2}=d_{j+1}+d_j$ for every $j$ satisfying $1\leqslant j \leqslant k-2$, \\ $\bullet$ $d_1, d_2, \ldots, d_k$ are divisors of $n$, \\ $\bullet$ any other divisor of $n$ is either less than $d_1$ or greater than $d_k$.
Find all fibby numbers. \\ \\ [i]Proposed by Ivan Novak.[/i]
2007 AMC 12/AHSME, 4
At Frank's Fruit Market, $ 3$ bananas cost as much as $ 2$ apples, and $ 6$ apples cost as much as $ 4$ oranges. How many oranges cost as much as $ 18$ bananas?
$ \textbf{(A)}\ 6 \qquad \textbf{(B)}\ 8 \qquad \textbf{(C)}\ 9 \qquad \textbf{(D)}\ 12 \qquad \textbf{(E)}\ 18$
2014 HMNT, 5
Let $A,B,C,D,E$ be five points on a circle; some segments are drawn between the points so that each of the $5C2 = 10$ pairs of points is connected by either zero or one segments. Determine the number of sets of segments that can be drawn such that:
• It is possible to travel from any of the five points to any other of the five points along drawn
segments.
• It is possible to divide the five points into two nonempty sets $S$ and $T$ such that each segment
has one endpoint in $S$ and the other endpoint in $T$.
2016 CCA Math Bonanza, I7
Simon is playing chess. He wins with probability 1/4, loses with probability 1/4, and draws with probability 1/2. What is the probability that, after Simon has played 5 games, he has won strictly more games than he has lost?
[i]2016 CCA Math Bonanza Individual #7[/i]
Novosibirsk Oral Geo Oly VII, 2019.3
Equal line segments are marked in triangle $ABC$. Find its angles.
[img]https://cdn.artofproblemsolving.com/attachments/0/2/bcb756bba15ba57013f1b6c4cbe9cc74171543.png[/img]
2019 USMCA, 25
Determine the remainder when
\[\prod_{i=1}^{2016} (i^4+5)\]
is divided by $2017$.
2023 Spain Mathematical Olympiad, 5
We have a row of 203 cells. Initially the leftmost cell contains 203 tokens, and the rest are empty. On each move we can do one of the following:
1)Take one token, and move it to an adjacent cell (left or right).
2)Take exactly 20 tokens from the same cell, and move them all to an adjacent cell (all left or all right).
After 2023 moves each cell contains one token. Prove that there exists a token that moved left at least nine times.
1996 German National Olympiad, 6a
Prove the following statement:
If a polynomial $p(x) = x^3 + Ax^2 + Bx +C$ has three real positve roots at least two of which are distinct, then $A^2 +B^2 +18C > 0$.
2001 Czech And Slovak Olympiad IIIA, 1
Determine all polynomials $P$ such that for every real number $x$, $P(x)^2 +P(-x) = P(x^2)+P(x)$
2017 Nordic, 2
Let $a, b, \alpha, \beta$ be real numbers such that $0 \leq a, b \leq 1$, and $0 \leq \alpha, \beta \leq \frac{\pi}{2}$. Show that if \[ ab\cos(\alpha - \beta) \leq \sqrt{(1-a^2)(1-b^2)}, \] then \[ a\cos\alpha + b\sin\beta \leq 1 + ab\sin(\beta - \alpha). \]
2003 Switzerland Team Selection Test, 5
There are $n$ pieces on the squares of a $5 \times 9$ board, at most one on each square at any time during the game. A move in the game consists of simultaneously moving each piece to a neighboring square by side, under the restriction that a piece having been moved horizontally in the previous move must be moved vertically and vice versa. Find the greatest value of $n$ for which there exists an initial position starting at which the game can be continued until the end of the world.
2011 Princeton University Math Competition, A8
Let $1,\alpha_1,\alpha_2,...,\alpha_{10}$ be the roots of the polynomial $x^{11}-1$. It is a fact that there exists a unique polynomial of the form $f(x) = x^{10}+c_9x^9+ \dots + c_1x$ such that each $c_i$ is an integer, $f(0) = f(1) = 0$, and for any $1 \leq i \leq 10$ we have $(f(\alpha_i))^2 = -11$. Find $\left|c_1+2c_2c_9+3c_3c_8+4c_4c_7+5c_5c_6\right|$.
the 14th XMO, P2
Let $p$ be a prime. Define $f_n(k)$ to be the number of positive integers $1\leq x\leq p-1$ such that $$\left(\left\{\frac{x}{p}\right\}-\left\{\frac{k}{p}\right\}\right)\left(\left\{\frac{nx}{p}\right\}-\left\{\frac{k}{p}\right\}\right)<0.$$ Let $a_n=f_n\left(\frac 12\right)+f_n\left(\frac 32\right)+\dots+f_n\left(\frac{2p-1}{2}\right)$, find $\min\{a_2, a_3, \dots, a_{p-1}\}$.
2021 MOAA, 2
[asy]
size(5cm);
defaultpen(fontsize(6pt));
draw((0,0)--(4,0)--(4,4)--(0,4)--cycle);
draw((0,0)--(-4,0)--(-4,-4)--(0,-4)--cycle);
draw((1,-1)--(1,3)--(-3,3)--(-3,-1)--cycle);
draw((-1,1)--(-1,-3)--(3,-3)--(3,1)--cycle);
draw((-4,-4)--(0,-4)--(0,-3)--(3,-3)--(3,0)--(4,0)--(4,4)--(0,4)--(0,3)--(-3,3)--(-3,0)--(-4,0)--cycle, red+1.2);
label("1", (-3.5,0), S);
label("2", (-2,0), S);
label("1", (-0.5,0), S);
label("1", (3.5,0), S);
label("2", (2,0), S);
label("1", (0.5,0), S);
label("1", (0,3.5), E);
label("2", (0,2), E);
label("1", (0,0.5), E);
label("1", (0,-3.5), E);
label("2", (0,-2), E);
label("1", (0,-0.5), E);
[/asy]
Compute the area of the resulting shape, drawn in red above.
[i]Proposed by Nathan Xiong[/i]
2006 Kyiv Mathematical Festival, 1
See all the problems from 5-th Kyiv math festival [url=http://www.mathlinks.ro/Forum/viewtopic.php?p=506789#p506789]here[/url]
Triangle $ABC$ and straight line $l$ are given at the plane. Construct using a compass and a ruler the straightline which is parallel to $l$ and bisects the area of triangle $ABC.$
2007 AMC 12/AHSME, 5
The $ 2007\ \text{AMC}\ 12$ contests will be scored by awarding $ 6$ points for each correct response, $ 0$ points for each incorrect response, and $ 1.5$ points for each problem left unanswered. After looking over the $ 25$ problems, Sarah has decided to attempt the first $ 22$ and leave the last three unanswered. How many of the first $ 22$ problems must she solve correctly in order to score at least $ 100$ points?
$ \textbf{(A)}\ 13 \qquad \textbf{(B)}\ 14 \qquad \textbf{(C)}\ 15 \qquad \textbf{(D)}\ 16 \qquad \textbf{(E)}\ 17$
2014 Postal Coaching, 2
Let $d(n)$ be the number of positive divisors of a natural number $n$.Find all $k\in \mathbb{N}$ such that there exists $n\in \mathbb{N}$ with $d(n^2)/d(n)=k$.
2010 Indonesia TST, 2
Let $\Gamma_1$, $\Gamma_2$, $\Gamma_3$, $\Gamma_4$ be distinct circles such that $\Gamma_1$, $\Gamma_3$ are externally tangent at $P$, and $\Gamma_2$, $\Gamma_4$ are externally tangent at the same point $P$. Suppose that $\Gamma_1$ and $\Gamma_2$; $\Gamma_2$ and $\Gamma_3$; $\Gamma_3$ and $\Gamma_4$; $\Gamma_4$ and $\Gamma_1$ meet at $A$, $B$, $C$, $D$, respectively, and that all these points are different from $P$. Prove that
\[
\frac{AB\cdot BC}{AD\cdot DC}=\frac{PB^2}{PD^2}.
\]
2009 Tournament Of Towns, 2
Mike has $1000$ unit cubes. Each has $2$ opposite red faces, $2$ opposite blue faces and $2$ opposite white faces. Mike assembles them into a $10 \times 10 \times 10$ cube. Whenever two unit cubes meet face to face, these two faces have the same colour. Prove that an entire face of the $10 \times 10 \times 10$ cube has the same colour.
[i](6 points)[/i]
2006 Estonia National Olympiad, 4
In a triangle ABC with circumcentre O and centroid M, lines OM and AM are
perpendicular. Let AM intersect the circumcircle of ABC again at A′. Let lines BA′ and AC intersect at D and let lines CA′ and AB intersect at E. Prove that the circumcentre of triangle ADE lies on the circumcircle of ABC.
VMEO III 2006, 10.1
Let $ABC$ be a triangle inscribed in a circle with center $O$. Let $A_1$ be a point on arc $BC$ that does not contain $ A$ such that the line perpendicular to $OA$ at $A_1$ intersects the lines $AB$ and $AC$ at two points and the line segment joining those two points has as midpoint $A_1$. Points $B_1$, $C_1$ are determined similarly. Prove that the lines $AA_1$, $BB_1$, $CC_1$ are concurrent.
1972 AMC 12/AHSME, 29
If $f(x)=\log \left(\frac{1+x}{1-x}\right)$ for $-1<x<1$, then $f\left(\frac{3x+x^3}{1+3x^2}\right)$ in terms of $f(x)$ is
$\textbf{(A) }-f(x)\qquad\textbf{(B) }2f(x)\qquad\textbf{(C) }3f(x)\qquad$
$\textbf{(D) }\left[f(x)\right]^2\qquad \textbf{(E) }[f(x)]^3-f(x)$
1963 AMC 12/AHSME, 39
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:
[asy]
size(8cm);
pair A = (0, 0), B = (9, 0), C = (3, 6);
pair D = (7.5, 1.5), E = (6.5, 0);
pair P = intersectionpoints(A--D, C--E)[0];
draw(A--B--C--cycle);
draw(A--D);
draw(C--E);
label("$A$", A, SW);
label("$B$", B, SE);
label("$C$", C, N);
label("$D$", D, NE);
label("$E$", E, S);
label("$P$", P, S);
//Credit to MSTang for the asymptote
[/asy]
$\textbf{(A)}\ 3 \qquad
\textbf{(B)}\ \dfrac{3}{2}\qquad
\textbf{(C)}\ 4 \qquad
\textbf{(D)}\ 5 \qquad
\textbf{(E)}\ \dfrac{5}{2}$
2010 Today's Calculation Of Integral, 537
Evaluate $ \int_0^{\frac{\pi}{6}} \frac{\sqrt{1\plus{}\sin x}}{\cos x}\ dx$.
2014 Purple Comet Problems, 11
How many subsets of $\{1,2,3,4,\dots,12\}$ contain exactly one prime number?