Found problems: 85335
2006 China Second Round Olympiad, 12
Suppose there are 8 white balls and 2 red balls in a packet. Each time one ball is drawn and replaced by a white one. Find the probability that the last red ball is drawn in the fourth draw.
2005 Paraguay Mathematical Olympiad, 2
If you multiply the number of faces that a pyramid has with the number of edges of the pyramid, you get $5.100$. Determine the number of faces of the pyramid.
2020 Thailand TST, 2
Alice has a map of Wonderland, a country consisting of $n \geq 2$ towns. For every pair of towns, there is a narrow road going from one town to the other. One day, all the roads are declared to be “one way” only. Alice has no information on the direction of the roads, but the King of Hearts has offered to help her. She is allowed to ask him a number of questions. For each question in turn, Alice chooses a pair of towns and the King of Hearts tells her the direction of the road connecting those two towns.
Alice wants to know whether there is at least one town in Wonderland with at most one outgoing road. Prove that she can always find out by asking at most $4n$ questions.
2016 India Regional Mathematical Olympiad, 2
Let $a,b,c$ be positive real numbers such that $$\frac{a}{1+a}+\frac{b}{1+b}+\frac{c}{1+c}=1.$$ Prove that $abc \le \frac{1}{8}$.
1985 Poland - Second Round, 5
Prove that for a natural number $n$ greater than 1, the following conditions are equivalent:
a) $ n $ is an even number,
b) there is a permutation $ (a_0, a_1, a_2, \ldots, a_{n-1}) $ of the set $ \{0,1,2,\ldots,n—1\} $ with the property that the sequence of residues from dividing by $ n $ the numbers $ a_0, a_0 + a_1, a_0 + a_1 + a_2, \ldots, a_0 + a_1 + a_2 + \ldots a_{n-1} $ is also a permutation of this set.
2003 China Team Selection Test, 3
Sequence $\{ a_n \}$ satisfies: $a_1=3$, $a_2=7$, $a_n^2+5=a_{n-1}a_{n+1}$, $n \geq 2$. If $a_n+(-1)^n$ is prime, prove that there exists a nonnegative integer $m$ such that $n=3^m$.
2010 Today's Calculation Of Integral, 544
(1) Evaluate $ \int_{\minus{}\sqrt{3}}^{\sqrt{3}}( x^2\minus{}1)dx,\ \int_{\minus{}\sqrt{3}}^{\sqrt{3}} (x\minus{}1)^2dx,\ \int_{\minus{}\sqrt{3}}^{\sqrt{3}} (x\plus{}1)^2dx$.
(2) If a linear function $ f(x)$ satifies $ \int_{\minus{}\sqrt{3}}^{\sqrt{3}} (x\minus{}1)f(x)dx\equal{}5\sqrt{3},\ \int_{\minus{}\sqrt{3}}^{\sqrt{3}} (x\plus{}1)f(x)dx\equal{}3\sqrt{3}$, then we have $ f(x)\equal{}\boxed{\ A\ }(x\minus{}1)\plus{}\boxed{\ B\ }(x\plus{}1)$, thus we have $ f(x)\equal{}\boxed{\ C\ }$.
2012 Junior Balkan Team Selection Tests - Romania, 4
The quadrilateral $ABCD$ is inscribed in a circle centered at $O$, and $\{P\} = AC \cap BD, \{Q\} = AB \cap CD$. Let $R$ be the second intersection point of the circumcircles of the triangles $ABP$ and $CDP$.
a) Prove that the points $P, Q$, and $R$ are collinear.
b) If $U$ and $V$ are the circumcenters of the triangles $ABP$, and $CDP$, respectively, prove that the points $U, R, O, V$ are concyclic.
2013 QEDMO 13th or 12th, 10
Let $p$ be a prime number gretater then $3$. What is the number of pairs $(m, n)$ of integers with $0 <m <n <p$, for which the polynomial $x^p + px^n + px^m +1$ is not a product of two non-constant polynomials with integer coefficients can be written?
1989 AIME Problems, 2
Ten points are marked on a circle. How many distinct convex polygons of three or more sides can be drawn using some (or all) of the ten points as vertices?
2024 Caucasus Mathematical Olympiad, 5
Alex calculated the value of function $f(n) = n^2 + n + 1$ for each integer from $1$ to $100$. Marina calculated the value of function $g(n) = n^2-n+1$ for the same numbers. Who of them has greater product of values and what is
their ratio?
2022 BMT, 26
Compute the number of positive integers $n$ less than $10^8$ such that at least two of the last five digits of $$ \lfloor 1000\sqrt{25n^2 + \frac{50}{9}n + 2022}\rfloor$$ are $6$. If your submitted estimate is a positive number $E$ and the true value is $A$, then your score is given by $\max \left(0, \left\lfloor 25 \min \left( \frac{E}{A}, \frac{A}{E}\right)^7\right\rfloor \right)$.
2006 National Olympiad First Round, 7
How many positive integers are there such that $\left \lfloor \frac m{11} \right \rfloor = \left \lfloor \frac m{10} \right \rfloor$? ($\left \lfloor x \right \rfloor$ denotes the greatest integer not exceeding $x$.)
$
\textbf{(A)}\ 44
\qquad\textbf{(B)}\ 48
\qquad\textbf{(C)}\ 52
\qquad\textbf{(D)}\ 54
\qquad\textbf{(E)}\ 56
$
2025 ISI Entrance UGB, 7
Consider a ball that moves inside an acute-angled triangle along a straight line, unit it hits the boundary, which is when it changes direction according to the mirror law, just like a ray of light (angle of incidence = angle of reflection). Prove that there exists a triangular periodic path for the ball, as pictured below.
[asy]
size(10cm);
pen thickbrown = rgb(0.6, 0.2, 0);
pen thickdark = rgb(0.2, 0, 0);
pen dashedarrow = linetype("6 6");
pair A = (-1.14, 4.36), B = (-4.46, -1.28), C = (3.32, -2.78);
pair D = (-1.479, -1.855), E = (0.727, 1.372), F = (-3.014, 1.176);
draw(A--B--C--cycle, thickbrown);
draw(A--B, thickdark);
draw(B--C, thickdark);
draw(C--A, thickdark);
draw(D--F, dashedarrow, EndArrow(6));
draw(F--E, dashedarrow, EndArrow(6));
draw(E--D, dashedarrow, EndArrow(6));
dot(A); label("$A$", A, N);
dot(B); label("$B$", B, dir(180));
dot(C); label("$C$", C, dir(330));
dot(D); label("$D$", D, S);
dot(E); label("$E$", E, NE);
dot(F); label("$F$", F, W);
[/asy]
2013 China Girls Math Olympiad, 4
Find the number of polynomials $f(x)=ax^3+bx$ satisfying both following conditions:
(i) $a,b\in\{1,2,\ldots,2013\}$;
(ii) the difference between any two of $f(1),f(2),\ldots,f(2013)$ is not a multiple of $2013$.
2000 239 Open Mathematical Olympiad, 5
Let m be a positive integer. Prove that there exist infinitely many prime numbers p such that m+p^3 is composite.
2015 USA TSTST, 2
Let ABC be a scalene triangle. Let $K_a$, $L_a$ and $M_a$ be the respective intersections with BC of the internal angle bisector, external angle bisector, and the median from A. The circumcircle of $AK_aL_a$ intersects $AM_a$ a second time at point $X_a$ different from A. Define $X_b$ and $X_c$ analogously. Prove that the circumcenter of $X_aX_bX_c$ lies on the Euler line of ABC.
(The Euler line of ABC is the line passing through the circumcenter, centroid, and orthocenter of ABC.)
[i]Proposed by Ivan Borsenco[/i]
2003 China Team Selection Test, 2
Suppose $A=\{1,2,\dots,2002\}$ and $M=\{1001,2003,3005\}$. $B$ is an non-empty subset of $A$. $B$ is called a $M$-free set if the sum of any two numbers in $B$ does not belong to $M$. If $A=A_1\cup A_2$, $A_1\cap A_2=\emptyset$ and $A_1,A_2$ are $M$-free sets, we call the ordered pair $(A_1,A_2)$ a $M$-partition of $A$. Find the number of $M$-partitions of $A$.
2022 Stanford Mathematics Tournament, 9
The bisector of $\angle BAC$ in $\triangle ABC$ intersects $BC$ in point $L$. The external bisector of $\angle ACB$ intersects $\overrightarrow{BA}$ in point $K$. If the length of $AK$ is equal to the perimeter of $\triangle ACL$, $LB=1$, and $\angle ABC=36^\circ$, find the length of $AC$.
2009 AIME Problems, 3
A coin that comes up heads with probability $ p > 0$ and tails with probability $ 1\minus{}p > 0$ independently on each flip is flipped eight times. Suppose the probability of three heads and five tails is equal to $ \frac{1}{25}$ of the probability of five heads and three tails. Let $ p \equal{} \frac{m}{n}$, where $ m$ and $ n$ are relatively prime positive integers. Find $ m\plus{}n$.
2000 AIME Problems, 12
The points $A, B$ and $C$ lie on the surface of a sphere with center $O$ and radius 20. It is given that $AB=13, BC=14, CA=15,$ and that the distance from $O$ to triangle $ABC$ is $\frac{m\sqrt{n}}k,$ where $m, n,$ and $k$ are positive integers, $m$ and $k$ are relatively prime, and $n$ is not divisible by the square of any prime. Find $m+n+k.$
2021 Iran MO (3rd Round), 2
Is it possible to arrange a permutation of Integers on the integer lattice infinite from both sides such that each row is increasing from left to right and each column increasing from up to bottom?
2016 Estonia Team Selection Test, 8
Let $x, y$ and $z$ be positive real numbers such that $x + y + z = \frac{1}{x} + \frac{1}{y} + \frac{1}{z}$ . Prove that $xy + yz + zx \ge 3$.
1984 AMC 12/AHSME, 16
The function $f(x)$ satisfies $f(2+x) = f(2-x)$ for all real numbers $x$. If the equation $f(x) = 0$ has exactly four distinct real roots, then the sum of these roots is
A. 0
B. 2
C. 4
D. 6
E. 8
2014 AMC 10, 20
The product $(8)(888\dots8)$, where the second factor has $k$ digits, is an integer whose digits have a sum of $1000$. What is $k$?
${ \textbf{(A)}\ 901\qquad\textbf{(B)}\ 911\qquad\textbf{(C)}\ 919\qquad\textbf{(D)}}\ 991\qquad\textbf{(E)}\ 999 $