Found problems: 85335
1965 Polish MO Finals, 5
Points $ A_1 $, $ B_1 $, $ C_1 $ divide respectively the sides $ BC $, $ CA $, $ AB $ of the triangle $ ABC $ in the ratios $ k_1 $, $ k_2 $, $ k_3 $. Calculate the ratio of the areas of triangles $ A_1B_1C_1 $ and $ ABC $.
1997 AMC 12/AHSME, 21
For any positive integer $ n$, let \[f(n) \equal{} \begin{cases} \log_8{n}, & \text{if }\log_8{n}\text{ is rational,} \\
0, & \text{otherwise.} \end{cases}\] What is $ \sum_{n \equal{} 1}^{1997}{f(n)}$?
$ \textbf{(A)}\ \log_8{2047}\qquad \textbf{(B)}\ 6\qquad \textbf{(C)}\ \frac {55}{3}\qquad \textbf{(D)}\ \frac {58}{3}\qquad \textbf{(E)}\ 585$
1959 IMO, 2
For what real values of $x$ is \[ \sqrt{x+\sqrt{2x-1}}+\sqrt{x-\sqrt{2x-1}}=A \] given
a) $A=\sqrt{2}$;
b) $A=1$;
c) $A=2$,
where only non-negative real numbers are admitted for square roots?
2009 Greece Junior Math Olympiad, 1
If the number $K = \frac{9n^2+31}{n^2+7}$ is integer, find the possible values of $n \in Z$.
2017 CMIMC Team, 4
Say an odd positive integer $n > 1$ is $\textit{twinning}$ if $p - 2 \mid n$ for every prime $p \mid n$. Find the number of twinning integers less than 250.
2021 Korea Winter Program Practice Test, 7
For all integers $x,y$, a non-negative integer $f(x,y)$ is written on the point $(x,y)$ on the coordinate plane. Initially, $f(0,0) = 4$ and the value written on all remaining points is $0$.
For integers $n, m$ that satisfies $f(n,m) \ge 2$, define '[color=#9a00ff]Seehang[/color]' as the act of reducing $f(n,m)$ by $1$, selecting 3 of $f(n,m+1), f(n,m-1), f(n+1,m), f(n-1,m)$ and increasing them by 1.
Prove that after a finite number of '[color=#0f0][color=#9a00ff]Seehang[/color][/color]'s, it cannot be $f(n,m)\le 1$ for all integers $n,m$.
2003 May Olympiad, 4
Bob plotted $2003$ green points on the plane, so all triangles with three green vertices have area less than $1$.
Prove that the $2003$ green points are contained in a triangle $T$ of area less than $4$.
2021 BMT, 23
Shivani has a single square with vertices labeled $ABCD$. She is able to perform the following transformations:
$\bullet$ She does nothing to the square.
$\bullet$ She rotates the square by $90$, $180$, or $270$ degrees.
$\bullet$ She reflects the square over one of its four lines of symmetry.
For the first three timesteps, Shivani only performs reflections or does nothing. Then for the next three timesteps, she only performs rotations or does nothing. She ends up back in the square’s original configuration. Compute the number of distinct ways she could have achieved this.
2017 Stars of Mathematics, 4
Let $ ABC $ be an acute triangle having $ AB<AC, $ let $ M $ be the midpoint of the segment $ BC, D$ be a point on the segment $ AM, E $ be a point on the segment $ BD $ and $ F $ on the line $ AB $ such that $ EF $ is parallel to $ BC, $ and such that $ AE $ and $ DF $ pass through the orthocenter of $ ABC. $
Prove that the interior bisectors of $ \angle BAC $ and $ \angle BDC, $ together with $ BC $ are concurrent.
[i]Vlad Robu[/i]
1968 AMC 12/AHSME, 34
With $400$ members voting the House of Representatives defeated a bill. A re-vote, with the same members voting, resulted in passage of the bill by twice the margin$\dagger$ by which it was originally defeated. The number voting for the bill on the re-vote was $\frac{12}{11}$ of the number voting against it originally. How many more members voted for the bill the second time than voted for it the first time?
$\textbf{(A)}\ 75 \qquad\textbf{(B)}\ 60 \qquad\textbf{(C)}\ 50 \qquad\textbf{(D)}\ 45 \qquad\textbf{(E)}\ 20$
$\dagger$ In this context, margin of defeat (passage) is defined as the number of nays minus the number of ayes (nays-ayes).
2021 Alibaba Global Math Competition, 18
Let $p$ be an odd prime number, and let $m \ge 0$ and $N \ge 1$ be integers. Let $\Lambda$ be a free $\mathbb{Z}/p^N\mathbb{Z}$-module of rank $2m+1$, equipped with a perfect symmetric $\mathbb{Z}/p^N\mathbb{Z}$-bilinear form
\[(\, ,\,): \Lambda \times \Lambda \to \mathbb{Z}/p^N\mathbb{Z}.\]
Here ``perfect'' means that the induced map
\[\Lambda \to \text{Hom}_{\mathbb{Z}/p^N\mathbb{Z}}(\Lambda, \mathbb{Z}/p^N\mathbb{Z}), \quad x \mapsto (x,\cdot)\]
is an isomorphism. Find the cardinality of the set
\[\{x \in \Lambda: (x,x)=0\},\]
expressed in terms of $p,m,N$.
2016 LMT, 6
A positive integer is called [i]cool[/i] if it can be expressed in the form $a!\cdot b!+315$ where $a,b$ are positive integers. For example, $1!\cdot 1!+315=316$ is a cool number. Find the sum of all cool numbers that are also prime numbers.
[i]Proposed by Evan Fang
2022/2023 Tournament of Towns, P1
Is it possible to arrange $36$ distinct numbers in the cells of a $6 \times 6$ table, so that in each $1\times 5$ rectangle (both vertical and horizontal) the sum of the numbers equals $2022$ or $2023$?
1986 AMC 12/AHSME, 6
Using a table of a certain height, two identical blocks of wood are placed as shown in Figure 1. Length $r$ is found to be $32$ inches. After rearranging the blocks as in Figure 2, length $s$ is found to be $28$ inches. How high is the table?
[asy]
size(300);
defaultpen(linewidth(0.8)+fontsize(13pt));
path table = origin--(1,0)--(1,6)--(6,6)--(6,0)--(7,0)--(7,7)--(0,7)--cycle;
path block = origin--(3,0)--(3,1.5)--(0,1.5)--cycle;
path rotblock = origin--(1.5,0)--(1.5,3)--(0,3)--cycle;
draw(table^^shift((14,0))*table);
filldraw(shift((7,0))*block^^shift((5.5,7))*rotblock^^shift((21,0))*rotblock^^shift((18,7))*block,gray);
draw((7.25,1.75)--(8.5,3.5)--(8.5,8)--(7.25,9.75),Arrows(size=5));
draw((21.25,3.25)--(22,3.5)--(22,8)--(21.25,8.25),Arrows(size=5));
unfill((8,5)--(8,6.5)--(9,6.5)--(9,5)--cycle);
unfill((21.5,5)--(21.5,6.5)--(23,6.5)--(23,5)--cycle);
label("$r$",(8.5,5.75));
label("$s$",(22,5.75));
[/asy]
$\textbf{(A) }28\text{ inches}\qquad\textbf{(B) }29\text{ inches}\qquad\textbf{(C) }30\text{ inches}\qquad\textbf{(D) }31\text{ inches}\qquad\textbf{(E) }32\text{ inches}$
2021 Israel TST, 2
Suppose $x,y,z\in \mathbb R^+$. Prove that \[\frac {x}{\sqrt{yz+4xy+4xz}}+\frac {y}{\sqrt{zx+4yz+4yx}}+\frac {z}{\sqrt{xy+4zx+4zy}}\geq 1\].
2019 JBMO Shortlist, G5
Let $P$ be a point in the interior of a triangle $ABC$. The lines $AP, BP$ and $CP$
intersect again the circumcircles of the triangles $PBC, PCA$ and $PAB$ at $D, E$ and $F$
respectively. Prove that $P$ is the orthocenter of the triangle $DEF$ if and only if $P$ is the
incenter of the triangle $ABC$.
[i]Proposed by Romania[/i]
2012 Online Math Open Problems, 4
How many positive even numbers have an even number of digits and are less than 10000?
[i]Author: Ray Li[/i]
2024 HMNT, 3
Suppose that $a,b,$ and $c$ are [i]distinct[/i] positive integers such that $a^bb^c=a^c.$ Across all possible values of $a,b,$ and $c,$ compute the minimum value of $a+b+c.$
2013 Bosnia And Herzegovina - Regional Olympiad, 1
If $a$, $b$ and $c$ are nonnegative real numbers such that $a^2+b^2+c^2=1$, prove that $$\frac{1}{2} \leq \frac{a}{1+a^4}+\frac{b}{1+b^4}+\frac{c}{1+c^4} \leq \frac{9\sqrt{3}}{10}$$
2024 Romania EGMO TST, P2
Given a graph with $99$ vertices and degrees in $\{81,82,\dots,90\}$, prove that there exist $10$ vertices of this graph with equal degrees and a common neighbour.
[i]Proposed by Alireza Alipour[/i]
2000 Irish Math Olympiad, 2
In a cyclic quadrilateral $ ABCD, a,b,c,d$ are its side lengths, $ Q$ its area, and $ R$ its circumradius. Prove that:
$ R^2\equal{}\frac{(ab\plus{}cd)(ac\plus{}bd)(ad\plus{}bc)}{16Q^2}$.
Deduce that $ R \ge \frac{(abcd)^{\frac{3}{4}}}{Q\sqrt{2}}$ with equality if and only if $ ABCD$ is a square.
1992 Baltic Way, 11
Let $ Q^\plus{}$ denote the set of positive rational numbers. Show that there exists one and only one function $f: Q^\plus{}\to Q^\plus{}$ satisfying the following conditions:
(i) If $ 0<q<1/2$ then $ f(q)\equal{}1\plus{}f(q/(1\minus{}2q))$,
(ii) If $ 1<q\le2$ then $ f(q)\equal{}1\plus{}f(q\minus{}1)$,
(iii) $ f(q)\cdot f(1/q)\equal{}1$ for all $ q\in Q^\plus{}$.
2001 Putnam, 4
Triangle $ABC$ has area $1$. Points $E$, $F$, and $G$ lie, respectively, on sides $BC$, $CA$, and $AB$ such that $AE$ bisects $BF$ at point $R$, $BF$ bisects $CG$ at point $S$, and $CG$ bisects $AE$ at point $T$. Find the area of the triangle $RST$.
2019 IMEO, 4
Call a two-element subset of $\mathbb{N}$ [i]cute[/i] if it contains exactly one prime number and one composite number. Determine all polynomials $f \in \mathbb{Z}[x]$ such that for every [i]cute[/i] subset $ \{ p,q \}$, the subset $ \{ f(p) + q, f(q) + p \} $ is [i]cute[/i] as well.
[i]Proposed by Valentio Iverson (Indonesia)[/i]
2021 AMC 10 Spring, 1
How many integer values satisfy $|x|<3\pi$?
$\textbf{(A) }9 \qquad \textbf{(B) }10 \qquad \textbf{(C) }18 \qquad \textbf{(D) }19 \qquad \textbf{(E) }20$