Found problems: 85335
2023 Junior Balkan Team Selection Tests - Romania, P2
Let $ABC$ be an acute-angled triangle with $BC > AB$, such that the points $A$, $H$, $I$ and $C$ are concyclic (where $H$ is the orthocenter and $I$ is the incenter of triangle $ABC$). The line $AC$ intersects the circumcircle of triangle $BHC$ at point $T$, and the line $BC$ intersects the circumcircle of triangle $AHC$ at point $P$. If the lines $PT$ and $HI$ are parallel, determine the measures of the angles of triangle $ABC$.
2024 Princeton University Math Competition, A7
Call a $2$-by-$2$ grid a [I]perfectly perfect square[/I] if it contains distinct positive integers such that the sum of each row is a perfect square and the sum of each column is a perfect square. Define $f(n)$ to be the number of perfectly perfect squares whose entries sum to $n.$ Let $m$ be the smallest integer such that $f(m) > m.$ Find $f(m).$
2000 Austrian-Polish Competition, 4
Find all positive integers $N$ having only prime divisors $2,5$ such that $N+25$ is a perfect square.
1956 Putnam, A2
Prove that every positive integer has a multiple whose decimal representation involves all ten digits.
2020 New Zealand MO, 7
Josie and Ross are playing a game on a $20 \times 20$ chessboard. Initially the chessboard is empty. The two players alternately take turns, with Josie going first. On Josie’s turn, she selects any two different empty cells, and places one white stone in each of them. On Ross’ turn, he chooses any one white stone currently on the board, and replaces it with a black stone. If at any time there are $ 8$ consecutive cells in a line (horizontally or vertically) all of which contain a white stone, Josie wins. Is it possible that Ross can stop Josie winning - regardless of how Josie plays?
2015 Saudi Arabia IMO TST, 2
Let $ABC$ be a triangle with orthocenter $H$. Let $P$ be any point of the plane of the triangle. Let $\Omega$ be the circle with the diameter $AP$ . The circle $\Omega$ cuts $CA$ and $AB$ again at $E$ and $F$ , respectively. The line $PH$ cuts $\Omega$ again at $G$. The tangent lines to $\Omega$ at $E, F$ intersect at $T$. Let $M$ be the midpoint of $BC$ and $L$ be the point on $MG$ such that $AL$ and $MT$ are parallel. Prove that $LA$ and $LH$ are orthogonal.
Lê Phúc Lữ
2013 May Olympiad, 2
Construct the midpoint of a segment using an unmarked ruler and a [i]trisector[/i] that marks in a segment the two points that divide the segment in three equal parts.
1997 Brazil Team Selection Test, Problem 2
We say that a subset $A$ of $\mathbb N$ is good if for some positive integer $n$, the equation $x-y=n$ admits infinitely many solutions with $x,y\in A$. If $A_1,A_2,\ldots,A_{100}$ are sets whose union is $\mathbb N$, prove that at least one of the $A_i$s is good.
1992 AMC 12/AHSME, 8
A square floor is tiled with congruent square tiles. The tiles on the two diagonals of the floor are black. The rest of the tiles are white. If there are 101 black tiles, then the total number of tiles is
[asy]
size(200);
defaultpen(linewidth(0.7)+fontsize(10));
draw((0,0)--(0,3)^^(1,0)--(1,3)^^(2,0)--(2,3)^^(3,0)--(3,3)^^(0,0)--(3,0)^^(0,1)--(3,1)^^(0,2)--(3,2)^^(0,3)--(3,3));
draw((0,12)--(0,15)^^(1,12)--(1,15)^^(2,12)--(2,15)^^(3,12)--(3,15)^^(0,12)--(3,12)^^(0,13)--(3,13)^^(0,14)--(3,14)^^(0,15)--(3,15));
draw((12,0)--(12,3)^^(13,0)--(13,3)^^(14,0)--(14,3)^^(15,0)--(15,3)^^(12,0)--(15,0)^^(12,1)--(15,1)^^(12,2)--(15,2)^^(12,3)--(15,3));
draw((12,12)--(12,15)^^(13,12)--(13,15)^^(14,12)--(14,15)^^(15,12)--(15,15)^^(12,12)--(15,12)^^(12,13)--(15,13)^^(12,14)--(15,14)^^(12,15)--(15,15));
draw((5,5)--(5,10)^^(6,5)--(6,10)^^(7,5)--(7,10)^^(8,5)--(8,10)^^(9,5)--(9,10)^^(10,5)--(10,10)^^(5,5)--(10,5)^^(5,6)--(10,6)^^(5,7)--(10,7)^^(5,8)--(10,8)^^(5,9)--(10,9)^^(5,10)--(10,10));
draw((3.5,.2)--(11.5,.2)^^(3.5,1.5)--(11.5,1.5)^^(3.5,13.5)--(11.5,13.5)^^(3.5,14.8)--(11.5,14.8), linetype("1 7"));
draw((.2,3.5)--(.2,11.5)^^(1.5,3.5)--(1.5,11.5)^^(13.5,3.5)--(13.5,11.5)^^(14.8,3.5)--(14.8,11.5), linetype("1 7"));
draw((3.5,3.5)--(4.5,4.5)^^(3.5,11.5)--(4.5,10.5)^^(11.5,3.5)--(10.5,4.5)^^(11.5,11.5)--(10.5,10.5), linetype("1 7"));
fill((0,0)--(1,0)--(1,1)--(0,1)--cycle,black);
fill((1,1)--(2,1)--(2,2)--(1,2)--cycle,black);
fill((2,2)--(3,2)--(3,3)--(2,3)--cycle,black);
fill((0,14)--(1,14)--(1,15)--(0,15)--cycle,black);
fill((1,13)--(2,13)--(2,14)--(1,14)--cycle,black);
fill((2,12)--(3,12)--(3,13)--(2,13)--cycle,black);
fill((14,0)--(15,0)--(15,1)--(14,1)--cycle,black);
fill((13,1)--(14,1)--(14,2)--(13,2)--cycle,black);
fill((12,2)--(13,2)--(13,3)--(12,3)--cycle,black);
fill((14,14)--(15,14)--(15,15)--(14,15)--cycle,black);
fill((13,13)--(14,13)--(14,14)--(13,14)--cycle,black);
fill((12,12)--(13,12)--(13,13)--(12,13)--cycle,black);
fill((5,5)--(6,5)--(6,6)--(5,6)--cycle,black);
fill((6,6)--(7,6)--(7,7)--(6,7)--cycle,black);
fill((7,7)--(8,7)--(8,8)--(7,8)--cycle,black);
fill((8,8)--(9,8)--(9,9)--(8,9)--cycle,black);
fill((9,9)--(10,9)--(10,10)--(9,10)--cycle,black);
fill((5,9)--(6,9)--(6,10)--(5,10)--cycle,black);
fill((6,8)--(7,8)--(7,9)--(6,9)--cycle,black);
fill((8,6)--(9,6)--(9,7)--(8,7)--cycle,black);
fill((9,5)--(10,5)--(10,6)--(9,6)--cycle,black);
[/asy]
$ \textbf{(A)}\ 121\qquad\textbf{(B)}\ 625\qquad\textbf{(C)}\ 676\qquad\textbf{(D)}\ 2500\qquad\textbf{(E)}\ 2601 $
Estonia Open Junior - geometry, 2006.1.3
Let ABCD be a parallelogram, M the midpoint of AB and N the intersection of CD
and the angle bisector of ABC. Prove that CM and BN are perpendicular iff AN is the angle bisector of DAB.
2001 China Team Selection Test, 2.2
Given distinct positive integers \( g \) and \( h \), let all integer points on the number line \( OX \) be vertices. Define a directed graph \( G \) as follows: for any integer point \( x \), \( x \rightarrow x + g \), \( x \rightarrow x - h \). For integers \( k, l (k < l) \), let \( G[k, l] \) denote the subgraph of \( G \) with vertices limited to the interval \([k, l]\). Find the largest positive integer \( \alpha \) such that for any integer \( r \), the subgraph \( G[r, r + \alpha - 1] \) of \( G \) is acyclic. Clarify the structure of subgraphs \( G[r, r + \alpha - 1] \) and \( G[r, r + \alpha] \) (i.e., how many connected components and what each component is like).
Novosibirsk Oral Geo Oly VII, 2020.2
It is known that four of these sticks can be assembled into a quadrilateral. Is it always true that you can make a triangle out of three of them?
2023 ISL, N7
Let $a,b,c,d$ be positive integers satisfying \[\frac{ab}{a+b}+\frac{cd}{c+d}=\frac{(a+b)(c+d)}{a+b+c+d}.\] Determine all possible values of $a+b+c+d$.
2001 Bundeswettbewerb Mathematik, 4
Prove: For each positive integer is the number of divisors whose decimal representations ends with a 1 or 9 not less than the number of divisors whose decimal representations ends with 3 or 7.
2023 4th Memorial "Aleksandar Blazhevski-Cane", P1
Let $a, b, c, d$ be integers. Prove that for any positive integer $n$, there are at least $\left \lfloor{\frac{n}{4}}\right \rfloor $ positive integers $m \leq n$ such that $m^5 + dm^4 + cm^3 + bm^2 + 2023m + a$ is not a perfect square.
[i]Proposed by Ilir Snopce[/i]
2020 AMC 12/AHSME, 12
Let $\overline{AB}$ be a diameter in a circle of radius $5\sqrt2.$ Let $\overline{CD}$ be a chord in the circle that intersects $\overline{AB}$ at a point $E$ such that $BE=2\sqrt5$ and $\angle AEC = 45^{\circ}.$ What is $CE^2+DE^2?$
$\textbf{(A)}\ 96 \qquad\textbf{(B)}\ 98 \qquad\textbf{(C)}\ 44\sqrt5 \qquad\textbf{(D)}\ 70\sqrt2 \qquad\textbf{(E)}\ 100$
2021 JHMT HS, 10
A pharmaceutical company produces a disease test that has a $95\%$ accuracy rate on individuals who actually have an infection, and a $90\%$ accuracy rate on individuals who do not have an infection. They use their test on a population of mathletes, of which $2\%$ actually have an infection. If a test concludes that a mathlete has an infection, then the probability that the mathlete actually does have an infection is $\tfrac{a}{b},$ where $a$ and $b$ are relatively prime positive integers. Find $a + b.$
1966 Kurschak Competition, 1
Can we arrange $5$ points in space to form a pentagon with equal sides such that the angle between each pair of adjacent edges is $90^o$?
2002 Junior Balkan Team Selection Tests - Moldova, 4
$9$ chess players participate in a chess tournament. According to the regulation, each participant plays a single game with each of the others. At a certain moment of the competition it was found that exactly two participants played the same number of party. To prove that in this case, not a single chess player played any the game, or just one chess player played with everyone else.
2012 National Olympiad First Round, 12
How many subsets of the set $\{1,2,3,4,5,6,7,8,9,10\}$ are there that does not contain 4 consequtive integers?
$ \textbf{(A)}\ 596 \qquad \textbf{(B)}\ 648 \qquad \textbf{(C)}\ 679 \qquad \textbf{(D)}\ 773 \qquad \textbf{(E)}\ 812$
2000 India Regional Mathematical Olympiad, 4
All the $7$ digit numbers containing each of the digits $1,2,3,4,5,6,7$ exactly once , and not divisible by $5$ are arranged in increasing order. Find the $200th$ number in the list.
2018 Danube Mathematical Competition, 2
Prove that there are infinitely many pairs of positive integers $(m, n)$ such that simultaneously $m$ divides $n^2 + 1$ and $n$ divides $m^2 + 1$.
2018 AMC 12/AHSME, 5
What is the sum of all possible values of $k$ for which the polynomials $x^2 - 3x + 2$ and $x^2 - 5x + k$ have a root in common?
$
\textbf{(A) }3 \qquad
\textbf{(B) }4 \qquad
\textbf{(C) }5 \qquad
\textbf{(D) }6 \qquad
\textbf{(E) }10 \qquad
$
2012 IFYM, Sozopol, 6
Calculate the sum
$1+\frac{\binom{2}{1}}{8}+\frac{\binom{4}{2}}{8^2}+\frac{\binom{6}{3}}{8^3}+...+\frac{\binom{2n}{n}}{8^n}+...$
2020 Canada National Olympiad, 3
There are finite many coins in David’s purse. The values of these coins are pair wisely distinct positive integers. Is that possible to make such a purse, such that David has exactly $2020$ different ways to select the coins in his purse and the sum of these selected coins is $2020$?