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

2007 Iran Team Selection Test, 1

In triangle $ABC$, $M$ is midpoint of $AC$, and $D$ is a point on $BC$ such that $DB=DM$. We know that $2BC^{2}-AC^{2}=AB.AC$. Prove that \[BD.DC=\frac{AC^{2}.AB}{2(AB+AC)}\]

2003 Greece National Olympiad, 1

If $a, b, c, d$ are positive numbers satisfying $a^3 + b^3 +3ab = c + d = 1,$ prove that \[\left(a+\frac{1}{a}\right)^3+\left(b+\frac{1}{b}\right)^3+\left(c+\frac{1}{c}\right)^3+\left(d+\frac{1}{d}\right)^3\geq 40.\]

1994 Czech And Slovak Olympiad IIIA, 1

Let $f : N \to N$ be a function which satisfies $f(x)+ f(x+2) \le 2 f(x+1)$ for any $x \in N$. Prove that there exists a line in the coordinate plane containing infinitely many points of the form $(n, f(n)), n \in N$.

2008 Indonesia Juniors, day 2

p1. Let $A = \{(x, y)|3x + 5y\ge 15, x + y^2\le 25, x\ge 0, x, y$ integer numbers $\}$. Find all pairs of $(x, zx)\in A$ provided that $z$ is non-zero integer. p2. A shop owner wants to be able to weigh various kinds of weight objects (in natural numbers) with only $4$ different weights. (For example, if he has weights $ 1$, $2$, $5$ and $10$. He can weighing $ 1$ kg, $2$ kg, $3$ kg $(1 + 2)$, $44$ kg $(5 - 1)$, $5$ kg, $6$ kg, $7$ kg, $ 8$ kg, $9$ kg $(10 - 1)$, $10$ kg, $11$ kg, $12$ kg, $13$ kg $(10 + 1 + 2)$, $14$ kg $(10 + 5 -1)$, $15$ kg, $16$ kg, $17$ kg and $18$ kg). If he wants to be able to weigh all the weight from $ 1$ kg to $40$ kg, determine the four weights that he must have. Explain that your answer is correct. p3. Given the following table. [img]https://cdn.artofproblemsolving.com/attachments/d/8/4622407a72656efe77ccaf02cf353ef1bcfa28.png[/img] Table $4\times 4$ ​​is a combination of four smaller table sections of size $2\times 2$. This table will be filled with four consecutive integers such that: $\bullet$ The horizontal sum of the numbers in each row is $10$ . $\bullet$ The vertical sum of the numbers in each column is $10$ $\bullet$ The sum of the four numbers in each part of $2\times 2$ which is delimited by the line thickness is also equal to $10$. Determine how many arrangements are possible. p4. A sequence of real numbers is defined as following: $U_n=ar^{n-1}$, if $n = 4m -3$ or $n = 4m - 2$ $U_n=- ar^{n-1}$, if $n = 4m - 1$ or $n = 4m$, where $a > 0$, $r > 0$, and $m$ is a positive integer. Prove that the sum of all the $ 1$st to $2009$th terms is $\frac{a(1+r-r^{2009}+r^{2010})}{1+r^2}$ 5. Cube $ABCD.EFGH$ is cut into four parts by two planes. The first plane is parallel to side $ABCD$ and passes through the midpoint of edge $BF$. The sceond plane passes through the midpoints $AB$, $AD$, $GH$, and $FG$. Determine the ratio of the volumes of the smallest part to the largest part.

1993 IMO Shortlist, 2

A circle $S$ bisects a circle $S'$ if it cuts $S'$ at opposite ends of a diameter. $S_A$, $S_B$,$S_C$ are circles with distinct centers $A, B, C$ (respectively). Show that $A, B, C$ are collinear iff there is no unique circle $S$ which bisects each of $S_A$, $S_B$,$S_C$ . Show that if there is more than one circle $S$ which bisects each of $S_A$, $S_B$,$S_C$ , then all such circles pass through two fixed points. Find these points. [b]Original Statement:[/b] A circle $S$ is said to cut a circle $\Sigma$ [b]diametrically[/b] if and only if their common chord is a diameter of $\Sigma.$ Let $S_A, S_B, S_C$ be three circles with distinct centres $A,B,C$ respectively. Prove that $A,B,C$ are collinear if and only if there is no unique circle $S$ which cuts each of $S_A, S_B, S_C$ diametrically. Prove further that if there exists more than one circle $S$ which cuts each $S_A, S_B, S_C$ diametrically, then all such circles $S$ pass through two fixed points. Locate these points in relation to the circles $S_A, S_B, S_C.$

2013 National Olympiad First Round, 12

In the morning, $100$ students study as $50$ groups with two students in each group. In the afternoon, they study again as $50$ groups with two students in each group. No matter how the groups in the morning or groups in the afternoon are established, if it is possible to find $n$ students such that no two of them study together, what is the largest value of $n$? $ \textbf{(A)}\ 42 \qquad\textbf{(B)}\ 38 \qquad\textbf{(C)}\ 34 \qquad\textbf{(D)}\ 25 \qquad\textbf{(E)}\ \text{None of above} $

1985 All Soviet Union Mathematical Olympiad, 417

The $ABCDA_1B_1C_1D_1$ cube has unit length edges. Find the distance between two circumferences, one of those is inscribed into the $ABCD$ base, and another comes through points $A,C$ and $B_1$ .

2010 Baltic Way, 2

Let $x$ be a real number such that $0<x<\frac{\pi}{2}$. Prove that \[\cos^2(x)\cot (x)+\sin^2(x)\tan (x)\ge 1\]

2010 Indonesia TST, 3

For every natural number $ n $, define $ s(n) $ as the smallest natural number so that for every natural number $ a $ relatively prime to $n$, this equation holds: \[ a^{s(n)} \equiv 1 (mod n) \] Find all natural numbers $ n $ such that $ s(n) = 2010 $

2016 Harvard-MIT Mathematics Tournament, 12

Tags:
Let $R$ be the rectangle in the Cartesian plane with vertices at $(0,0), (2,0), (2,1),$ and $(0,1)$. $R$ can be divided into two unit squares, as shown; the resulting figure has seven edges. [asy] size(3cm); draw((0,0)--(2,0)--(2,1)--(0,1)--cycle); draw((1,0)--(1,1)); [/asy] Compute the number of ways to choose one or more of the seven edges such that the resulting figure is traceable without lifting a pencil. (Rotations and reflections are considered distinct.)

2014 China Team Selection Test, 5

Let $n$ be a given integer which is greater than $1$ . Find the greatest constant $\lambda(n)$ such that for any non-zero complex $z_1,z_2,\cdots,z_n$ ,have that \[\sum_{k\equal{}1}^n |z_k|^2\geq \lambda(n)\min\limits_{1\le k\le n}\{|z_{k+1}-z_k|^2\},\] where $z_{n+1}=z_1$.

2015 CHMMC (Fall), 8

Let $f(n) = \sum^n_{d=1} \left\lfloor \frac{n}{d} \right\rfloor$ and $g(n) = f(n) -f(n - 1)$. For how many $n$ from $1$ to $100$ inclusive is $g(n)$ even?

2001 Grosman Memorial Mathematical Olympiad, 4

The lengths of the sides of triangle $ABC$ are $4,5,6$. For any point $D$ on one of the sides, draw the perpendiculars $DP, DQ$ on the other two sides. What is the minimum value of $PQ$?

Cono Sur Shortlist - geometry, 2005.G2

Find the ratio between the sum of the areas of the circles and the area of the fourth circle that are shown in the figure Each circle passes through the center of the previous one and they are internally tangent. [img]https://cdn.artofproblemsolving.com/attachments/d/2/29d2be270f7bcf9aee793b0b01c2ef10131e06.jpg[/img]

1989 IMO Longlists, 59

Given seven points in the plane, some of them are connected by segments such that: [b](i)[/b] among any three of the given points, two are connected by a segment; [b](ii)[/b] the number of segments is minimal. How many segments does a figure satisfying [b](i)[/b] and [b](ii)[/b] have? Give an example of such a figure.

2023/2024 Tournament of Towns, 5

Tags: geometry
Chord $D E$ of the circumcircle of the triangle $A B C$ intersects sides $A B$ and $B C$ in points $P$ and $Q$ respectively. Point $P$ lies between $D$ and $Q$. Angle bisectors $D F$ and $E G$ are drawn in triangles $A D P$ and $Q E C$. It turned out that the points $D$, $F, G, E$ are concyclic. Prove that the points $A, P, Q, C$ are concyclic. Azamat Mardanov

2012 AMC 12/AHSME, 7

Tags:
Mary divides a circle into $12$ sectors. The central angles of these sectors, measured in degrees, are all integers and they form an arithmetic sequence. What is the degree measure of the smallest possible sector angle? $ \textbf{(A)}\ 5\qquad\textbf{(B)}\ 6\qquad\textbf{(C)}\ 8\qquad\textbf{(D)}\ 10\qquad\textbf{(E)}\ 12 $

2009 Today's Calculation Of Integral, 513

Find the constants $ a,\ b,\ c$ such that a function $ f(x)\equal{}a\sin x\plus{}b\cos x\plus{}c$ satisfies the following equation for any real numbers $ x$. \[ 5\sin x\plus{}3\cos x\plus{}1\plus{}\int_0^{\frac{\pi}{2}} (\sin x\plus{}\cos t)f(t)\ dt\equal{}f(x).\]

2009 Junior Balkan Team Selection Tests - Romania, 1

Find all non-negative integers $a,b,c,d$ such that $7^a= 4^b + 5^c + 6^d$.

2023 CCA Math Bonanza, I13

Tags:
Byan Rai has 1 red cup, 4 blue cups, 1 orange cup, 2 yellow cups, 3 green cups, 3 purple cups and 8 black cups in a box. Every second, Byan will pull out a random cup from the box and magically all other cups of the same color will disappear. What is the expected number of seconds it will take for Byan to pick a blue cup? [i]Individual #13[/i]

1990 Chile National Olympiad, 4

The function $g$, with domain and real numbers, fulfills the following: $\bullet$ $g (x) \le x$, for all real $x$ $\bullet$ $g (x + y) \le g (x) + g (y)$ for all real $x,y$ Find $g (1990)$.

2014 Harvard-MIT Mathematics Tournament, 18

Tags:
Find the number of ordered quadruples of positive integers $(a,b,c,d)$ such that $a,b,c,$ and $d$ are all (not necessarily distinct) factors of $30$ and $abcd>900$.

CIME II 2018, 13

Tags:
Two lines, $l_1$ and $l_2$, are tangent to the parabola $x^2-4(x+y)+y^2=2xy+8$ such that they intersect at a point whose coordinates sum to $-32$. The minimum possible sum of the slopes of $l_1$ and $l_2$ can be written as $\frac{m}{n}$ for relatively prime integers $m$ and $n$. Find $m+n$. [I] Proposed by [b]AOPS12142015[/b][/I]

1997 South africa National Olympiad, 5

A circle and a point $P$ higher than the circle lie in the same vertical plane. A particle moves along a straight line under gravity from $P$ to a point $Q$ on the circle. Given that the distance travelled from $P$ in time $t$ is equal to $\dfrac{1}{2}gt^2 \sin{\alpha}$, where $\alpha$ is the angle of inclination of the line $PQ$ to the horizontal, give a geometrical characterization of the point $Q$ for which the time taken from $P$ to $Q$ is a minimum.

1991 Dutch Mathematical Olympiad, 5

Let $ H$ be the orthocenter, $ O$ the circumcenter, and $ R$ the circumradius of an acute-angled triangle $ ABC$. Consider the circles $ k_a,k_b,k_c,k_h,k$, all with radius $ R$, centered at $ A,B,C,H,M,$ respectively. Circles $ k_a$ and $ k_b$ meet at $ M$ and $ F$; $ k_a$ and $ k_c$ meet at $ M$ and $ E$; and $ k_b$ and $ k_c$ meet at $ M$ and $ D$. $ (a)$ Prove that the points $ D,E,F$ lie on the circle $ k_h$. $ (b)$ Prove that the set of the points inside $ k_h$ that are inside exactly one of the circles $ k_a,k_b,k_c$ has the area twice the area of $ \triangle ABC$.