This website contains problems from math contests. Problems and corresponding tags were obtained from the Art of Problem Solving website.

Tags were heavily modified to better represent problems.

AND:
OR:
NO:

Found problems: 85335

2024 AMC 12/AHSME, 18

Tags:
The Fibonacci numbers are defined by $F_1=1,$ $F_2=1,$ and $F_n=F_{n-1}+F_{n-2}$ for $n\geq 3.$ What is $$\dfrac{F_2}{F_1}+\dfrac{F_4}{F_2}+\dfrac{F_6}{F_3}+\cdots+\dfrac{F_{20}}{F_{10}}?$$ $\textbf{(A) }318 \qquad\textbf{(B) }319\qquad\textbf{(C) }320\qquad\textbf{(D) }321\qquad\textbf{(E) }322$

2021 Bulgaria National Olympiad, 3

Find all $f:R^+ \rightarrow R^+$ such that $f(f(x) + y)f(x) = f(xy + 1)\ \ \forall x, y \in R^+$ @below: [url]https://artofproblemsolving.com/community/c6h2254883_2020_imoc_problems[/url] [quote]Feel free to start individual threads for the problems as usual[/quote]

2021 Latvia TST, 2.5

Suppose that $a,b,c,d$ are positive real numbers satisfying $(a+c)(b+d)=ac+bd$. Find the smallest possible value of $$\frac{a}{b}+\frac{b}{c}+\frac{c}{d}+\frac{d}{a}.$$ [i]Israel[/i]

2014 Contests, 1

Tags: 48 degree
The diagram below shows a circle with center $F$. The angles are related with $\angle BFC = 2\angle AFB$, $\angle CFD = 3\angle AFB$, $\angle DFE = 4\angle AFB$, and $\angle EFA = 5\angle AFB$. Find the degree measure of $\angle BFC$. [asy] size(4cm); pen dps = fontsize(10); defaultpen(dps); dotfactor=4; draw(unitcircle); pair A,B,C,D,E,F; A=dir(90); B=dir(66); C=dir(18); D=dir(282); E=dir(210); F=origin; dot("$F$",F,NW); dot("$A$",A,dir(90)); dot("$B$",B,dir(66)); dot("$C$",C,dir(18)); dot("$D$",D,dir(306)); dot("$E$",E,dir(210)); draw(F--E^^F--D^^F--C^^F--B^^F--A); [/asy]

1995 China National Olympiad, 3

Let $n(n>1)$ be an odd. We define $x_k=(x^{(k)}_1,x^{(k)}_2,\cdots ,x^{(k)}_n)$ as follow: $x_0=(x^{(0)}_1,x^{(0)}_2,\cdots ,x^{(0)}_n)=(1,0,\cdots ,0,1)$; $ x^{(k)}_i =\begin{cases}0, \quad x^{(k-1)}_i=x^{(k-1)}_{i+1},\\ 1, \quad x^{(k-1)}_i\not= x^{(k-1)}_{i+1},\end{cases} $ $i=1,2,\cdots ,n$, where $x^{(k-1)}_{n+1}= x^{(k-1)}_1$. Let $m$ be a positive integer satisfying $x_0=x_m$. Prove that $m$ is divisible by $n$.

2016 Purple Comet Problems, 6

Tags: geometry
The following diagram shows a square where each side has seven dots that divide the side into six equal segments. All the line segments that connect these dots that form a 45 degree angle with a side of the square are drawn as shown. The area of the shaded region is 75. Find the area of the original square. For diagram go to http://www.purplecomet.org/welcome/practice

2021 Balkan MO Shortlist, N1

Let $n \geq 2$ be an integer and let \[M=\bigg\{\frac{a_1 + a_2 + ... + a_k}{k}: 1 \le k \le n\text{ and }1 \le a_1 < \ldots < a_k \le n\bigg\}\] be the set of the arithmetic means of the elements of all non-empty subsets of $\{1, 2, ..., n\}$. Find \[\min\{|a - b| : a, b \in M\text{ with } a \neq b\}.\]

2006 Pre-Preparation Course Examination, 3

Show that if $f: [0,1]\rightarrow [0,1]$ is a continous function and it has topological transitivity then periodic points of $f$ are dense in $[0,1]$. Topological transitivity means there for every open sets $U$ and $V$ there is $n>0$ such that $f^n(U)\cap V\neq \emptyset$.

2013 South East Mathematical Olympiad, 1

Let $a,b$ be real numbers such that the equation $x^3-ax^2+bx-a=0$ has three positive real roots . Find the minimum of $\frac{2a^3-3ab+3a}{b+1}$.

2000 Stanford Mathematics Tournament, 6

Tags: probability
Three cards, only one of which is an ace, are placed face down on a table. You select one, but do not look at it. The dealer turns over one of the other cards, which is not the ace (if neither are, he picks one of them randomly to turn over). You get a chance to change your choice and pick either of the remaining two face-down cards. If you selected the cards so as to maximize the chance of finding the ace on the second try, what is the probability that you selected it on the    (a) first try?    (b) second try?

2024 Czech-Polish-Slovak Junior Match, 5

For a positive integer $n$, let $S(n)$ be the sum of its decimal digits. Determine the smallest positive integer $n$ for which $4 \cdot S(n)=3 \cdot S(2n)$.

2000 Harvard-MIT Mathematics Tournament, 18

What is the value of $ \sum_{n=1}^\infty (\tan^{-1}\sqrt{n}-\tan^{-1}\sqrt{n+1})$?

2004 Federal Competition For Advanced Students, P2, 6

Tags: geometry
Over the sides of an equilateral triangle with area $ 1$ are triangles with the opposite angle $ 60^{\circ}$ to each side drawn outside of the triangle. The new corners are $ P$, $ Q$ and $ R$. (and the new triangles $ APB$, $ BQC$ and $ ARC$) 1)What is the highest possible area of the triangle $ PQR$? 2)What is the highest possible area of the triangle whose vertexes are the midpoints of the inscribed circles of the triangles $ APB$, $ BQC$ and $ ARC$?

2018 AIME Problems, 11

Find the least positive integer $n$ such that when $3^n$ is written in base $143$, its two right-most digits in base $143$ are $01$.

1985 AMC 8, 11

[asy]size(100); draw((0,0)--(1,0)--(1,1)--(1,2)--(2,2)--(2,3)--(2,4)--(1,4)--(1,3)--(0,3)--(-1,3)--(-1,2)--(0,2)--(0,1)--cycle); draw((0,1)--(1,1)); draw((0,2)--(1,2)); draw((0,2)--(0,3)); draw((1,2)--(1,3)); draw((1,3)--(2,3)); label("Z",(0.5,0.2),N); label("X",(0.5,1.2),N); label("V",(0.5,2.2),N); label("U",(-0.5,2.2),N); label("W",(1.5,2.2),N); label("Y",(1.5,3.2),N);[/asy] A piece of paper containing six joined squares labeled as shown in the diagram is folded along the edges of the squares to form a cube. The label of the face opposite the face labeled $ \text{X}$ is: \[ \textbf{(A)}\ \text{Z} \qquad \textbf{(B)}\ \text{U} \qquad \textbf{(C)}\ \text{V} \qquad \textbf{(D)}\ \text{W} \qquad \textbf{(E)}\ \text{Y} \]

2014 Saint Petersburg Mathematical Olympiad, 1

Tags: algebra
$f(x)$ is square polynomial and $a \neq b$ such that $f(a)=b,f(b)=a$. Prove that there is not other pair $(c,d)$ that $f(c)=d,f(d)=c$

2020 Balkan MO Shortlist, G1

Tags: geometry
Let $ABC$ be an acute triangle with $AB=AC$, let $D$ be the midpoint of the side $AC$, and let $\gamma$ be the circumcircle of the triangle $ABD$. The tangent of $\gamma$ at $A$ crosses the line $BC$ at $E$. Let $O$ be the circumcenter of the triangle $ABE$. Prove that midpoint of the segment $AO$ lies on $\gamma$. [i]Proposed by Sam Bealing, United Kingdom[/i]

1989 Romania Team Selection Test, 1

Prove that $\sqrt {1+\sqrt {2+\ldots +\sqrt {n}}}<2$, $\forall n\ge 1$.

2020 Colombia National Olympiad, 5

Tags: geometry
Given an acute-angled triangle $ABC$ with $D$ is the foot of the altitude from $A.$ The perpendicular lines to $BC$ through $B$ and $C$ intersect the altitudes from $C$ and $B$ at points $M$ and $N$, respectively. Show that $AD$ $=$ $BC$ if and only if $A,M,N$ and $D$ lie on the same circle.

1950 Miklós Schweitzer, 1

Tags: algebra
Let $ \{k_n\}_{n \equal{} 1}^{\infty}$ be a sequence of real numbers having the properties $ k_1 > 1$ and $ k_1 \plus{} k_2 \plus{} \cdots \plus{} k_n < 2k_n$ for $ n \equal{} 1,2,...$. Prove that there exists a number $ q > 1$ such that $ k_n > q^n$ for every positive integer $ n$.

2020 Ukrainian Geometry Olympiad - December, 2

Tags: geometry , ratio , area
Let $ABCD$ be a cyclic quadrilateral such that $AC =56, BD = 65, BC>DA$ and $AB: BC =CD: DA$. Find the ratio of areas $S (ABC): S (ADC)$.

PEN A Problems, 59

Suppose that $n$ has (at least) two essentially distinct representations as a sum of two squares. Specifically, let $n=s^{2}+t^{2}=u^{2}+v^{2}$, where $s \ge t \ge 0$, $u \ge v \ge 0$, and $s>u$. Show that $\gcd(su-tv, n)$ is a proper divisor of $n$.

2023 UMD Math Competition Part I, #16

Tags: algebra
How many integers between $123$ and $789$ have at least two identical digits, when written in base $10?$ $$ \mathrm a. ~ 180\qquad \mathrm b.~184\qquad \mathrm c. ~186 \qquad \mathrm d. ~189 \qquad \mathrm e. ~191 $$

2014 Harvard-MIT Mathematics Tournament, 7

The Evil League of Evil is plotting to poison the city's water supply. They plan to set out from their headquarters at $(5, 1)$ and put poison in two pipes, one along the line $y=x$ and one along the line $x=7$. However, they need to get the job done quickly before Captain Hammer catches them. What's the shortest distance they can travel to visit both pipes and then return to their headquarters?

2002 China Team Selection Test, 2

Circles $ \omega_{1}$ and $ \omega_{2}$ intersect at points $ A$ and $ B.$ Points $ C$ and $ D$ are on circles $ \omega_{1}$ and $ \omega_{2},$ respectively, such that lines $ AC$ and $ AD$ are tangent to circles $ \omega_{2}$ and $ \omega_{1},$ respectively. Let $ I_{1}$ and $ I_{2}$ be the incenters of triangles $ ABC$ and $ ABD,$ respectively. Segments $ I_{1}I_{2}$ and $ AB$ intersect at $ E$. Prove that: $ \frac {1}{AE} \equal{} \frac {1}{AC} \plus{} \frac {1}{AD}$