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

2020 AMC 12/AHSME, 2

Tags:
The acronym AMC is shown in the rectangular grid below with grid lines spaced $1$ unit apart. In units, what is the sum of the lengths of the line segments that form the acronym AMC$?$ [asy] import olympiad; unitsize(25); for (int i = 0; i < 3; ++i) { for (int j = 0; j < 9; ++j) { pair A = (j,i); } } for (int i = 0; i < 3; ++i) { for (int j = 0; j < 9; ++j) { if (j != 8) { draw((j,i)--(j+1,i), gray(0.6)+dashed); } if (i != 2) { draw((j,i)--(j,i+1), gray(0.6)+dashed); } } } draw((0,0)--(2,2),linewidth(2)); draw((2,0)--(2,2),linewidth(2)); draw((1,1)--(2,1),linewidth(2)); draw((3,0)--(3,2),linewidth(2)); draw((5,0)--(5,2),linewidth(2)); draw((4,1)--(3,2),linewidth(2)); draw((4,1)--(5,2),linewidth(2)); draw((6,0)--(8,0),linewidth(2)); draw((6,2)--(8,2),linewidth(2)); draw((6,0)--(6,2),linewidth(2)); [/asy] $\textbf{(A) } 17 \qquad \textbf{(B) } 15 + 2\sqrt{2} \qquad \textbf{(C) } 13 + 4\sqrt{2} \qquad \textbf{(D) } 11 + 6\sqrt{2} \qquad \textbf{(E) } 21$

2005 Germany Team Selection Test, 3

Let ${n}$ and $k$ be positive integers. There are given ${n}$ circles in the plane. Every two of them intersect at two distinct points, and all points of intersection they determine are pairwise distinct (i. e. no three circles have a common point). No three circles have a point in common. Each intersection point must be colored with one of $n$ distinct colors so that each color is used at least once and exactly $k$ distinct colors occur on each circle. Find all values of $n\geq 2$ and $k$ for which such a coloring is possible. [i]Proposed by Horst Sewerin, Germany[/i]

2007 Italy TST, 2

In a competition, there were $2n+1$ teams. Every team plays exatly once against every other team. Every match finishes with the victory of one of the teams. We call cyclical a 3-subset of team ${ A,B,C }$ if $A$ won against $B$, $B$ won against $C$ , $C$ won against $A$. (a) Find the minimum of cyclical 3-subset (depending on $n$); (b) Find the maximum of cyclical 3-subset (depending on $n$).

1969 Miklós Schweitzer, 4

Show that the following inequality hold for all $ k \geq 1$, real numbers $ a_1,a_2,...,a_k$, and positive numbers $ x_1,x_2,...,x_k.$ \[ \ln \frac {\sum\limits_{i \equal{} 1}^kx_i}{\sum\limits_{i \equal{} 1}^kx_i^{1 \minus{} a_i}} \leq \frac {\sum\limits_{i \equal{} 1}^ka_ix_i \ln x_i}{\sum\limits_{i \equal{} 1}^kx_i} . \] [i]L. Losonczi[/i]

2000 IMO Shortlist, 5

The tangents at $B$ and $A$ to the circumcircle of an acute angled triangle $ABC$ meet the tangent at $C$ at $T$ and $U$ respectively. $AT$ meets $BC$ at $P$, and $Q$ is the midpoint of $AP$; $BU$ meets $CA$ at $R$, and $S$ is the midpoint of $BR$. Prove that $\angle ABQ=\angle BAS$. Determine, in terms of ratios of side lengths, the triangles for which this angle is a maximum.

II Soros Olympiad 1995 - 96 (Russia), 9.8

Let ${a}$ be the fractional part of the number $a$, that is, $\{a\} = a - [a]$, where$ [a]$ is the integer part of $ a$. (For example, $\{1.7\} = 1.7 -1 = 0.7$,$\{-\sqrt2 \}= -\sqrt2 -(-3) = 3-\sqrt2$.) a) How many solutions does the equation have $$ \{5\{4\{3\{2\{x\}\}\}\}\}=1\,\, ?$$ b) Find its greatest solution.

2012 International Zhautykov Olympiad, 2

Equilateral triangles $ACB'$ and $BDC'$ are drawn on the diagonals of a convex quadrilateral $ABCD$ so that $B$ and $B'$ are on the same side of $AC$, and $C$ and $C'$ are on the same sides of $BD$. Find $\angle BAD + \angle CDA$ if $B'C' = AB+CD$.

2011 Polish MO Finals, 2

In a tetrahedron $ABCD$, the four altitudes are concurrent at $H$. The line $DH$ intersects the plane $ABC$ at $P$ and the circumsphere of $ABCD$ at $Q\neq D$. Prove that $PQ=2HP$.

2011 Junior Balkan Team Selection Tests - Romania, 4

The measure of the angle $\angle A$ of the acute triangle $ABC$ is $60^o$, and $HI = HB$, where $I$ and $H$ are the incenter and the orthocenter of the triangle $ABC$. Find the measure of the angle $\angle B$.

2005 Alexandru Myller, 1

Let $f:[a,b]\to\mathbb R$ be a continous function with the property that there exists a constant $\lambda\in\mathbb R$ so that for every $x\in[a,b]$ there exists a $y\in[a,b]-\{x\}$ s.t. $\int_x^yf(x)dx=\lambda$. Prove that the function $f$ has at least two zeros in $(a,b)$. [i]Eugen Paltanea[/i]

2020 Jozsef Wildt International Math Competition, W50

Let $f:[0,1]\to\mathbb R$ be a differentiable function, while $f'$ is continuous on $[0,1]$ and $|f'(x)|\le1$, $(\forall)x\in[0,1]$. If $$2\left|\int^1_0f(x)dx\right|\le1$$ Show that: $$(n+2)\left|\int^1_0x^nf(x)dx\right|\le1,~(\forall)x\ge1$$ [i]Proposed by Florin Stănescu and Şerban Cioculescu[/i]

2012 Purple Comet Problems, 14

A circle in the first quadrant with center on the curve $y=2x^2-27$ is tangent to the $y$-axis and the line $4x=3y$. The radius of the circle is $\frac{m}{n}$ where $M$ and $n$ are relatively prime positive integers. Find $m+n$.

2016 Purple Comet Problems, 3

Tags:
Find the positive integer $n$ such that $10^n$ cubic centimeters is the same as 1 cubic kilometer.

PEN L Problems, 9

Let $\{u_{n}\}_{n \ge 0}$ be a sequence of positive integers defined by \[u_{0}= 1, \;u_{n+1}= au_{n}+b,\] where $a, b \in \mathbb{N}$. Prove that for any choice of $a$ and $b$, the sequence $\{u_{n}\}_{n \ge 0}$ contains infinitely many composite numbers.

1994 Mexico National Olympiad, 2

The $12$ numbers on a clock face are rearranged. Show that we can still find three adjacent numbers whose sum is $21$ or more.

1993 Iran MO (2nd round), 2

Tags: geometry
Show that if $D_1$ and $D_2$ are two skew lines, then there are infinitely many straight lines such that their points have equal distance from $D_1$ and $D_2.$

2011 Romania Team Selection Test, 1

Show that there are infinitely many positive integer numbers $n$ such that $n^2+1$ has two positive divisors whose difference is $n$.

2008 Korea Junior Math Olympiad, 5

Let there be a pentagon $ABCDE$ inscribed in a circle $O$. The tangent to $O$ at $E$ is parallel to $AD$. A point $F$ lies on $O$ and it is in the opposite side of $A$ with respect to $CD$, and satisfi es $AB \cdot BC \cdot DF = AE \cdot ED \cdot CF$ and $\angle CFD = 2\angle BFE$. Prove that the tangent to $O$ at $B,E$ and line $AF$ concur at one point.

MOAA Individual Speed General Rounds, 2021.7

Tags: speed
If positive real numbers $x,y,z$ satisfy the following system of equations, compute $x+y+z$. $$xy+yz = 30$$ $$yz+zx = 36$$ $$zx+xy = 42$$ [i]Proposed by Nathan Xiong[/i]

1960 AMC 12/AHSME, 37

The base of a triangle is of length $b$, and the latitude is of length $h$. A rectangle of height $x$ is inscribed in the triangle with the base of the rectangle in the base of the triangle. The area of the rectangle is: $ \textbf{(A)}\ \frac{bx}{h}(h-x)\qquad\textbf{(B)}\ \frac{hx}{b}(b-x)\qquad\textbf{(C)}\ \frac{bx}{h}(h-2x)\qquad$ $\textbf{(D)}\ x(b-x)\qquad\textbf{(E)}\ x(h-x) $

2013 China Team Selection Test, 1

The quadrilateral $ABCD$ is inscribed in circle $\omega$. $F$ is the intersection point of $AC$ and $BD$. $BA$ and $CD$ meet at $E$. Let the projection of $F$ on $AB$ and $CD$ be $G$ and $H$, respectively. Let $M$ and $N$ be the midpoints of $BC$ and $EF$, respectively. If the circumcircle of $\triangle MNG$ only meets segment $BF$ at $P$, and the circumcircle of $\triangle MNH$ only meets segment $CF$ at $Q$, prove that $PQ$ is parallel to $BC$.

1986 China Team Selection Test, 4

Given a triangle $ABC$ for which $C=90$ degrees, prove that given $n$ points inside it, we can name them $P_1, P_2 , \ldots , P_n$ in some way such that: $\sum^{n-1}_{k=1} \left( P_K P_{k+1} \right)^2 \leq AB^2$ (the sum is over the consecutive square of the segments from $1$ up to $n-1$). [i]Edited by orl.[/i]

2010 Oral Moscow Geometry Olympiad, 4

An isosceles triangle $ABC$ with base $AC$ is given. Point $H$ is the intersection of altitudes. On the sides $AB$ and $BC$, points $M$ and $K$ are selected, respectively, so that the angle $KMH$ is right. Prove that a right-angled triangle can be constructed from the segments $AK, CM$ and $MK$.

2012 AMC 10, 19

In rectangle $ABCD$, $AB=6$, $AD=30$, and $G$ is the midpoint of $\overline{AD}$. Segment $AB$ is extended $2$ units beyond $B$ to point $E$, and $F$ is the intersection of $\overline{ED}$ and $\overline{BC}$. What is the area of $BFDG$? $ \textbf{(A)}\ \frac{133}{2}\qquad\textbf{(B)}\ 67\qquad\textbf{(C)}\ \frac{135}{2}\qquad\textbf{(D)}\ 68\qquad\textbf{(E)}\ \frac{137}{2}$

2024 Junior Balkan Team Selection Tests - Moldova, 1

Tags: inequalities
Let $a,b,c,x,y,z$ be positive real numbers, such that $a+b+c=xyz=1$ Prove that: $$ \frac{x^2}{3a+2}+\frac{y^2}{3b+2}+\frac{z^2}{3c+2} \ge 1 $$ When does equality hold?