Found problems: 25757
2008 Irish Math Olympiad, 1
Find, with proof, all triples of integers $ (a,b,c)$ such that $ a, b$ and $ c$ are the lengths of the sides of a right angled triangle whose area is $ a \plus{} b \plus{} c$
2005 QEDMO 1st, 1 (Z4)
Prove that every integer can be written as sum of $5$ third powers of integers.
2008 Sharygin Geometry Olympiad, 5
(N.Avilov) Can the surface of a regular tetrahedron be glued over with equal regular hexagons?
2022 AMC 10, 15
Quadrilateral $ABCD$ with side lengths $AB=7, BC = 24, CD = 20, DA = 15$ is inscribed in a circle. The area interior to the circle but exterior to the quadrilateral can be written in the form $\frac{a\pi - b}{c}$, where $a, b,$ and $c$ are positive integers such that $a$ and $c$ have no common prime factor. What is $a+b+c$?
$\textbf{(A) } 260 \qquad \textbf{(B) } 855 \qquad \textbf{(C) } 1235 \qquad \textbf{(D) } 1565 \qquad \textbf{(E) } 1997$
2014 USAMTS Problems, 4:
A point $P$ in the interior of a convex polyhedron in Euclidean space is called a [i]pivot point[/i] of the polyhedron if every line through $P$ contains exactly $0$ or $2$ vertices of the polyhedron. Determine, with proof, the maximum number of pivot points that a polyhedron can contain.
2015 Azerbaijan IMO TST, 3
Consider a trapezoid $ABCD$ with $BC||AD$ and $BC<AD$. Let the lines $AB$ and $CD$ meet at $X$. Let $\omega_1$ be the incircle of the triangle $XBC$, and let $\omega_2$ be the excircle of the triangle $XAD$ which is tangent to the segment $AD$ . Denote by $a$ and $d$ the lines tangent to $\omega_1$ , distinct from $AB$ and $CD$, and passing through $A$ and $D$, respectively. Denote by $b$ and $c$ the lines tangent to $\omega_2$ , distinct from $AB$ and $CD$, passing through $B$ and $C$ respectively. Assume that the lines $a,b,c$ and $d$ are distinct. Prove that they form a parallelogram.
2007 Harvard-MIT Mathematics Tournament, 2
$A$, $B$, $C$, and $D$ are points on a circle, and segments $\overline{AC}$ and $\overline{BD}$ intersect at $P$, such that $AP=8$, $PC=1$, and $BD=6$. Find $BP$, given that $BP<DP$.
2007 Indonesia Juniors, day 1
p1. A set of cards contains $100$ cards, each of which is written with a number from $1$ up to $100$. On each of the two sides of the card the same number is written, side one is red and the other is green. First of all Leny arranges all the cards with red writing face up. Then Leny did the following three steps:
I. Turn over all cards whose numbers are divisible by $2$
II. Turn over all the cards whose numbers are divisible by $3$
III. Turning over all the cards whose numbers are divisible by $5$, but didn't turn over all cards whose numbers are divisible by $5$ and $2$.
Find the number of Leny cards now numbered in red and face up,
p2. Find the area of three intersecting semicircles as shown in the following image.
[img]https://cdn.artofproblemsolving.com/attachments/f/b/470c4d2b84435843975a0664fad5fee4a088d5.png[/img]
p3. It is known that $x+\frac{1}{x}=7$ . Determine the value of $A$ so that $\frac{Ax}{x^4+x^2+1}=\frac56$.
p4. There are $13$ different gifts that will all be distributed to Ami, Ima, Mai,and Mia. If Ami gets at least $4$ gifts, Ima and Mai respectively got at least $3$ gifts, and Mia got at least $2$ gifts, how many possible gift arrangements are there?
p5. A natural number is called a [i]quaprimal [/i] number if it satisfies all four following conditions:
i. Does not contain zeros.
ii. The digits compiling the number are different.
iii. The first number and the last number are prime numbers or squares of an integer.
iv. Each pair of consecutive numbers forms a prime number or square of an integer.
For example, we check the number $971643$.
(i) $971643$ does not contain zeros.
(ii) The digits who compile $971643$ are different.
(iii) One first number and one last number of $971643$, namely $9$ and $3$ is a prime number or a square of an integer.
(iv) Each pair of consecutive numbers, namely $97, 71, 16, 64$, and $43$ form prime number or square of an integer.
So $971643$ is a quadratic number.
Find the largest $6$-digit quaprimal number.
Find the smallest $6$-digit quaprimal number.
Which digit is never contained in any arbitrary quaprimal number? Explain.
2021-IMOC, G11
The incircle of $\triangle ABC$ tangents $BC$, $CA$, $AB$ at $D$, $E$, $F$, respectively. The projections of $B$, $C$ to $AD$ are $U$, $V$, respectively; the projections of $C$, $A$ to $BE$ are $W$, $X$, respectively; and the projections of $A$, $B$ to $CF$ are $Y$, $Z$, respectively. Show that the circumcircle of the triangle formed by $UX$, $VY$, $WZ$ is tangent to the incircle of $\triangle ABC$.
Kyiv City MO Juniors 2003+ geometry, 2016.9.5
On the sides $BC$ and $AB$ of the triangle $ABC$ the points ${{A} _ {1}}$ and ${{C} _ {1}} $ are selected accordingly so that the segments $A {{A} _ {1}}$ and $C {{C} _ {1}}$ are equal and perpendicular. Prove that if $\angle ABC = 45 {} ^ \circ$, then $AC = A {{A} _ {1}} $.
(Gogolev Andrew)
1975 Swedish Mathematical Competition, 4
$P_1$, $P_2$, $P_3$, $Q_1$, $Q_2$, $Q_3$ are distinct points in the plane. The distances $P_1Q_1$, $P_2Q_2$, $P_3Q_3$ are equal. $P_1P_2$ and $Q_2Q_1$ are parallel (not antiparallel), similarly $P_1P_3$ and $Q_3Q_1$, and $P_2P_3$ and $Q_3Q_2$. Show that $P_1Q_1$, $P_2Q_2$ and $P_3Q_3$ intersect in a point.
2002 AMC 8, 15
Which of the following polygons has the largest area?
[asy]
size(330);
int i,j,k;
for(i=0;i<5; i=i+1) {
for(j=0;j<5;j=j+1) {
for(k=0;k<5;k=k+1) {
dot((6i+j, k));
}}}
draw((0,0)--(4,0)--(3,1)--(3,3)--(2,3)--(2,1)--(1,1)--cycle);
draw(shift(6,0)*((0,0)--(4,0)--(4,1)--(3,1)--(3,2)--(2,1)--(1,1)--(0,2)--cycle));
draw(shift(12,0)*((0,1)--(1,0)--(3,2)--(3,3)--(1,1)--(1,3)--(0,4)--cycle));
draw(shift(18,0)*((0,1)--(2,1)--(3,0)--(3,3)--(2,2)--(1,3)--(1,2)--(0,2)--cycle));
draw(shift(24,0)*((1,0)--(2,1)--(2,3)--(3,2)--(3,4)--(0,4)--(1,3)--cycle));
label("$A$", (0*6+2, 0), S);
label("$B$", (1*6+2, 0), S);
label("$C$", (2*6+2, 0), S);
label("$D$", (3*6+2, 0), S);
label("$E$", (4*6+2, 0), S);
[/asy]
$ \textbf{(A)}\text{A}\qquad\textbf{(B)}\ \text{B}\qquad\textbf{(C)}\ \text{C}\qquad\textbf{(D)}\ \text{D}\qquad\textbf{(E)}\ \text{E} $
2008 Bulgaria National Olympiad, 1
Let $ ABC$ be an acute triangle and $ CL$ be the angle bisector of $ \angle ACB$. The point $ P$ lies on the segment $CL$ such that $ \angle APB\equal{}\pi\minus{}\frac{_1}{^2}\angle ACB$. Let $ k_1$ and $ k_2$ be the circumcircles of the triangles $ APC$ and $ BPC$. $ BP\cap k_1\equal{}Q, AP\cap k_2\equal{}R$. The tangents to $ k_1$ at $ Q$ and $ k_2$ at $ B$ intersect at $ S$ and the tangents to $ k_1$ at $ A$ and $ k_2$ at $ R$ intersect at $ T$. Prove that $ AS\equal{}BT.$
2009 Harvard-MIT Mathematics Tournament, 2
The corner of a unit cube is chopped off such that the cut runs through the three vertices adjacent to the vertex of the chosen corner. What is the height of the cube when the freshly-cut face is placed on a table?
Cono Sur Shortlist - geometry, 2012.G4.2
2. In a square $ABCD$, let $P$ be a point in the side $CD$, different from $C$ and $D$. In the triangle $ABP$, the altitudes $AQ$ and $BR$ are drawn, and let $S$ be the intersection point of lines $CQ$ and $DR$. Show that $\angle ASB=90$.
Cono Sur Shortlist - geometry, 2012.G1
Let $ABCD$ be a cyclic quadrilateral. Let $P$ be the intersection of $BC$ and $AD$. Line $AC$ intersects the circumcircle of triangle $BDP$ in points $S$ and $T$, with $S$ between $A$ and $C$. Line $BD$ intersects the circumcircle of triangle $ACP$ in points $U$ and $V$, with $U$ between $B$ and $D$. Prove that $PS$ = $PT$ = $PU$ = $PV$.
2017 CHMMC (Fall), 7
Triangle $ABC$ has side lengths $AB=18$, $BC=36$, and $CA=24$. The circle $\Gamma$ passes through point $C$ and is tangent to segment $AB$ at point $A$.
Let $X$, distinct from $C$, be the second intersection of $\Gamma$ with $BC$. Moreover, let $Y$ be the point on $\Gamma$ such that segment $AY$ is an angle bisector of $\angle XAC$.
Suppose the length of segment $AY$ can be written in the form $AY=\frac{p\sqrt{r}}{q}$ where $p$, $q$, and $r$ are positive integers such that $gcd(p, q)=1$ and $r$ is square free.
Find the value of $p+q+r$.
1991 Chile National Olympiad, 6
Given a triangle with $ \triangle ABC $, with: $ \angle C = 36^o$ and $ \angle A = \angle B $. Consider the points $ D $ on $ BC $, $ E $ on $ AD $, $ F $ on $ BE $, $ G $ on $ DF $ and $ H $ on $ EG $, so that the rays $ AD, BE, DF, EG, FH $ bisect the angles $ A, B, D, E, F $ respectively. It is known that $ FH = 1 $. Calculate $ AC$.
1904 Eotvos Mathematical Competition, 3
Let $A_1A_2$ and $B_1B_2$ be the diagonals of a rectangle, and let $O$ be its center. Find and construct the set of all points $P$ that satisfy simultaneously the four inequaliies:
$$A_1P > OP , \\A_2P > OP, \ \ B_1P > OP , \ \ B_2P > OP.$$
1990 Romania Team Selection Test, 2
Prove that in any triangle $ABC$ the following inequality holds: \[ \frac{a^{2}}{b+c-a}+\frac{b^{2}}{a+c-b}+\frac{c^{2}}{a+b-c}\geq 3\sqrt{3}R. \]
[i]Laurentiu Panaitopol[/i]
1997 AMC 12/AHSME, 5
A rectangle with perimeter $ 176$ is divided into five congruent rectangles as shown in the diagram. What is the perimeter of one of the five congruent rectangles?
[asy]defaultpen(linewidth(.8pt));
draw(origin--(0,3)--(4,3)--(4,0)--cycle);
draw((0,1)--(4,1));
draw((2,0)--midpoint((0,1)--(4,1)));
real r = 4/3;
draw((r,3)--foot((r,3),(0,1),(4,1)));
draw((2r,3)--foot((2r,3),(0,1),(4,1)));[/asy]$ \textbf{(A)}\ 35.2\qquad \textbf{(B)}\ 76\qquad \textbf{(C)}\ 80\qquad \textbf{(D)}\ 84\qquad \textbf{(E)}\ 86$
2017 Balkan MO Shortlist, G1
Let $ABC$ be an acute triangle. Variable points $E$ and $F$ are on sides $AC$ and $AB$ respectively such that $BC^2 = BA\cdot BF + CE \cdot CA$ . As $E$ and $F$ vary prove that the circumcircle of $AEF$ passes through a fixed point other than $A$ .
2016 CCA Math Bonanza, T9
Let ABC be a triangle with $AB = 8$, $BC = 9$, and $CA = 10$. The line tangent to the circumcircle of $ABC$ at $A$ intersects the line $BC$ at $T$, and the circle centered at $T$ passing through $A$ intersects the line $AC$ for a second time at $S$. If the angle bisector of $\angle SBA$ intersects $SA$ at $P$, compute the length of segment $SP$.
[i]2016 CCA Math Bonanza Team #9[/i]
2022 Israel TST, 3
Scalene triangle $ABC$ has incenter $I$ and circumcircle $\Omega$ with center $O$. $H$ is the orthocenter of triangle $BIC$, and $T$ is a point on $\Omega$ for which $\angle ATI=90^\circ$. Circle $(AIO)$ intersects line $IH$ again at $X$. Show that the lines $AX, HT$ intersect on $\Omega$.
2004 Germany Team Selection Test, 2
Let two chords $AC$ and $BD$ of a circle $k$ meet at the point $K$, and let $O$ be the center of $k$. Let $M$ and $N$ be the circumcenters of triangles $AKB$ and $CKD$. Show that the quadrilateral $OMKN$ is a parallelogram.