Found problems: 85335
2022 CMIMC Integration Bee, 12
\[\int_{\pi/4}^{\pi/2} \tan^{-1}\left(\tan^2(x)\right)\sin(2x)\,\mathrm dx\]
[i]Proposed by Vlad Oleksenko[/i]
2018 SIMO, Q1
Sheldon and Bella play a game on an infinite grid of cells. On each of his turns, Sheldon puts one of the following tetrominoes (reflections and rotations aren't permitted)
[asy]
size(200);
draw((0, 0)--(1, 0)--(1, 2)--(0, 2)--cycle);
draw((1, 1)--(2, 1)--(2, 3)--(1, 3)--cycle);
draw((0,1)--(1,1));
draw((1,2)--(2,2));
draw((5, 0.5)--(6, 0.5)--(6, 1.5)--(5, 1.5)--cycle);
draw((6, 0.5)--(7, 0.5)--(7, 1.5)--(6, 1.5)--cycle);
draw((6, 1.5)--(7, 1.5)--(7, 2.5)--(6, 2.5)--cycle);
draw((7, 1.5)--(8, 1.5)--(8, 2.5)--(7, 2.5)--cycle);
[/asy]
somewhere on the grid without overlap. Then, Bella colors that tetromino such that it has a different color from any other tetromino that shares a side with it. After $2631$ such moves by each player, the game ends, and Sheldon's score is the number of colors used by Bella.
What's the maximum $N$ such that Sheldon can guarantee that his score will be at least $N$?
2001 AMC 10, 18
The plane is tiled by congruent squares and congruent pentagons as indicated. The percent of the plane that is enclosed by the pentagons is closest to
$ \textbf{(A)} \ 50 \qquad \textbf{(B)} \ 52 \qquad \textbf{(C)} \ 54 \qquad \textbf{(D)} \ 56 \qquad \textbf{(E)} \ 58 \qquad$
[asy]unitsize(3mm);
defaultpen(linewidth(0.8pt));
path p1=(0,0)--(3,0)--(3,3)--(0,3)--(0,0);
path p2=(0,1)--(1,1)--(1,0);
path p3=(2,0)--(2,1)--(3,1);
path p4=(3,2)--(2,2)--(2,3);
path p5=(1,3)--(1,2)--(0,2);
path p6=(1,1)--(2,2);
path p7=(2,1)--(1,2);
path[] p=p1^^p2^^p3^^p4^^p5^^p6^^p7;
for(int i=0; i<3; ++i)
{
for(int j=0; j<3; ++j)
{
draw(shift(3*i,3*j)*p);
}
}[/asy]
2002 AMC 10, 23
Let $ \{a_k\}$ be a sequence of integers such that $ a_1 \equal{} 1$ and $ a_{m \plus{} n} \equal{} a_m \plus{} a_n \plus{} mn$, for all positive integers $ m$ and $ n$. Then $ a_{12}$ is
$ \textbf{(A)}\ 45 \qquad \textbf{(B)}\ 56 \qquad \textbf{(C)}\ 67 \qquad \textbf{(D)}\ 78 \qquad \textbf{(E)}\ 89$
2020 China Second Round Olympiad, 3
Let $a_1=1,$ $a_2=2,$ $a_n=2a_{n-1}+a_{n-2},$ $n=3,4,\cdots.$ Prove that for any integer $n\geq5,$ $a_n$ has at least one prime factor $p,$ such that $p\equiv 1\pmod{4}.$
2018 IFYM, Sozopol, 4
The cells of a table [b]m x n[/b], $m \geq 5$, $n \geq 5$ are colored in 3 colors where:
(i) Each cell has an equal number of adjacent (by side) cells from the other two colors;
(ii) Each of the cells in the 4 corners of the table doesn’t have an adjacent cell in the same color.
Find all possible values for $m$ and $n$.
2018 Macedonia National Olympiad, Problem 1
Determine all natural numbers $n$ such that $9^n - 7$ can be represented as a product of at least two consecutive natural numbers.
1992 Romania Team Selection Test, 10
In a tetrahedron $VABC$, let $I$ be the incenter and $A',B',C'$ be arbitrary points on the edges $AV,BV,CV$, and let $S_a,S_b,S_c,S_v$ be the areas of triangles $VBC,VAC,VAB,ABC$, respectively. Show that points $A',B',C',I$ are coplanar if and only if $\frac{AA'}{A'V}S_a +\frac{BB'}{B'V}S_b +\frac{CC'}{C'V}S_c = S_v$
1974 Putnam, B4
A function $f: \mathbb{R}^{2} \rightarrow \mathbb{R}$ is said to be [i]continuous in each variable separately [/i] if, for each fixed value $y_0$ of $y$, the function $f(x, y_0)$ is contnuous in the usual sense as a function in $x,$ and similarly $f(x_0 , y)$ is continuous as a function of $y$ for each fixed $x_0$.
Let $f: \mathbb{R}^{2} \rightarrow \mathbb{R}$ be continuous in each variable separately. Show that there exists a sequence of continuous functions $g_n: \mathbb{R}^{2} \rightarrow \mathbb{R}$ such that
$$f(x,y) =\lim_{n\to \infty}g_{n}(x,y)$$
for all $(x,y)\in \mathbb{R}^{2}.$
2014 Contests, 4
We are given a row of $n\geq7$ tiles. In the leftmost 3 tiles, there is a white piece each, and in the rightmost 3 tiles, there is a black piece each. The white and black players play in turns (the white starts). In each move, a player may take a piece of their color, and move it to an adjacent tile, so long as it's not occupied by a piece of the [u]same color[/u]. If the new tile is empty, nothing happens. If the tile is occupied by a piece of the [u]opposite color[/u], both pieces are destroyed (both white and black). The player who destroys the last two pieces wins the game.
Which player has a winning strategy, and what is it? (The answer may depend on $n$)
2014 Contests, 2 juniors
Let $ABCD$ be a parallelogram with an acute angle at $A$. Let $G$ be a point on the line $AB$, distinct from $B$, such that $|CG| = |CB|$. Let $H$ be a point on the line $BC$, distinct from $B$, such that $|AB| =|AH|$. Prove that triangle $DGH$ is isosceles.
[asy]
unitsize(1.5 cm);
pair A, B, C, D, G, H;
A = (0,0);
B = (2,0);
D = (0.5,1.5);
C = B + D - A;
G = reflect(A,B)*(C) + C - B;
H = reflect(B,C)*(H) + A - B;
draw(H--A--D--C--G);
draw(interp(A,G,-0.1)--interp(A,G,1.1));
draw(interp(C,H,-0.1)--interp(C,H,1.1));
draw(D--G--H--cycle, dashed);
dot("$A$", A, SW);
dot("$B$", B, SE);
dot("$C$", C, E);
dot("$D$", D, NW);
dot("$G$", G, NE);
dot("$H$", H, SE);
[/asy]
1996 Flanders Math Olympiad, 1
In triangle $\Delta ADC$ we got $AD=DC$ and $D=100^\circ$.
In triangle $\Delta CAB$ we got $CA=AB$ and $A=20^\circ$.
Prove that $AB=BC+CD$.
2007 AMC 10, 25
For each positive integer $n$, let $S(n)$ denote the sum of the digits of $n.$ For how many values of $n$ is $n + S(n) + S(S(n)) = 2007?$
$\mathrm{(A)}\ 1 \qquad \mathrm{(B)}\ 2 \qquad \mathrm{(C)}\ 3 \qquad \mathrm{(D)}\ 4 \qquad \mathrm{(E)}\ 5$
1950 Putnam, A5
A function $D(n)$ of the positive integral variable $n$ is defined by the following properties: $D(1) = 0, D(p) = 1$ if $p$ is a prime, $D(uv) = u D(v) + v D(u)$ for any two positive integers $u$ and $v.$ Answer all three parts below.
(i) Show that these properties are compatible and determine uniquely $D(n).$ (Derive a formula for $D(n) /n,$ assuming that $n = p_1^{\alpha_1} p_2^{\alpha_2} \cdots p_k^{\alpha_k}$ where $p_1, p_2, \ldots, p_k$ are different primes.)
(ii) For what values of $n$ is $D(n) = n?$
(iii) Define $D^2 (n) = D[D(n)],$ etc., and find the limit of $D^m (63)$ as $m$ tends to $\infty.$
2004 Federal Competition For Advanced Students, Part 1, 3
For natural numbers $a, b$, define $Z(a,b)=\frac{(3a)!\cdot (4b)!}{a!^4 \cdot b!^3}$.
[b](a)[/b] Prove that $Z(a, b)$ is an integer for $a \leq b$.
[b](b)[/b] Prove that for each natural number $b$ there are infinitely many natural numbers a such that $Z(a, b)$ is not an integer.[/list]
2008 IMAC Arhimede, 1
Find all prime numbers $ p $ for which $ 1 + p\cdot 2^{p} $ is a perfect square.
2012 Hanoi Open Mathematics Competitions, 8
[b]Q8.[/b] Given a triangle $ABC$ and $2$ point $K \in AB, \; N \in BC$ such that $BK=2AK, \; CN=2BN$ and $Q$ is the common point of $AN$ and $CK$. Compute $\dfrac{ S_{ \triangle ABC}}{S_{\triangle BCQ}}.$
MOAA Team Rounds, 2021.11
Find the product of all possible real values for $k$ such that the system of equations
$$x^2+y^2= 80$$
$$x^2+y^2= k+2x-8y$$
has exactly one real solution $(x,y)$.
[i]Proposed by Nathan Xiong[/i]
2009 AMC 8, 3
The graph shows the constant rate at which Suzanna rides her bike. If she rides a total of a half an hour at the same speed, how many miles would she have ridden?
[asy]
size(200);
import graph; /* this is a label */
Label f;
f.p=fontsize(0);
xaxis(-0.9,20,Ticks(f, 5.0, 5.0));
yaxis(-0.9,20, Ticks(f, 22.0,5.0)); //
real f(real x)
{
return x;
}
draw(graph(f,-1,22),black+linewidth(1));
label("1", (-1,5), black);
label("2", (-1, 10), black);
label("3", (-1, 15), black);
label("4", (-1, 20), black);
dot((5,5), black+linewidth(5));
dot((10,10), black+linewidth(5));
dot((15, 15), black+linewidth(5));
dot((20,20), black+linewidth(5));
label("MINUTES", (11,-5), S);
label(rotate(90)*"MILES", (-5,11), W);[/asy]
$ \textbf{(A) }5\qquad\textbf{(B) }5.5\qquad\textbf{(C) }6\qquad\textbf{(D) }6.5\qquad\textbf{(E) }7 $
2018 Regional Olympiad of Mexico West, 5
Let $ABC$ be a scalene triangle, $\Gamma$ its circumscribed circle and $H$ the point where the altitudes of triangle $ABC$ meet. The circumference with center at $H$ passing through $A$ cuts $\Gamma$ at a second point $D$. In the same way, the circles with center at $H$ and passing through $B$ and $C$ cut $\Gamma$ again at points $E$ and $F$, respectively. Prove that $H$ is also the point in which the altitudes of the triangle $DEF$ meet.
2006 Iran MO (3rd Round), 2
$ABC$ is a triangle and $R,Q,P$ are midpoints of $AB,AC,BC$. Line $AP$ intersects $RQ$ in $E$ and circumcircle of $ABC$ in $F$. $T,S$ are on $RP,PQ$ such that $ES\perp PQ,ET\perp RP$. $F'$ is on circumcircle of $ABC$ that $FF'$ is diameter. The point of intersection of $AF'$ and $BC$ is $E'$. $S',T'$ are on $AB,AC$ that $E'S'\perp AB,E'T'\perp AC$. Prove that $TS$ and $T'S'$ are perpendicular.
2018 AMC 8, 16
Professor Chang has nine different language books lined up on a bookshelf: two Arabic, three German, and four Spanish. How many ways are there to arrange the nine books on the shelf keeping the Arabic books together and keeping the Spanish books together?
$\textbf{(A) }1440\qquad\textbf{(B) }2880\qquad\textbf{(C) }5760\qquad\textbf{(D) }182,440\qquad \textbf{(E) }362,880$
2019 Tournament Of Towns, 4
Isosceles triangles with a fixed angle $\alpha$ at the vertex opposite to the base are being inscribed into a rectangle $ABCD$ so that this vertex lies on the side $BC$ and the vertices of the base lie on the sides $AB$ and $CD$. Prove that the midpoints of the bases of all such triangles coincide.
(Igor Zhizhilkin)
2007 South africa National Olympiad, 4
Let $ ABC$ be a triangle and $ PQRS$ a square with $ P$ on $ AB$, $ Q$ on $ AC$, and $ R$ and $ S$ on $ BC$. Let $ H$ on $ BC$ such that $ AH$ is the altitude of the triangle from $ A$ to base $ BC$. Prove that:
(a) $ \frac{1}{AH} \plus{}\frac{1}{BC}\equal{}\frac{1}{PQ}$
(b) the area of $ ABC$ is twice the area of $ PQRS$ iff $ AH\equal{}BC$
2022 AMC 8 -, 2
Consider these two operations:
\begin{align*}
a \, \blacklozenge \, b &= a^2 - b^2\\
a \, \bigstar \, b &= (a - b)^2
\end{align*}
What is the value of $(5 \, \blacklozenge \, 3) \, \bigstar \, 6?$
$\textbf{(A) } {-}20\qquad\textbf{(B) } 4\qquad\textbf{(C) } 16\qquad\textbf{(D) } 100\qquad\textbf{(E) } 220$