Found problems: 85335
VI Soros Olympiad 1999 - 2000 (Russia), 11.5
At the currency exchange of the island of Luck they sell dinars (D), guilders (G), reals (R) and thalers (T). Stock brokers have the right to make a purchase and sale transaction with any pair of currencies no more than once per day. The exchange rates are as follows: $D = 6G$, $D = 25R$, $D = 120T$, $G = 4R$, $G = 21T$, $R = 5T$. For example, the entry $D = 6G$ means that $1$ dinar can be bought for $6$ guilders (or $6$ guilders can be sold for $1$ dinar). In the morning the broker had $80$ dinars, $100$ guilders, $100$ reals and $50,400$ thalers. In the evening he had the same number of dinars and thalers. What is the maximum value of this number?
2009 Oral Moscow Geometry Olympiad, 6
Fixed two circles $w_1$ and $w_2$, $\ell$ one of their external tangent and $m$ one of their internal tangent . On the line $m$, a point $X$ is chosen, and on the line $\ell$, points $Y$ and $Z$ are constructed so that $XY$ and $XZ$ touch $w_1$ and $w_2$, respectively, and the triangle $XYZ$ contains circles $w_1$ and $w_2$. Prove that the centers of the circles inscribed in triangles $XYZ$ lie on one line.
(P. Kozhevnikov)
2016 Moldova Team Selection Test, 3
Let $ABC$ be a triangle with $\angle C=90$. The tangent points of the inscribed circle with the sides $BC, CA$ and $AB$ are $M, N$ and $P.$ Points $M_1, N_1, P_1$ are symmetric to points $M, N, P$ with respect to midpoints of sides $BC, CA$ and $AB.$ Find the smallest value of $\frac{AO_1+BO_1}{AB},$ where $O_1$ is the circumcenter of triangle $M_1N_1P_1.$
1964 Leningrad Math Olympiad, grade 6
[b]6.1[/b] Three shooters - Anilov, Borisov and Vorobiev - made $6$ each shots at one target and scored equal points. It is known that Anilov scored $43$ points in the first three shots, and Borisov scored $43$ points with the first shot knocked out 3 points. How many points did each shooter score per shot? if there was one hit in 50, two in 25, three in 20, three in 10, two in 5, in 3 - two, in 2 - two, in 1 - three?
[img]https://cdn.artofproblemsolving.com/attachments/a/1/4abb71f7bccc0b9d2e22066ec17c31ef139d6a.png[/img]
[b]6.2 / 7.4 [/b]Prove that a $10 \times 10$ chessboard cannot be covered with $ 25$ figures like [img]https://cdn.artofproblemsolving.com/attachments/0/4/89aafe1194628332ec13ad1c713bb35cbefff7.png[/img].
[b]6.3[/b] The squares of a chessboard contain natural numbers such that each is equal to the arithmetic mean of its neighbors. Sum of numbers standing in the corners of the board is $16$. Find the number standing on the field $e2$.
[b]6.4 [/b] There is a table $ 100 \times 100$. What is the smallest number of letters which can be arranged in its cells so that no two are identical the letters weren't next to each other?
[b]6.5[/b] The pioneer detachment is lined up in a rectangle. In each rank the tallest is noted, and from these pioneers the most short. In each row, the lowest one is noted, and from them is selected the tallest. Which of these two pioneers is taller? (This means that the two pioneers indicated are the highest of the low and the lowest of tall - must be different)
[b]6.6[/b] Find the product of three numbers whose sum is equal to the sum of their squares, equal to the sum of their cubes and equal to $1$.
PS. You should use hide for answers.Collected [url=https://artofproblemsolving.com/community/c3983461_1964_leningrad_math_olympiad]here[/url].
2001 Swedish Mathematical Competition, 5
Find all polynomials $p(x)$ such that $p'(x)^2 = c p(x) p''(x)$ for some constant $c$.
LMT Guts Rounds, 2020 F5
For what digit $d$ is the base $9$ numeral $7d35_9$ divisible by $8?$
[i]Proposed by Alex Li[/i]
2004 Poland - Second Round, 2
In convex hexagon $ ABCDEF$ all sides have equal length and
$ \angle A\plus{}\angle C\plus{}\angle E\equal{}\angle B\plus{}\angle D\plus{}\angle F$.
Prove that the diagonals $ AD,BE,CF$ are concurrent.
2018 CMIMC Algebra, 7
Compute
\[\sum_{k=0}^{2017}\dfrac{5+\cos\left(\frac{\pi k}{1009}\right)}{26+10\cos\left(\frac{\pi k}{1009}\right)}.\]
1978 Bulgaria National Olympiad, Problem 5
Prove that for every convex polygon can be found such three sequential vertices for which a circle that they lie on covers the polygon.
[i]Jordan Tabov[/i]
V Soros Olympiad 1998 - 99 (Russia), 10.1
A car drove from one city to another. She drove the first third of the journey at a speed of $50$ km/h, the second third at $60$ km/h, and the last third at $70$ km/h. What is the average speed of the car along the entire journey?
2024 JHMT HS, 5
Compute the positive difference between the two solutions to the equation $2x^2-28x+9=0$.
2003 China Team Selection Test, 3
Let $a_{1},a_{2},...,a_{n}$ be positive real number $(n \geq 2)$,not all equal,such that $\sum_{k=1}^n a_{k}^{-2n}=1$,prove that:
$\sum_{k=1}^n a_{k}^{2n}-n^2.\sum_{1 \leq i<j \leq n}(\frac{a_{i}}{a_{j}}-\frac{a_{j}}{a_{i}})^2 >n^2$
2016 Azerbaijan JBMO TST, 1
If $ a,b,c $ represent the lengths of the sides of a triangle, prove the inequality:
$$ 3\le\sum_{\text{cyc}}\sqrt{\frac{a}{-a+b+c}} . $$
2020 USMCA, 11
A permutation of $USMCAUSMCA$ is selected uniformly at random. What is the probability that this permutation is exactly one transposition away from $USMCAUSMCA$ (i.e. does not equal $USMCAUSMCA$, but can be turned into $USMCAUSMCA$ by swapping one pair of letters)?
2014 Purple Comet Problems, 3
The cross below is made up of five congruent squares. The perimeter of the cross is $72$. Find its area.
[asy]
import graph;
size(3cm);
pair A = (0,0);
pair temp = (1,0);
pair B = rotate(45,A)*temp;
pair C = rotate(90,B)*A;
pair D = rotate(270,C)*B;
pair E = rotate(270,D)*C;
pair F = rotate(90,E)*D;
pair G = rotate(270,F)*E;
pair H = rotate(270,G)*F;
pair I = rotate(90,H)*G;
pair J = rotate(270,I)*H;
pair K = rotate(270,J)*I;
pair L = rotate(90,K)*J;
draw(A--B--C--D--E--F--G--H--I--J--K--L--cycle);
[/asy]
2009 Balkan MO Shortlist, A2
Let $ABCD$ be a square and points $M$ $\in$ $BC$, $N \in CD$, $P$ $\in$ $DA$, such that $\angle BAM$ $=$ $x$, $\angle CMN$ $=$ $2x$, $\angle DNP$ $=$ $3x$
[list=i]
[*] Show that, for any $x \in (0, \tfrac{\pi}{8} )$, such a configuration exists
[*] Determine the number of angles $x \in ( 0, \tfrac{\pi}{8} )$ for which $\angle APB =4x$
2004 Bulgaria Team Selection Test, 3
In any cell of an $n \times n$ table a number is written such that all the rows are distinct. Prove that we can remove a column such that the rows in the new table are still distinct.
2002 Moldova National Olympiad, 2
For every nonnegative integer $ n$ and every real number $ x$ prove the inequality:
$ |\cos x|\plus{}|\cos 2x|\plus{}\ldots\plus{}|\cos 2^nx|\geq \dfrac{n}{2\sqrt{2}}$
2002 Romania Team Selection Test, 1
Let $(a_n)_{n\ge 1}$ be a sequence of positive integers defined as $a_1,a_2>0$ and $a_{n+1}$ is the least prime divisor of $a_{n-1}+a_{n}$, for all $n\ge 2$.
Prove that a real number $x$ whose decimals are digits of the numbers $a_1,a_2,\ldots a_n,\ldots $ written in order, is a rational number.
[i]Laurentiu Panaitopol[/i]
2008 ITest, 69
In the sequence in the previous problem, how many of $u_1,u_2,u_3,\ldots, u_{2008}$ are pentagonal numbers?
2007 Harvard-MIT Mathematics Tournament, 3
Three real numbers $x$, $y$, and $z$ are such that $(x+4)/2=(y+9)/(z-3)=(x+5)/(z-5)$. Determine the value of $x/y$.
2009 Regional Olympiad of Mexico Center Zone, 3
An equilateral triangle $ABC$ has sides of length $n$, a positive integer. Divide the triangle into equilateral triangles of length $ 1$, drawing parallel lines (at distance $ 1$) to all sides of the triangle. A path is a continuous path, starting at the triangle with vertex $A$ and always crossing from one small triangle to another on the side that both triangles share, in such a way that it never passes through a small triangle twice. Find the maximum number of triangles that can be visited.
2010 Contests, 3
For any integer $n\ge 2$, let $N(n)$ be the maximum number of triples $(a_j,b_j,c_j),j=1,2,3,\cdots ,N(n),$ consisting of non-negative integers $a_j,b_j,c_j$ (not necessarily distinct) such that the following two conditions are satisfied:
(a) $a_j+b_j+c_j=n,$ for all $j=1,2,3,\cdots N(n)$;
(b) $j\neq k$, then $a_j\neq a_k$, $b_j\neq b_k$ and $c_j\neq c_k$.
Determine $N(n)$ for all $n\ge 2$.
Kyiv City MO Juniors 2003+ geometry, 2018.7.41
In the quadrilateral $ABCD$ point $E$ - the midpoint of the side $AB$, point $F$ - the midpoint of the side $BC$, point $G$ - the midpoint $AD$ . It turned out that the segment $GE$ is perpendicular to $AB$, and the segment $GF$ is perpendicular to the segment $BC$. Find the value of the angle $GCD$, if it is known that $\angle ADC = 70 {} ^ \circ$.
2004 AMC 10, 2
For any three real numbers $ a$, $ b$, and $ c$, with $ b\neq c$, the operation $ \otimes$ is defined by:
\[ \otimes(a,b,c) \equal{} \frac {a}{b \minus{} c}
\]What is $ \otimes(\otimes(1,2,3), \otimes(2,3,1),\otimes(3,1,2))$?
$ \textbf{(A)}\ \minus{}\!\frac {1}{2}\qquad
\textbf{(B)}\ \minus{}\!\frac {1}{4}\qquad
\textbf{(C)}\ 0\qquad
\textbf{(D)}\ \frac {1}{4}\qquad
\textbf{(E)}\ \frac {1}{2}$