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

2014 ASDAN Math Tournament, 8

Tags: algebra test
Consider the recurrence relation $$a_{n+3}=\frac{a_{n+2}a_{n+1}-2}{a_n}$$ with initial condition $(a_0,a_1,a_2)=(1,2,5)$. Let $b_n=a_{2n}$ for nonnegative integral $n$. It turns out that $b_{n+2}+xb_{n+1}+yb_n=0$ for some pair of real numbers $(x,y)$. Compute $(x,y)$.

2023 ISI Entrance UGB, 3

In $\triangle ABC$, consider points $D$ and $E$ on $AC$ and $AB$, respectively, and assume that they do not coincide with any of the vertices $A$, $B$, $C$. If the segments $BD$ and $CE$ intersect at $F$, consider areas $w$, $x$, $y$, $z$ of the quadrilateral $AEFD$ and the triangles $BEF$, $BFC$, $CDF$, respectively. [list=a] [*] Prove that $y^2 > xz$. [*] Determine $w$ in terms of $x$, $y$, $z$. [/list] [asy] import graph; size(10cm); real labelscalefactor = 0.5; /* changes label-to-point distance */ pen dps = linewidth(0.7) + fontsize(12); defaultpen(dps); /* default pen style */ pen dotstyle = black; /* point style */ real xmin = -2.8465032978885407, xmax = 9.445649196374966, ymin = -1.7618066305534972, ymax = 4.389732795464592; /* image dimensions */ draw((3.8295013012181283,2.816337276198864)--(-0.7368327629589799,-0.5920813291311117)--(5.672613975760373,-0.636902634996282)--cycle, linewidth(0.5)); /* draw figures */ draw((3.8295013012181283,2.816337276198864)--(-0.7368327629589799,-0.5920813291311117), linewidth(0.5)); draw((-0.7368327629589799,-0.5920813291311117)--(5.672613975760373,-0.636902634996282), linewidth(0.5)); draw((5.672613975760373,-0.636902634996282)--(3.8295013012181283,2.816337276198864), linewidth(0.5)); draw((-0.7368327629589799,-0.5920813291311117)--(4.569287648059735,1.430279997142299), linewidth(0.5)); draw((5.672613975760373,-0.636902634996282)--(1.8844000180622977,1.3644681598392678), linewidth(0.5)); label("$y$",(2.74779188172294,0.23771684184669772),SE*labelscalefactor); label("$w$",(3.2941097703568736,1.8657441499758196),SE*labelscalefactor); label("$x$",(1.6660824622277512,1.0025618859342047),SE*labelscalefactor); label("$z$",(4.288408327670633,0.8168138037986672),SE*labelscalefactor); /* dots and labels */ dot((3.8295013012181283,2.816337276198864),dotstyle); label("$A$", (3.8732067323088435,2.925600853925651), NE * labelscalefactor); dot((-0.7368327629589799,-0.5920813291311117),dotstyle); label("$B$", (-1.1,-0.7565817154670613), NE * labelscalefactor); dot((5.672613975760373,-0.636902634996282),dotstyle); label("$C$", (5.763466626982254,-0.7784344310124186), NE * labelscalefactor); dot((4.569287648059735,1.430279997142299),dotstyle); label("$D$", (4.692683565259744,1.5051743434774234), NE * labelscalefactor); dot((1.8844000180622977,1.3644681598392678),dotstyle); label("$E$", (1.775346039954538,1.4942479857047448), NE * labelscalefactor); dot((2.937230516274804,0.8082418657164665),linewidth(4.pt) + dotstyle); label("$F$", (2.889834532767763,0.954), NE * labelscalefactor); clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); [/asy]

2001 AMC 12/AHSME, 4

Tags:
The mean of three numbers is 10 more than the least of the numbers and 15 less than the greatest. The median of the three numbers is 5. What is their sum? $ \textbf{(A)} \ 5 \qquad \textbf{(B)} \ 20 \qquad \textbf{(C)} \ 25 \qquad \textbf{(D)} \ 30 \qquad \textbf{(E)} \ 36$

2022 Yasinsky Geometry Olympiad, 4

Let $X$ be an arbitrary point on side $BC$ of triangle $ABC$. Triangle $T$ is formed by the angle bisectors of the angles $\angle ABC$, $\angle ACB$ and $\angle AXC$. Prove that the circle circumscribed around the triangle $T$, passes through the vertex $A$. (Dmytro Prokopenko)

2011 Kyrgyzstan National Olympiad, 1

Tags: geometry
For a given chord $MN$ of a circle discussed the triangle $ABC$, whose base is the diameter $AB$ of this circle,which do not intersect the $MN$, and the sides $AC$ and $BC$ pass through the ends of $M$ and $N$ of the chord $MN$. Prove that the heights of all such triangles $ABC$ drawn from the vertex $C$ to the side $AB$, intersect at one point.

2016 PUMaC Geometry A, 6

Tags: geometry
In isosceles triangle $ABC$ with base $BC$, let $M$ be the midpoint of $BC$. Let $P$ be the intersection of the circumcircle of $\vartriangle ACM$ with the circle with center $B$ passing through $M$, such that $P \ne M$. If $\angle BPC = 135^o$, then $\frac{CP}{AP}$ can be written as $a +\sqrt{b}$ for positive integers $a$ and $b$, where $b$ is not divisible by the square of any prime. Find $a + b$.

2016 Harvard-MIT Mathematics Tournament, 2

Tags:
Let $ABC$ be a triangle with $AB = 13$, $BC = 14$, $CA = 15$. Let $H$ be the orthocenter of $ABC$. Find the distance between the circumcenters of triangles $AHB$ and $AHC$.

2009 Germany Team Selection Test, 1

In the coordinate plane consider the set $ S$ of all points with integer coordinates. For a positive integer $ k$, two distinct points $A$, $ B\in S$ will be called $ k$-[i]friends[/i] if there is a point $ C\in S$ such that the area of the triangle $ ABC$ is equal to $ k$. A set $ T\subset S$ will be called $ k$-[i]clique[/i] if every two points in $ T$ are $ k$-friends. Find the least positive integer $ k$ for which there exits a $ k$-clique with more than 200 elements. [i]Proposed by Jorge Tipe, Peru[/i]

1993 Vietnam National Olympiad, 3

Define the sequences $a_{0}, a_{1}, a_{2}, ...$ and $b_{0}, b_{1}, b_{2}, ...$ by $a_{0}= 2, b_{0}= 1, a_{n+1}= 2a_{n}b_{n}/(a_{n}+b_{n}), b_{n+1}= \sqrt{a_{n+1}b_{n}}$. Show that the two sequences converge to the same limit, and find the limit.

2011 IFYM, Sozopol, 2

On side $AB$ of $\Delta ABC$ is chosen point $M$. A circle is tangent internally to the circumcircle of $\Delta ABC$ and segments $MB$ and $MC$ in points $P$ and $Q$ respectively. Prove that the center of the inscribed circle of $\Delta ABC$ lies on line $PQ$.

2001 National Olympiad First Round, 19

If the integers $m,n,k$ hold the equation $221m+247n+323k=2001$, what is the smallest possible value of $k$ greater than $100$? $ \textbf{(A)}\ 124 \qquad\textbf{(B)}\ 111 \qquad\textbf{(C)}\ 107 \qquad\textbf{(D)}\ 101 \qquad\textbf{(E)}\ \text{None of the preceding} $

1993 Cono Sur Olympiad, 2

Prove that there exists a succession $a_1, a_2, ... , a_k, ...$, where each $a_i$ is a digit ($a_i \in (0, 1, 2, 3, 4, 5, 6, 7, 8, 9)$ ) and $a_0=6$, such that, for each positive integrer $n$, the number $x_n=a_0+10a_1+100a_2+...+10^{n-1}a_{n-1}$ verify that $x_n^2-x_n$ is divisible by $10^n$.

2010 AMC 10, 23

The entries in a $ 3\times3$ array include all the digits from 1 through 9, arranged so that the entries in every row and column are in increasing order. How many such arrays are there? $ \textbf{(A)}\ 18\qquad\textbf{(B)}\ 24\qquad\textbf{(C)}\ 36\qquad\textbf{(D)}\ 42\qquad\textbf{(E)}\ 60$

2018 IMO Shortlist, C1

Let $n\geqslant 3$ be an integer. Prove that there exists a set $S$ of $2n$ positive integers satisfying the following property: For every $m=2,3,...,n$ the set $S$ can be partitioned into two subsets with equal sums of elements, with one of subsets of cardinality $m$.

1988 Tournament Of Towns, (168) 1

We are given that $a, b$ and $c$ are whole numbers (i.e. positive integers) . Prove that if $a = b + c$ then $a^4 + b^4 + c^4$ is double the square of a whole number. (Folklore)

MOAA Team Rounds, 2019.7

Suppose $ABC$ is a triangle inscribed in circle $\omega$ . Let $A'$ be the point on $\omega$ so that $AA'$ is a diameter, and let $G$ be the centroid of $ABC$. Given that $AB = 13$, $BC = 14$, and $CA = 15$, let $x$ be the area of triangle $AGA'$ . If $x$ can be expressed in the form $m/n$ , where m and n are relatively prime positive integers, compute $100n + m$.

1967 IMO Longlists, 46

If $x,y,z$ are real numbers satisfying relations \[x+y+z = 1 \quad \textrm{and} \quad \arctan x + \arctan y + \arctan z = \frac{\pi}{4},\] prove that $x^{2n+1} + y^{2n+1} + z^{2n+1} = 1$ holds for all positive integers $n$.

1980 Bulgaria National Olympiad, Problem 5

Prove that the number of ways of choosing $6$ among the first $49$ positive integers, at least two of which are consecutive, is equal to $\binom{49}6-\binom{44}6$.

2004 All-Russian Olympiad Regional Round, 8.7

A set of five-digit numbers $\{N_1,... ,N_k\}$ is such that any five-digit a number whose digits are all in ascending order is the same in at least one digit with at least one of the numbers $N_1$,$...$ ,$N_k$. Find the smallest possible value of $k$.

2012 AMC 10, 1

Tags:
Cagney can frost a cupcake every $20$ seconds and Lacey can frost a cupcake every $30$ seconds. Working together, how many cupcakes can they frost in $5$ minutes? $ \textbf{(A)}\ 10 \qquad\textbf{(B)}\ 15 \qquad\textbf{(C)}\ 20 \qquad\textbf{(D)}\ 25 \qquad\textbf{(E)}\ 30 $

2017 Macedonia National Olympiad, Problem 2

Find all natural integers $n$ such that $(n^3 + 39n - 2)n! + 17\cdot 21^n + 5$ is a square.

1995 National High School Mathematics League, 3

Tags:
If a person A is taller or heavier than another peoson B, then we note that A is [i]not worse than[/i] B. In 100 persons, if someone is [i]not worse than[/i] other 99 people, we call him [i]excellent boy[/i]. What's the maximum value of the number of [i]excellent boys[/i]? $\text{(A)}1\qquad\text{(B)}2\qquad\text{(C)}50\qquad\text{(D)}100$

2014 ASDAN Math Tournament, 4

Consider a square $ABCD$ with side length $4$ and label the midpoint of side $BC$ as $M$. Let $X$ be the point along $AM$ obtained by dropping a perpendicular from $D$ onto $AM$. Compute the product of the lengths $XC$ and $MD$.

1979 IMO Longlists, 77

By $h(n)$, where $n$ is an integer greater than $1$, let us denote the greatest prime divisor of the number $n$. Are there infinitely many numbers $n$ for which $h(n) < h(n+1)< h(n+2)$ holds?

2015 Switzerland - Final Round, 7

Tags: algebra , sum
Let $a, b, c$ be real numbers such that: $$\frac{a}{b + c}+\frac{b}{c + a}+\frac{c}{a + b}= 1$$ Determine all values ​​which the following expression can take : $$\frac{a^2}{b + c} + \frac{b^2}{c + a} + \frac{c^2}{a + b}.$$