Found problems: 85335
2013 Today's Calculation Of Integral, 895
In the coordinate plane, suppose that the parabola $C: y=-\frac{p}{2}x^2+q\ (p>0,\ q>0)$ touches the circle with radius 1 centered on the origin at distinct two points. Find the minimum area of the figure enclosed by the part of $y\geq 0$ of $C$ and the $x$-axis.
PEN A Problems, 97
Suppose that $n$ is a positive integer and let \[d_{1}<d_{2}<d_{3}<d_{4}\] be the four smallest positive integer divisors of $n$. Find all integers $n$ such that \[n={d_{1}}^{2}+{d_{2}}^{2}+{d_{3}}^{2}+{d_{4}}^{2}.\]
1958 February Putnam, A5
Show that the integral equation
$$f(x,y) = 1 + \int_{0}^{x} \int_{0}^{y} f(u,v) \, du \, dv$$
has at most one solution continuous for $0\leq x \leq 1, 0\leq y \leq 1.$
1974 IMO Longlists, 31
Let $y^{\alpha}=\sum_{i=1}^n x_i^{\alpha}$ where $\alpha \neq 0, y > 0, x_i > 0$ are real numbers, and let $\lambda \neq \alpha$ be a real number. Prove that $y^{\lambda} > \sum_{i=1}^n x_i^{\lambda}$ if $\alpha (\lambda - \alpha) > 0,$ and $y^{\lambda} < \sum_{i=1}^n x_i^{\lambda}$ if $\alpha (\lambda - \alpha) < 0.$
2018 Romanian Masters in Mathematics, 5
Let $n$ be positive integer and fix $2n$ distinct points on a circle. Determine the number of ways to connect the points with $n$ arrows (oriented line segments) such that all of the following conditions hold: [list] [*]each of the $2n$ points is a startpoint or endpoint of an arrow; [*]no two arrows intersect; and [*]there are no two arrows $\overrightarrow{AB}$ and $\overrightarrow{CD}$ such that $A$, $B$, $C$ and $D$ appear in clockwise order around the circle (not necessarily consecutively). [/list]
2016 Online Math Open Problems, 12
A [i]9-cube[/i] is a nine-dimensional hypercube (and hence has $2^9$ vertices, for example). How many five-dimensional faces does it have?
(An $n$ dimensional hypercube is defined to have vertices at each of the points $(a_1,a_2,\cdots ,a_n)$ with $a_i\in \{0,1\}$ for $1\le i\le n$)
[i]Proposed by Evan Chen[/i]
1987 Bulgaria National Olympiad, Problem 6
Let $\Delta$ be the set of all triangles inscribed in a given circle, with angles whose measures are integer numbers of degrees different than $45^\circ,90^\circ$ and $135^\circ$. For each triangle $T\in\Delta$, $f(T)$ denotes the triangle with vertices at the second intersection points of the altitudes of $T$ with the circle.
(a) Prove that there exists a natural number $n$ such that for every triangle $T\in\Delta$, among the triangles $T,f(T),\ldots,f^n(T)$ (where $f^0(T)=T$ and $f^k(T)=f(f^{k-1}(T))$) at least two are equal.
(b) Find the smallest $n$ with the property from (a).
2025 Bundeswettbewerb Mathematik, 3
Let $k$ be a semicircle with diameter $AB$ and midpoint $M$. Let $P$ be a point on $k$ different from $A$ and $B$.
The circle $k_A$ touches $k$ in a point $C$, the segment $MA$ in a point $D$, and additionally the segment $MP$. The circle $k_B$ touches $k$ in a point $E$ and additionally the segments $MB$ and $MP$.
Show that the lines $AE$ and $CD$ are perpendicular.
2015 Moldova Team Selection Test, 4
Consider a positive integer $n$ and $A = \{ 1,2,...,n \}$. Call a subset $X \subseteq A$ [i][b]perfect[/b][/i] if $|X| \in X$. Call a perfect subset $X$ [i][b]minimal[/b][/i] if it doesn't contain another perfect subset. Find the number of minimal subsets of $A$.
1966 IMO Shortlist, 49
Two mirror walls are placed to form an angle of measure $\alpha$. There is a candle inside the angle. How many reflections of the candle can an observer see?
2008 Balkan MO Shortlist, N2
Let $ c$ be a positive integer. The sequence $ a_1,a_2,\ldots$ is defined as follows $ a_1\equal{}c$, $ a_{n\plus{}1}\equal{}a_n^2\plus{}a_n\plus{}c^3$ for all positive integers $ n$. Find all $ c$ so that there are integers $ k\ge1$ and $ m\ge2$ so that $ a_k^2\plus{}c^3$ is the $ m$th power of some integer.
2015 Costa Rica - Final Round, A2
Determine, if they exist, the real values of $x$ and $y$ that satisfy that $$\frac{x^2}{y^2} +\frac{y^2}{x^2} +\frac{x}{y}+\frac{y}{x} = 0$$ such that $x + y <0.$
1978 AMC 12/AHSME, 6
The number of distinct pairs $(x,y)$ of real numbers satisfying both of the following equations: \begin{align*}x&=x^2+y^2, \\ y&=2xy\end{align*} is
$\textbf{(A) }0\qquad\textbf{(B) }1\qquad\textbf{(C) }2\qquad\textbf{(D) }3\qquad \textbf{(E) }4$
2019-IMOC, A4
Find all functions $f:\mathbb N\to\mathbb N$ so that
$$f^{2f(b)}(2a)=f(f(a+b))+a+b$$
holds for all positive integers $a,b$.
1958 AMC 12/AHSME, 47
$ ABCD$ is a rectangle (see the accompanying diagram) with $ P$ any point on $ \overline{AB}$. $ \overline{PS} \perp \overline{BD}$ and $ \overline{PR} \perp \overline{AC}$. $ \overline{AF} \perp \overline{BD}$ and $ \overline{PQ} \perp \overline{AF}$. Then $ PR \plus{} PS$ is equal to:
[asy]defaultpen(linewidth(.8pt));
unitsize(3cm);
pair D = origin;
pair C = (2,0);
pair B = (2,1);
pair A = (0,1);
pair P = waypoint(B--A,0.2);
pair S = foot(P,D,B);
pair R = foot(P,A,C);
pair F = foot(A,D,B);
pair Q = foot(P,A,F);
pair T = intersectionpoint(P--Q,A--C);
pair X = intersectionpoint(A--C,B--D);
draw(A--B--C--D--cycle);
draw(A--C);
draw(B--D);
draw(P--S);
draw(A--F);
draw(P--R);
draw(P--Q);
label("$A$",A,NW);
label("$B$",B,NE);
label("$C$",C,SE);
label("$D$",D,SW);
label("$P$",P,N);
label("$S$",S,SE);
label("$T$",T,N);
label("$E$",X,SW+SE);
label("$R$",R,SW);
label("$F$",F,SE);
label("$Q$",Q,SW);[/asy]
$ \textbf{(A)}\ PQ\qquad \textbf{(B)}\ AE\qquad \textbf{(C)}\ PT \plus{} AT\qquad \textbf{(D)}\ AF\qquad \textbf{(E)}\ EF$
2022 Princeton University Math Competition, A7
Let $\vartriangle ABC$ be a triangle with $BC = 7$, $CA = 6$, and, $AB = 5$. Let $I$ be the incenter of $\vartriangle ABC$. Let the incircle of $\vartriangle ABC$ touch sides $BC$, $CA$, and $AB$ at points $D,E$, and $F$. Let the circumcircle of $\vartriangle AEF$ meet the circumcircle of $\vartriangle ABC$ for a second time at point $X\ne A$. Let $P$ denote the intersection of $XI$ and $EF$. If the product $XP \cdot IP$ can be written as $\frac{m}{n}$ for relatively prime positive integers $m, n$, find $m + n$.
1947 Putnam, A2
A real valued continuous function $f$ satisfies for all real $x$ and $y$ the functional equation
$$ f(\sqrt{x^2 +y^2 })= f(x)f(y).$$
Prove that
$$f(x) =f(1)^{x^{2}}.$$
2024 CCA Math Bonanza, TB1
Let $S$ be the set of all positive integers $n$ such that $3n$ and $n+225$ share a divisor that is not $1$. Find the $100$th smallest element in $S$.
[i]Tiebreaker #1[/i]
2003 AMC 10, 7
The symbolism $ \lfloor x\rfloor$ denotes the largest integer not exceeding $ x$. For example. $ \lfloor3\rfloor\equal{}3$, and $ \lfloor 9/2\rfloor\equal{}4$. Compute
\[ \lfloor\sqrt1\rfloor\plus{}\lfloor\sqrt2\rfloor\plus{}\lfloor\sqrt3\rfloor\plus{}\cdots\plus{}\lfloor\sqrt{16}\rfloor.
\]$ \textbf{(A)}\ 35 \qquad
\textbf{(B)}\ 38 \qquad
\textbf{(C)}\ 40 \qquad
\textbf{(D)}\ 42 \qquad
\textbf{(E)}\ 136$
1997 Vietnam Team Selection Test, 2
There are $ 25$ towns in a country. Find the smallest $ k$ for which one can set up two-direction flight routes connecting these towns so that the following conditions are satisfied:
1) from each town there are exactly $ k$ direct routes to $ k$ other towns;
2) if two towns are not connected by a direct route, then there is a town which has direct routes to these two towns.
2019 CMI B.Sc. Entrance Exam, 5
Three positive reals $x , y , z $ satisfy \\
$x^2 + y^2 = 3^2 \\
y^2 + yz + z^2 = 4^2 \\
x^2 + \sqrt{3}xz + z^2 = 5^2 .$ \\
Find the value of $2xy + xz + \sqrt{3}yz$
2023 JBMO Shortlist, G2
Let $ABC$ be a triangle with $AB<AC$ and $\omega$ be its circumcircle. The tangent line to $\omega$ at $A$ intersects line $BC$ at $D$ and let $E$ be a point on $\omega$ such that $BE$ is parallel to $AD$. $DE$ intersects segment $AB$ and $\omega$ at $F$ and $G$, respectively. The circumcircle of $BGF$ intersects $BE$ at $N$. The line $NF$ intersects lines $AD$ and $EA$ at $S$ and $T$, respectively. Prove that $DGST$ is cyclic.
2019 India IMO Training Camp, P3
Let $k$ be a positive integer. The organising commitee of a tennis tournament is to schedule the matches for $2k$ players so that every two players play once, each day exactly one match is played, and each player arrives to the tournament site the day of his first match, and departs the day of his last match. For every day a player is present on the tournament, the committee has to pay $1$ coin to the hotel. The organisers want to design the schedule so as to minimise the total cost of all players' stays. Determine this minimum cost.
Kyiv City MO 1984-93 - geometry, 1993.8.4
The diameter of a circle of radius $R$ is divided into $4$ equal parts. The point $M$ is taken on the circle. Prove that the sum of the squares of the distances from the point $M$ to the points of division (together with the ends of the diameter) does not depend on the choice of the point $M$. Calculate this sum.
2010 Saudi Arabia Pre-TST, 2.4
Let $AMNB$ be a quadrilateral inscribed in a semicircle of diameter $AB = x$. Denote $AM = a$, $MN = b$, $NB = c$. Prove that $x^3- (a^2 + b^2 + c^2)x -2abc = 0$.