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

2006 Iran Team Selection Test, 1

We have $n$ points in the plane, no three on a line. We call $k$ of them good if they form a convex polygon and there is no other point in the convex polygon. Suppose that for a fixed $k$ the number of $k$ good points is $c_k$. Show that the following sum is independent of the structure of points and only depends on $n$ : \[ \sum_{i=3}^n (-1)^i c_i \]

2007 ITest, 19

One day Jason finishes his math homework early, and decides to take a jog through his neighborhood. While jogging, Jason trips over a leprechaun. After dusting himself off and apologizing to the odd little magical creature, Jason, thinking there is nothing unusual about the situation, starts jogging again. Immediately the leprechaun calls out, "hey, stupid, this is your only chance to win gold from a leprechaun!" Jason, while not particularly greedy, recognizes the value of gold. Thinking about his limited college savings, Jason approaches the leprechaun and asks about the opportunity. The leprechaun hands Jason a fair coin and tells him to flip it as many times as it takes to flip a head. For each tail Jason flips, the leprechaun promises one gold coin. If Jason flips a head right away, he wins nothing. If he first flips a tail, then a head, he wins one gold coin. If he's lucky and flips ten tails before the first head, he wins $\textit{ten gold coins.}$ What is the expected number of gold coins Jason wins at this game? $\textbf{(A) }0\hspace{14em}\textbf{(B) }\dfrac1{10}\hspace{13.5em}\textbf{(C) }\dfrac18$ $\textbf{(D) }\dfrac15\hspace{13.8em}\textbf{(E) }\dfrac14\hspace{14em}\textbf{(F) }\dfrac13$ $\textbf{(G) }\dfrac25\hspace{13.7em}\textbf{(H) }\dfrac12\hspace{14em}\textbf{(I) }\dfrac35$ $\textbf{(J) }\dfrac23\hspace{14em}\textbf{(K) }\dfrac45\hspace{14em}\textbf{(L) }1$ $\textbf{(M) }\dfrac54\hspace{13.5em}\textbf{(N) }\dfrac43\hspace{14em}\textbf{(O) }\dfrac32$ $\textbf{(P) }2\hspace{14.1em}\textbf{(Q) }3\hspace{14.2em}\textbf{(R) }4$ $\textbf{(S) }2007$

Kvant 2021, M2559

A row of 2021 balls is given. Pasha and Vova play a game, taking turns to perform moves; Pasha begins. On each turn a boy should paint a non-painted ball in one of the three available colors: red, yellow, or green (initially all balls are non-painted). When all the balls are colored, Pasha wins, if there are three consecutive balls of different colors; otherwise Vova wins. Who has a winning strategy?

2014 Postal Coaching, 2

Fix positive integers $n,j,k$.How many integer sequences are there of the form $1\le a_1<a_2<\ldots<a_k\le n$,where $a_{i+1}-a_i\ge j$ for all $1\le i\le k-1$.

1988 All Soviet Union Mathematical Olympiad, 465

Show that there are infinitely many triples of distinct positive integers $a, b, c$ such that each divides the product of the other two and $a + b = c + 1$.

2015 All-Russian Olympiad, 8

Given natural numbers $a$ and $b$, such that $a<b<2a$. Some cells on a graph are colored such that in every rectangle with dimensions $A \times B$ or $B \times A$, at least one cell is colored. For which greatest $\alpha$ can you say that for every natural number $N$ you can find a square $N \times N$ in which at least $\alpha \cdot N^2$ cells are colored?

2016 ASDAN Math Tournament, 16

Tags:
Let the notation $\underline{ABC}$ denote the number compromised of the digits $A$, $B$, and $C$ with $0\leq A,B,C\leq9$. That is, $\underline{ABC}=100A+10B+C$ and $\underline{CCAAC}=10000C+1000C+100A+10A+C$. Now, if $(\underline{ABC})^2=\underline{CCAAC}$, where $A$, $B$, and $C$ are distinct nonzero digits, find the $3$ digit number $\underline{ABC}$.

2000 All-Russian Olympiad Regional Round, 10.2

Among five outwardly identical coins, $3$ are real and two are fake, identical in weight, but it is unknown whether they are heavier or lighter than the real ones. How to find at least one real coin in the least number of weighings?

2014 ITAMO, 6

A $(2n + 1) \times (2n + 1)$ grid, with $n> 0$, is colored in such a way that each of the cell is white or black. A cell is called [i]special[/i] if there are at least $n$ other cells of the same color in its row, and at least another $n$ cells of the same color in its column. (a) Prove that there are at least $2n + 1$ special boxes. (b) Provide an example where there are at most $4n$ special cells. (c) Determine, as a function of $n$, the minimum possible number of special cells.

2012 Cuba MO, 4

With $21$ pieces, some white and some black, a rectangle is formed of $3 \times 7$. Prove that there are always four pieces of the same color located at the vertices of a rectangle.

2021 Azerbaijan Senior NMO, 5

Define $P(x)=((x-a_1)(x-a_2)...(x-a_n))^2 +1$, where $a_1,a_2...,a_n\in\mathbb{Z}$ and $n\in\mathbb{N^+}$. Prove that $P(x)$ couldn't be expressed as product of two non-constant polynomials with integer coefficients.

2022 Germany Team Selection Test, 1

Which positive integers $n$ make the equation \[\sum_{i=1}^n \sum_{j=1}^n \left\lfloor \frac{ij}{n+1} \right\rfloor=\frac{n^2(n-1)}{4}\] true?

1985 AIME Problems, 15

Three 12 cm $\times$ 12 cm squares are each cut into two pieces $A$ and $B$, as shown in the first figure below, by joining the midpoints of two adjacent sides. These six pieces are then attached to a regular hexagon, as shown in the second figure, so as to fold into a polyhedron. What is the volume (in $\text{cm}^3$) of this polyhedron? [asy] defaultpen(fontsize(10)); size(250); draw(shift(0, sqrt(3)+1)*scale(2)*rotate(45)*polygon(4)); draw(shift(-sqrt(3)*(sqrt(3)+1)/2, -(sqrt(3)+1)/2)*scale(2)*rotate(165)*polygon(4)); draw(shift(sqrt(3)*(sqrt(3)+1)/2, -(sqrt(3)+1)/2)*scale(2)*rotate(285)*polygon(4)); filldraw(scale(2)*polygon(6), white, black); pair X=(2,0)+sqrt(2)*dir(75), Y=(-2,0)+sqrt(2)*dir(105), Z=(2*dir(300))+sqrt(2)*dir(225); pair[] roots={2*dir(0), 2*dir(60), 2*dir(120), 2*dir(180), 2*dir(240), 2*dir(300)}; draw(roots[0]--X--roots[1]); label("$B$", centroid(roots[0],X,roots[1])); draw(roots[2]--Y--roots[3]); label("$B$", centroid(roots[2],Y,roots[3])); draw(roots[4]--Z--roots[5]); label("$B$", centroid(roots[4],Z,roots[5])); label("$A$", (1+sqrt(3))*dir(90)); label("$A$", (1+sqrt(3))*dir(210)); label("$A$", (1+sqrt(3))*dir(330)); draw(shift(-10,0)*scale(2)*polygon(4)); draw((sqrt(2)-10,0)--(-10,sqrt(2))); label("$A$", (-10,0)); label("$B$", centroid((sqrt(2)-10,0),(-10,sqrt(2)),(sqrt(2)-10, sqrt(2))));[/asy]

2002 Romania Team Selection Test, 1

Let $m,n$ be positive integers of distinct parities and such that $m<n<5m$. Show that there exists a partition with two element subsets of the set $\{ 1,2,3,\ldots ,4mn\}$ such that the sum of numbers in each set is a perfect square. [i]Dinu Șerbănescu[/i]

1997 All-Russian Olympiad, 3

The incircle of triangle $ABC$ touches sides $AB$;$BC$;$CA$ at $M$;$N$;$K$, respectively. The line through $A$ parallel to $NK$ meets $MN$ at $D$. The line through $A$ parallel to $MN$ meets $NK$ at $E$. Show that the line $DE$ bisects sides $AB$ and $AC$ of triangle $ABC$. [i]M. Sonkin[/i]

2019 Azerbaijan Junior NMO, 4

Prove that, for any triangle with side lengths $a,b,c$, the following inequality holds $$\frac{a}{(b+c)^2}+\frac{b}{(c+a)^2}+\frac{c}{(a+b)^2}\geq\frac9{8p}$$ ($p$ denotes the semiperimeter of a triangle)

2021 Auckland Mathematical Olympiad, 1

Tags: algebra
Find all real numbers $x$ for which $$\sqrt{\frac{x^3 - 8}{x}} > x - 2.$$

2019 Mediterranean Mathematics Olympiad, 2

Let $m_1<m_2<\cdots<m_s$ be a sequence of $s\ge2$ positive integers, none of which can be written as the sum of (two or more) distinct other numbers in the sequence. For every integer $r$ with $1\le r<s$, prove that \[ r\cdot m_r+m_s ~\ge~ (r+1)(s-1). \] (Proposed by Gerhard Woeginger, Austria)

LMT Speed Rounds, 18

Tags: geometry
In square $ABCD$ with side length $2$, let $M$ be the midpoint of $AB$. Let $N$ be a point on $AD$ such that $AN = 2ND$. Let point $P$ be the intersection of segment $MN$ and diagonal $AC$. Find the area of triangle $BPM$. [i]Proposed by Jacob Xu[/i]

1993 Tournament Of Towns, (363) 2

Let $O$ be the centre of the circle touching the side $AC$ of triangle $ABC$ and the continuations of the sides $BA$ and $BC$. $D$ is the centre of the circle passing through the points $A$, $B$ and $O$. Prove that the points $A$, $B$, $C$ and $D$ lie on a circle. (YF Akurlich)

2021 USMCA, 15

Tags:
Find the sum of all real values of $A$ such that the equation $Axy+25x^2+25y^2-20x-22y+5=0$ has a unique solution in real numbers $(x,y)$.

2012 Greece Team Selection Test, 2

Given is an acute triangle $ABC$ $\left(AB<AC<BC\right)$,inscribed in circle $c(O,R)$.The perpendicular bisector of the angle bisector $AD$ $\left(D\in BC\right)$ intersects $c$ at $K,L$ ($K$ lies on the small arc $\overarc{AB}$).The circle $c_1(K,KA)$ intersects $c$ at $T$ and the circle $c_2(L,LA)$ intersects $c$ at $S$.Prove that $\angle{BAT}=\angle{CAS}$. [hide=Diagram][asy]import graph; size(10cm); real labelscalefactor = 0.5; /* changes label-to-point distance */ pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps); /* default pen style */ pen dotstyle = black; /* point style */ real xmin = -6.94236331697463, xmax = 15.849400903703716, ymin = -5.002235438802758, ymax = 7.893104843949444; /* image dimensions */ pen aqaqaq = rgb(0.6274509803921569,0.6274509803921569,0.6274509803921569); pen uququq = rgb(0.25098039215686274,0.25098039215686274,0.25098039215686274); pen qqqqtt = rgb(0.,0.,0.2); draw((1.8318261909633622,3.572783369254345)--(0.,0.)--(6.,0.)--cycle, aqaqaq); draw(arc((1.8318261909633622,3.572783369254345),0.6426249310341638,-117.14497824050169,-101.88970202103212)--(1.8318261909633622,3.572783369254345)--cycle, qqqqtt); draw(arc((1.8318261909633622,3.572783369254345),0.6426249310341638,-55.85706977865775,-40.60179355918817)--(1.8318261909633622,3.572783369254345)--cycle, qqqqtt); /* draw figures */ draw((1.8318261909633622,3.572783369254345)--(0.,0.), uququq); draw((0.,0.)--(6.,0.), uququq); draw((6.,0.)--(1.8318261909633622,3.572783369254345), uququq); draw(circle((3.,0.7178452373968209), 3.0846882800136055)); draw((2.5345020274407277,0.)--(1.8318261909633622,3.572783369254345)); draw(circle((-0.01850947366601585,1.3533783539547308), 2.889550258039566)); draw(circle((5.553011501106743,2.4491551634556963), 3.887127532933951)); draw((-0.01850947366601585,1.3533783539547308)--(5.553011501106743,2.4491551634556963), linetype("2 2")); draw((1.8318261909633622,3.572783369254345)--(0.7798408954511686,-1.423695174396108)); draw((1.8318261909633622,3.572783369254345)--(5.22015910454883,-1.4236951743961088)); /* dots and labels */ dot((1.8318261909633622,3.572783369254345),linewidth(3.pt) + dotstyle); label("$A$", (1.5831274347452782,3.951671933606579), NE * labelscalefactor); dot((0.,0.),linewidth(3.pt) + dotstyle); label("$B$", (-0.6,0.05), NE * labelscalefactor); dot((6.,0.),linewidth(3.pt) + dotstyle); label("$C$", (6.188606107156787,0.07450151636712989), NE * labelscalefactor); dot((2.5345020274407277,0.),linewidth(3.pt) + dotstyle); label("$D$", (2.3,-0.7), NE * labelscalefactor); dot((-0.01850947366601585,1.3533783539547308),linewidth(3.pt) + dotstyle); label("$K$", (-0.3447473583572136,1.6382221818835927), NE * labelscalefactor); dot((5.553011501106743,2.4491551634556963),linewidth(3.pt) + dotstyle); label("$L$", (5.631664500260511,2.580738747400365), NE * labelscalefactor); dot((0.7798408954511686,-1.423695174396108),linewidth(3.pt) + dotstyle); label("$T$", (0.5977692071595602,-1.960477431907719), NE * labelscalefactor); dot((5.22015910454883,-1.4236951743961088),linewidth(3.pt) + dotstyle); label("$S$", (5.160406217502124,-1.8747941077698307), NE * labelscalefactor); clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); /* end of picture */[/asy][/hide]

2011 China Team Selection Test, 3

Let $m$ and $n$ be positive integers. A sequence of points $(A_0,A_1,\ldots,A_n)$ on the Cartesian plane is called [i]interesting[/i] if $A_i$ are all lattice points, the slopes of $OA_0,OA_1,\cdots,OA_n$ are strictly increasing ($O$ is the origin) and the area of triangle $OA_iA_{i+1}$ is equal to $\frac{1}{2}$ for $i=0,1,\ldots,n-1$. Let $(B_0,B_1,\cdots,B_n)$ be a sequence of points. We may insert a point $B$ between $B_i$ and $B_{i+1}$ if $\overrightarrow{OB}=\overrightarrow{OB_i}+\overrightarrow{OB_{i+1}}$, and the resulting sequence $(B_0,B_1,\ldots,B_i,B,B_{i+1},\ldots,B_n)$ is called an [i]extension[/i] of the original sequence. Given two [i]interesting[/i] sequences $(C_0,C_1,\ldots,C_n)$ and $(D_0,D_1,\ldots,D_m)$, prove that if $C_0=D_0$ and $C_n=D_m$, then we may perform finitely many [i]extensions[/i] on each sequence until the resulting two sequences become identical.

2019 Saudi Arabia JBMO TST, 2

Tags: geometry
An acute triangle ABC is inscribed in a circle C. Tangents in A and C to circle C intersect at F. Segment bisector of AB intersects the line BC at E. Show that the lines FE and AB are parallel.

1990 Nordic, 3

Tags: geometry
Let $ABC$ be a triangle and let $P$ be an interior point of $ABC$. We assume that a line $l$, which passes through $P$, but not through $A$, intersects $AB$ and $AC$ (or their extensions over $B$ or $C$) at $Q$ and $R$, respectively. Find $l$ such that the perimeter of the triangle $AQR$ is as small as possible.