Found problems: 85335
2023 LMT Spring, 5
How many ways are there to place the integers from $1$ to $8$ on the vertices of a regular octagon such that the sum of the numbers on any $4$ vertices forming a rectangle is even? Rotations and reflections of the same arrangement are considered distinct
2022 AIME Problems, 7
A circle with radius $6$ is externally tangent to a circle with radius $24$. Find the area of the triangular region bounded by the three common tangent lines of these two circles.
2014 Dutch IMO TST, 5
On each of the $2014^2$ squares of a $2014 \times 2014$-board a light bulb is put. Light bulbs can be either on or off. In the starting situation a number of the light bulbs is on. A move consists of choosing a row or column in which at least $1007$ light bulbs are on and changing the state of all $2014$ light bulbs in this row or column (from on to off or from off to on). Find the smallest non-negative integer $k$ such that from each starting situation there is a finite sequence of moves to a situation in which at most $k$ light bulbs are on.
2017 Saint Petersburg Mathematical Olympiad, 6
Given three real numbers $a,b,c\in [0,1)$ such that $a^2+b^2+c^2=1$. Find the smallest possible value of
$$\frac{a}{\sqrt{1-a^2}}+\frac{b}{\sqrt{1-b^2}}+\frac{c}{\sqrt{1-c^2}}.$$
2024 Pan-American Girls’ Mathematical Olympiad, 5
Find all functions $f: \mathbb{R} \to \mathbb{R}$ such that
$f(f(x+y) - f(x)) + f(x)f(y) = f(x^2) - f(x+y),$
for all real numbers $x, y$.
1995 AMC 12/AHSME, 26
In the figure, $\overline{AB}$ and $\overline{CD}$ are diameters of the circle with center $O$, $\overline{AB} \perp \overline{CD}$, and chord $\overline{DF}$ intersects $\overline{AB}$ at $E$. If $DE = 6$ and $EF = 2$, then the area of the circle is
[asy]
size(120); defaultpen(linewidth(0.7));
pair O=origin, A=(-5,0), B=(5,0), C=(0,5), D=(0,-5), F=5*dir(40), E=intersectionpoint(A--B, F--D);
draw(Circle(O, 5));
draw(A--B^^C--D--F);
dot(O^^A^^B^^C^^D^^E^^F);
markscalefactor=0.05;
draw(rightanglemark(B, O, D));
label("$A$", A, dir(O--A));
label("$B$", B, dir(O--B));
label("$C$", C, dir(O--C));
label("$D$", D, dir(O--D));
label("$F$", F, dir(O--F));
label("$O$", O, NW);
label("$E$", E, SE);[/asy]
$\textbf{(A)}\ 23\pi \qquad
\textbf{(B)}\ \dfrac{47}{2}\pi \qquad
\textbf{(C)}\ 24\pi \qquad
\textbf{(D)}\ \dfrac{49}{2}\pi \qquad
\textbf{(E)}\ 25\pi$
2019 Belarusian National Olympiad, 11.4
The altitudes $CC_1$ and $BB_1$ are drawn in the acute triangle $ABC$. The bisectors of angles $\angle BB_1C$ and $\angle CC_1B$ intersect the line $BC$ at points $D$ and $E$, respectively, and meet each other at point $X$.
Prove that the intersection points of circumcircles of the triangles $BEX$ and $CDX$ lie on the line $AX$.
[i](A. Voidelevich)[/i]
1997 Pre-Preparation Course Examination, 6
A polygon can be dissected into $100$ rectangles, but it cannot be dissected into $99$ rectangles. Prove that this polygon cannot be dissected into $100$ triangles.
2005 National Olympiad First Round, 29
Let $h_1$ and $h_2$ be the altitudes of a triangle drawn to the sides with length $5$ and $2\sqrt 6$, respectively. If $5+h_1 \leq 2\sqrt 6 + h_2$, what is the third side of the triangle?
$
\textbf{(A)}\ 5
\qquad\textbf{(B)}\ 7
\qquad\textbf{(C)}\ 2\sqrt 6
\qquad\textbf{(D)}\ 3\sqrt 6
\qquad\textbf{(E)}\ 5\sqrt 3
$
2001 Flanders Math Olympiad, 4
A student concentrates on solving quadratic equations in $\mathbb{R}$. He starts with a first quadratic equation $x^2 + ax + b = 0$ where $a$ and $b$ are both different from 0. If this first equation has solutions $p$ and $q$ with $p \leq q$, he forms a second quadratic equation $x^2 + px + q = 0$. If this second equation has solutions, he forms a third quadratic equation in an identical way. He continues this process as long as possible. Prove that he will not obtain more than five equations.
2016 Saudi Arabia Pre-TST, 2.1
1) Prove that there are infinitely many positive integers $n$ such that there exists a permutation of $1, 2, 3, . . . , n$ with the property that the difference between any two adjacent numbers is equal to either $2015$ or $2016$.
2) Let $k$ be a positive integer. Is the statement in 1) still true if we replace the numbers $2015$ and $2016$ by $k$ and $k + 2016$, respectively?
2016 Purple Comet Problems, 24
Find the largest prime $p$ such that $p$ divides $2^{p+1} + 3^{p+1} + 5^{p+1} + 7^{p+1}$.
2013 SDMO (Middle School), 2
Find all sequences $\left(a_0,a_1,a_2,a_3\right)$, where for each $k$, $0\leq k\leq3$, $a_k$ is the number of times that the number $k$ appears in the sequence $\left(a_0,a_1,a_2,a_3\right)$.
1980 AMC 12/AHSME, 7
Sides $AB,BC,CD$ and $DA$ of convex polygon $ABCD$ have lengths 3,4,12, and 13, respectively, and $\measuredangle CBA$ is a right angle. The area of the quadrilateral is
[asy]
size(200);
defaultpen(linewidth(0.7)+fontsize(10));
real r=degrees((12,5)), s=degrees((3,4));
pair D=origin, A=(13,0), C=D+12*dir(r), B=A+3*dir(180-(90-r+s));
draw(A--B--C--D--cycle);
markscalefactor=0.05;
draw(rightanglemark(A,B,C));
pair point=incenter(A,C,D);
label("$A$", A, dir(point--A));
label("$B$", B, dir(point--B));
label("$C$", C, dir(point--C));
label("$D$", D, dir(point--D));
label("$3$", A--B, dir(A--B)*dir(-90));
label("$4$", B--C, dir(B--C)*dir(-90));
label("$12$", C--D, dir(C--D)*dir(-90));
label("$13$", D--A, dir(D--A)*dir(-90));[/asy]
$\text{(A)} \ 32 \qquad \text{(B)} \ 36 \qquad \text{(C)} \ 39 \qquad \text{(D)} \ 42 \qquad \text{(E)} \ 48$
1996 AMC 12/AHSME, 21
Triangles $ABC$ and $ABD$ are isosceles with $AB =AC = BD$, and $BD$ intersects $AC$ at $E$. If $BD$ is perpendicular to $AC$, then $\angle C + \angle D$ is
[asy]
size(130);
defaultpen(linewidth(0.8) + fontsize(11pt));
pair A, B, C, D, E;
real angle = 70;
B = origin;
A = dir(angle);
D = dir(90-angle);
C = rotate(2*(90-angle), A) * B;
draw(A--B--C--cycle);
draw(B--D--A);
E = extension(B, D, C, A);
draw(rightanglemark(B, E, A, 1.5));
label("$A$", A, dir(90));
label("$B$", B, dir(210));
label("$C$", C, dir(330));
label("$D$", D, dir(0));
label("$E$", E, 1.5*dir(340));
[/asy]
$\textbf{(A)}\ 115^\circ \qquad \textbf{(B)}\ 120^\circ \qquad \textbf{(C)}\ 130^\circ \qquad \textbf{(D)}\ 135^\circ \qquad \textbf{(E)}\ \text{not uniquely determined}$
2002 Estonia National Olympiad, 4
Let $a_1, ... ,a_5$ be real numbers such that at least $N$ of the sums $a_i+a_j$ ($i < j$) are integers. Find the greatest value of $N$ for which it is possible that not all of the sums $a_i+a_j$ are integers.
2014 Federal Competition For Advanced Students, 2
We call a set of squares with sides parallel to the coordinate axes and vertices with integer coordinates friendly if any two of them have exactly two points in common. We consider friendly sets in which each of the squares has sides of length $n$. Determine the largest possible number of squares in such a friendly set.
2002 Romania Team Selection Test, 1
Let $ABCD$ be a unit square. For any interior points $M,N$ such that the line $MN$ does not contain a vertex of the square, we denote by $s(M,N)$ the least area of the triangles having their vertices in the set of points $\{ A,B,C,D,M,N\}$. Find the least number $k$ such that $s(M,N)\le k$, for all points $M,N$.
[i]Dinu Șerbănescu[/i]
1998 Harvard-MIT Mathematics Tournament, 7
Given that three roots of $f(x)=x^4+ax^2+bx+c$ are $2$, $-3$, and $5$, what is the value of $a+b+c$?
2012 India Regional Mathematical Olympiad, 2
Let $a,b,c$ be positive integers such that $a|b^4, b|c^4$ and $c|a^4$. Prove that $abc|(a+b+c)^{21}$
2017 Kyiv Mathematical Festival, 2
A triangle $ABC$ is given. Let $D$ be a point on the extension of the segment $AB$ beyond $A$ such that $AD=BC,$ and $E$ be a point on the extension of the segment $BC$ beyond $B$ such that $BE=AC.$ Prove that the circumcircle of the triangle $DEB$ passes through the incenter of the triangle $ABC.$
2012 Poland - Second Round, 1
$f,g:\mathbb{R}\rightarrow\mathbb{R}$ find all $f,g$ satisfying $\forall x,y\in \mathbb{R}$:
\[g(f(x)-y)=f(g(y))+x.\]
2021 Iran MO (3rd Round), 3
Let $n\ge 3$ be a fixed integer. There are $m\ge n+1$ beads on a circular necklace. You wish to paint the beads using $n$ colors, such that among any $n+1$ consecutive beads every color appears at least once. Find the largest value of $m$ for which this task is $\emph{not}$ possible.
[i]Carl Schildkraut, USA[/i]
2010 IMAC Arhimede, 2
Find all functions $ f: \mathbb{R}\to\mathbb{R}$ such that we have $f(x + y) = f(x) + f(y) + f(xy)$ for all $ x,y\in \mathbb{R}$
2024 AMC 8 -, 25
A small airplane has $4$ rows of seats with $3$ seats in each row. Eight passengers have boarded the plane and are distributed randomly among the seats. A married couple is next to board. What is the probability there will be 2 adjacent seats in the same row for the couple?