Found problems: 85335
2014 JBMO Shortlist, 4
$A=1\cdot4\cdot7\cdots2014$.Find the last non-zero digit of $A$ if it is known that $A\equiv 1\mod3$.
2022 AMC 10, 21
A bowl is formed by attaching four regular hexagons of side 1 to a square of side 1. The edges of adjacent hexagons coincide, as shown in the figure. What is the area of the octagon obtained by joining the top eight vertices of the four hexagons, situated on the rim of the bowl?
[asy]
size(200);
defaultpen(linewidth(0.8));
draw((342,-662) -- (600, -727) -- (757,-619) -- (967,-400) -- (1016,-300) -- (912,-116) -- (651,-46) -- (238,-90) -- (82,-204) -- (184, -388) -- (447,-458) -- (859,-410) -- (1016,-300));
draw((82,-204) -- (133,-490) -- (342, -662));
draw((652,-626) -- (600,-727));
draw((447,-458) -- (652,-626) -- (859,-410));
draw((133,-490) -- (184, -388));
draw((967,-400) -- (912,-116)^^(342,-662) -- (496, -545) -- (757,-619)^^(496, -545) -- (446, -262) -- (238, -90)^^(446, -262) -- (651, -46),linewidth(0.6)+linetype("5 5")+gray(0.4));
[/asy]
$\textbf{(A) }6\qquad\textbf{(B) }7\qquad\textbf{(C) }5+2\sqrt{2}\qquad\textbf{(D) }8\qquad\textbf{(E) }9$
2007 AMC 10, 16
A teacher gave a test to a class in which $ 10\%$ of the students are juniors and $ 90\%$ are seniors. The average score on the test was $ 84$. The juniors all received the same score, and the average score of the seniors was $ 83$. What score did each of the juniors receive on the test?
$ \textbf{(A)}\ 85 \qquad \textbf{(B)}\ 88 \qquad \textbf{(C)}\ 93 \qquad \textbf{(D)}\ 94 \qquad \textbf{(E)}\ 98$
1984 Tournament Of Towns, (O76) T3
In $\vartriangle ABC, \angle ABC = \angle ACB = 40^o$ . $BD$ bisects $\angle ABC$ , with $D$ located on $AC$.
Prove that $BD + DA = BC$.
2004 IMO Shortlist, 6
Given an integer ${n>1}$, denote by $P_{n}$ the product of all positive integers $x$ less than $n$ and such that $n$ divides ${x^2-1}$. For each ${n>1}$, find the remainder of $P_{n}$ on division by $n$.
[i]Proposed by John Murray, Ireland[/i]
2004 IberoAmerican, 3
Given a set $ \mathcal{H}$ of points in the plane, $ P$ is called an "intersection point of $ \mathcal{H}$" if distinct points $ A,B,C,D$ exist in $ \mathcal{H}$ such that lines $ AB$ and $ CD$ are distinct and intersect in $ P$.
Given a finite set $ \mathcal{A}_{0}$ of points in the plane, a sequence of sets is defined as follows: for any $ j\geq0$, $ \mathcal{A}_{j+1}$ is the union of $ \mathcal{A}_{j}$ and the intersection points of $ \mathcal{A}_{j}$.
Prove that, if the union of all the sets in the sequence is finite, then $ \mathcal{A}_{i}=\mathcal{A}_{1}$ for any $ i\geq1$.
2008 Greece Junior Math Olympiad, 4
Let $ABCD$ be a trapezoid with $AD=a, AB=2a, BC=3a$ and $\angle A=\angle B =90 ^o$. Let $E,Z$ be the midpoints of the sides $AB ,CD$ respectively and $I$ be the foot of the perpendicular from point $Z$ on $BC$. Prove that :
i) triangle $BDZ$ is isosceles
ii) midpoint $O$ of $EZ$ is the centroid of triangle $BDZ$
iii) lines $AZ$ and $DI$ intersect at a point lying on line $BO$
1992 AMC 8, 21
Northside's Drum and Bugle Corps raised money for a trip. The drummers and bugle players kept separate sales records. According to the double bar graph, in what month did one group's sales exceed the other's by the greatest percent?
[asy]
unitsize(12);
fill((2,0)--(2,9)--(3,9)--(3,0)--cycle,lightgray);
draw((3,0)--(3,9)--(2,9)--(2,0));
draw((2,7)--(1,7)--(1,0));
draw((2,8)--(3,8));
draw((2,7)--(3,7));
for (int a = 1; a <= 6; ++a)
{
draw((1,a)--(3,a));
}
fill((5,0)--(5,3)--(6,3)--(6,0)--cycle,lightgray);
draw((6,0)--(6,3)--(5,3)--(5,0));
draw((5,3)--(5,5)--(4,5)--(4,0));
draw((4,4)--(5,4));
draw((4,3)--(5,3));
draw((4,2)--(6,2));
draw((4,1)--(6,1));
fill((8,0)--(8,6)--(9,6)--(9,0)--cycle,lightgray);
draw((9,0)--(9,6)--(8,6)--(8,0));
draw((8,6)--(8,9)--(7,9)--(7,0));
draw((7,8)--(8,8));
draw((7,7)--(8,7));
draw((7,6)--(8,6));
for (int a = 1; a <= 5; ++a)
{
draw((7,a)--(9,a));
}
fill((11,0)--(11,12)--(12,12)--(12,0)--cycle,lightgray);
draw((12,0)--(12,12)--(11,12)--(11,0));
draw((11,9)--(10,9)--(10,0));
draw((11,11)--(12,11));
draw((11,10)--(12,10));
draw((11,9)--(12,9));
for (int a = 1; a <= 8; ++a)
{
draw((10,a)--(12,a));
}
fill((14,0)--(14,10)--(15,10)--(15,0)--cycle,lightgray);
draw((15,0)--(15,10)--(14,10)--(14,0));
draw((14,8)--(13,8)--(13,0));
draw((14,9)--(15,9));
draw((14,8)--(15,8));
for (int a = 1; a <= 7; ++a)
{
draw((13,a)--(15,a));
}
draw((16,0)--(0,0)--(0,13),black);
label("Jan",(2,0),S);
label("Feb",(5,0),S);
label("Mar",(8,0),S);
label("Apr",(11,0),S);
label("May",(14,0),S);
label("$\textbf{MONTHLY SALES}$",(8,14),N);
label("S",(0,8),W);
label("A",(0,7),W);
label("L",(0,6),W);
label("E",(0,5),W);
label("S",(0,4),W);
draw((4,12.5)--(4,13.5)--(5,13.5)--(5,12.5)--cycle);
label("Drums",(4,13),W);
fill((15,12.5)--(15,13.5)--(16,13.5)--(16,12.5)--cycle,lightgray);
draw((15,12.5)--(15,13.5)--(16,13.5)--(16,12.5)--cycle);
label("Bugles",(15,13),W);[/asy]
$\text{(A)}\ \text{Jan} \qquad \text{(B)}\ \text{Feb} \qquad \text{(C)}\ \text{Mar} \qquad \text{(D)}\ \text{Apr} \qquad \text{(E)}\ \text{May}$
2021 Iranian Combinatorics Olympiad, P3
There is an ant on every vertex of a unit cube. At the time zero, ants start to move across the edges with the velocity of one unit per minute. If an ant reaches a vertex, it alternatively turns right and left (for the first time it will turn in a random direction). If two or more ants meet anywhere on the cube, they die! We know an ant survives after three minutes. Prove that there exists an ant that never dies!
2025 Junior Balkan Team Selection Tests - Romania, P2
Consider a scalene triangle $ABC$ with incentre $I$ and excentres $I_a,I_b,$ and $I_c$, opposite the vertices $A,B,$ and $C$ respectively. The incircle touches $BC,CA,$ and $AB$ at $E,F,$ and $G$ respectively. Prove that the circles $IEI_a,IFI_b,$ and $IGI_c$ have a common point other than $I$.
MMPC Part II 1958 - 95, 1958
[b]p1.[/b] Show that $9x + 5y$ is a multiple of$ 17$ whenever $2x + 3y$ is a multiple of $17$.
[b]p2.[/b] Express the five distinct fifth roots of $1$ in terms of radicals.
[b]p3.[/b] Prove that the three perpendiculars dropped to the three sides of an equilateral triangle from any point inside the triangle have a constant sum.
[b]p4.[/b] Find the volume of a sphere which circumscribes a regular tetrahedron of edge $a$.
[b]p5.[/b] For any integer $n$ greater than $1$, show that $n^2-2n + 1$ is a factor at $n^{n-1}-1$.
PS. You should use hide for answers. Collected [url=https://artofproblemsolving.com/community/c5h2760506p24143309]here[/url].
CIME II 2018, 7
Consider all the positive integers $N$ with the property that all of the divisors of $N$ can be written as $p-2$ for some prime number $p$. Then, there exists an integer $m$ such that $m$ is the maximum possible number of divisors of all
numbers $N$ with such property. Find the sum of all possible values of $N$ such that $N$ has $m$ divisors.
[i]Proposed by [b]FedeX333X[/b][/i]
2024 New Zealand MO, 5
A shop sells golf balls, golf clubs and golf hats. Golf balls can be purchased at a rate of $25$ cents for two balls. Golf hats cost $\$1$ each. Golf clubs cost $\$10$ each. At this shop, Ross purchased $100$ items for a total cost of exactly $\$100$ (Ross purchased at least one of each type of item). How many golf hats did Ross purchase?
Brazil L2 Finals (OBM) - geometry, 2005.6
The angle $B$ of a triangle $ABC$ is $120^o$. Let $M$ be a point on the side $AC$ and $K$ a point on the extension of the side $AB$, such that $BM$ is the internal bisector of the angle $\angle ABC$ and $CK$ is the external bisector corresponding to the angle $\angle ACB$ . The segment $MK$ intersects $BC$ at point $P$. Prove that $\angle APM = 30^o$.
2020 Denmark MO - Mohr Contest, 2
A quadrilateral is cut from a piece of gift wrapping paper, which has equally wide white and gray stripes.
The grey stripes in the quadrilateral have a combined area of $10$. Determine the area of the quadrilateral.
[img]https://1.bp.blogspot.com/-ia13b4RsNs0/XzP0cepAcEI/AAAAAAAAMT8/0UuCogTRyj4yMJPhfSK3OQihRqfUT7uSgCLcBGAsYHQ/s0/2020%2Bmohr%2Bp2.png[/img]
2011 Thailand Mathematical Olympiad, 11
In $\Delta ABC$, Let the Incircle touch $\overline{BC}, \overline{CA}, \overline{AB}$ at $X,Y,Z$. Let $I_A,I_B,I_C$ be $A$,$B$,$C-$excenters, respectively. Prove that Incenter of $\Delta ABC$, orthocenter of $\Delta XYZ$ and centroid of $\Delta I_AI_BI_C$ are collinear.
2019 BMT Spring, Tie 2
Define the [i]inverse [/i] of triangle $ABC$ with respect to a point $O$ in the following way: construct the circumcircle of $ABC$ and construct lines $AO$, $BO$, and $CO$. Let $A'$ be the other intersection of $AO$ and the circumcircle (if $AO$ is tangent, then let $A' = A$). Similarly define $B'$ and $C'$. Then $A'B'C'$ is the inverse of $ABC$ with respect to $O$. Compute the area of the inverse of the triangle given in the plane by $A(-6, -21)$, $B(-23, 10)$, $C(16, 23)$ with respect to $O(1, 3)$.
2011 Dutch IMO TST, 5
Let $ABC$ be a triangle with $|AB|> |BC|$. Let $D$ be the midpoint of $AC$. Let $E$ be the intersection of the angular bisector of $\angle ABC$ and the line $AC$. Let $F$ be the point on $BE$ such that $CF$ is perpendicular to $BE$. Finally, let $G$ be the intersection of $CF$ and $BD$. Prove that $DF$ divides the line segment $EG$ into two equal parts.
2021 Peru EGMO TST, 4
There are $300$ apples in a table and the heaviest apple is [b]not[/b] heavier than three times the weight of the lightest apple. Prove that the apples can be splitted in sets of $4$ elements such that [b]no[/b] set is heavier than $\frac{3}{2}$ times the weight of any other set.
2011 India IMO Training Camp, 3
Consider a $ n\times n $ square grid which is divided into $ n^2 $ unit squares(think of a chess-board). The set of all unit squares intersecting the main diagonal of the square or lying under it is called an $n$-staircase. Find the number of ways in which an $n$-stair case can be partitioned into several rectangles, with sides along the grid lines, having mutually distinct areas.
2016 BMT Spring, 10
Define $T_n =\sum^{n}){i=1} i(n + 1 - i)$. Find $\lim_{n\to \infty} \frac{T_n}{n^3}$.
2007 All-Russian Olympiad, 1
Given reals numbers $a$, $b$, $c$. Prove that at least one of three equations $x^{2}+(a-b)x+(b-c)=0$, $x^{2}+(b-c)x+(c-a)=0$, $x^{2}+(c-a)x+(a-b)=0$ has a real root.
[i]O. Podlipsky[/i]
Russian TST 2019, P1
The shores of the Tvertsy River are two parallel straight lines. There are point-like villages on the shores in some order: 20 villages on the left shore and 15 villages on the right shore. We want to build a system of non-intersecting bridges, that is, segments connecting a couple of villages from different shores, so that from any village you can get to any other village only by bridges (you can't walk along the shore). In how many ways can such a bridge system be built?
1997 All-Russian Olympiad Regional Round, 11.5
Members of the State Duma formed factions in such a way that for any two fractions $A $ and $B$ (not necessarily different), $\overline{A \cup B}$ is also faction ($\overline{C}$ denotes the set of all members of the Duma, not including in $C$). Prove that for any two factions $A$ and $B$, $A \cup B$ is also a faction.
1990 IMO Longlists, 5
Given the condition that there exist exactly $1990$ triangles $ABC$ with integral side-lengths satisfying the following conditions:
(i) $\angle ABC =\frac 12 \angle BAC;$
(ii) $AC = b.$
Find the minimal value of $b.$