Found problems: 25757
2000 Singapore Team Selection Test, 1
In a triangle $ABC$, $AB > AC$, the external bisector of angle $A$ meets the circumcircle of triangle $ABC$ at $E$, and $F$ is the foot of the perpendicular from $E$ onto $AB$. Prove that $2AF = AB - AC$
2011 Hanoi Open Mathematics Competitions, 11
Given a quadrilateral $ABCD$ with $AB = BC =3$ cm, $CD = 4$ cm, $DA = 8$ cm and $\angle DAB + \angle ABC = 180^o$. Calculate the area of the quadrilateral.
Maryland University HSMC part II, 2007
[b]p1.[/b] One hundred hobbits sit in a circle. The hobbits realize that whenever a hobbit and his two neighbors add up their total rubles, the sum is always $2007$. Prove that each hobbit has $669$ rubles.
[b]p2.[/b] There was a young lady named Chris,
Who, when asked her age, answered this:
"Two thirds of its square
Is a cube, I declare."
Now what was the age of the miss?
(a) Find the smallest possible age for Chris. You must justify your answer.
(Note: ages are positive integers; "cube" means the cube of a positive integer.)
(b) Find the second smallest possible age for Chris. You must justify your answer.
(Ignore the word "young.")
[b]p3.[/b] Show that $$\sum_{n=1}^{2007}\frac{1}{n^3+3n^2+2n}<\frac14$$
[b]p4.[/b] (a) Show that a triangle $ABC$ is isosceles if and only if there are two distinct points $P_1$ and $P_2$ on side $BC$ such that the sum of the distances from $P_1$ to the sides $AB$ and $AC$ equals the sum of the distances from $P_2$ to the sides $AB$ and $AC$.
(b) A convex quadrilateral is such that the sum of the distances of any interior point to its four sides is constant. Prove that the quadrilateral is a parallelogram.
(Note: "distance to a side" means the shortest distance to the line obtained by extending the side.)
[b]p5.[/b] Each point in the plane is colored either red or green. Let $ABC$ be a fixed triangle. Prove that there is a triangle $DEF$ in the plane such that $DEF$ is similar to $ABC$ and the vertices of $DEF$ all have the same color.
PS. You should use hide for answers. Collected [url=https://artofproblemsolving.com/community/c5h2760506p24143309]here[/url].
1978 Germany Team Selection Test, 5
Let $E$ be a finite set of points such that $E$ is not contained in a plane and no three points of $E$ are collinear. Show that at least one of the following alternatives holds:
(i) $E$ contains five points that are vertices of a convex pyramid having no other points in common with $E;$
(ii) some plane contains exactly three points from $E.$
2022 Belarusian National Olympiad, 9.6
Given triangle $ABC$ in which $\angle CAB= 30^{\circ}$ and $\angle ACB=60^{\circ}$. On the ray $AB$ a point $D$ is chosen, and on the ray $CB$ a point $E$ is chosen such that $\angle BDE=60^{\circ}$. Lines $AC$ and $DE$ intersect at $F$.
Prove that the circumcircle of $AEF$ passes through a fixed point, which is different from $A$ and does not depend on $D$.
2000 Harvard-MIT Mathematics Tournament, 8
A sphere is inscribed inside a pyramid with a square as a base whose height is $\frac{\sqrt{15}}{2}$ times the length of one edge of the base. A cube is inscribed inside the sphere. What is the ratio of the volume of the pyramid to the volume of the cube?
Kvant 2023, M2769
The incircle of the triangle $ABC$ touches the sides $BC, CA$ and $AB{}$ at $D,E$ and $F{}$ respectively. Let the circle $\omega$ touch the segments $CA{}$ and $AB{}$ at $Q{}$ and $R{}$ respectively, and the points $M{}$ and $N{}$ are selected on the segments $AB{}$ and $AC{}$ respectively, so that the segments $CM{}$ and $BN{}$ touch $\omega$. The bisectors of $\angle NBC$ and $\angle MCB$ intersect the segments $DE{}$ and $DF{}$ at $K{}$ and $L{}$ respectively. Prove that the lines $RK{}$ and $QL{}$ intersect on $\omega$.
[i]Proposed by Tran Quang Hung[/i]
Geometry Mathley 2011-12, 15.3
Triangle $ABC$ has circumcircle $(O,R)$, and orthocenter $H$. The symmedians through $A,B,C$ meet the perpendicular bisectors of $BC,CA,AB$ at $D,E, F$ respectively. Let $M,N, P$ be the perpendicular projections of H on the line $OD,OE,OF.$ Prove that $$\frac{OH^2}{R^2} =\frac{\overline{OM}}{\overline{OD}}+\frac{\overline{ON}}{\overline{OE}} +\frac{\overline{OP}}{\overline{OF}}$$
Đỗ Thanh Sơn
2023 AMC 10, 4
A quadrilateral has all integer sides lengths, a perimeter of $26$, and one side of length $4$. What is the greatest possible length of one side of this quadrilateral?
$\textbf{(A)}~9\qquad\textbf{(B)}~10\qquad\textbf{(C)}~11\qquad\textbf{(D)}~12\qquad\textbf{(E)}~13$
2008 Harvard-MIT Mathematics Tournament, 21
Let $ ABC$ be a triangle with $ AB \equal{} 5$, $ BC \equal{} 4$ and $ AC \equal{} 3$. Let $ \mathcal P$ and $ \mathcal Q$ be squares inside $ ABC$ with disjoint interiors such that they both have one side lying on $ AB$. Also, the two squares each have an edge lying on a common line perpendicular to $ AB$, and $ \mathcal P$ has one vertex on $ AC$ and $ \mathcal Q$ has one vertex on $ BC$. Determine the minimum value of the sum of the areas of the two squares.
[asy]import olympiad;
import math;
import graph;
unitsize(1.5cm);
pair A, B, C;
A = origin;
B = A + 5 * right;
C = (9/5, 12/5);
pair X = .7 * A + .3 * B;
pair Xa = X + dir(135);
pair Xb = X + dir(45);
pair Ya = extension(X, Xa, A, C);
pair Yb = extension(X, Xb, B, C);
pair Oa = (X + Ya)/2;
pair Ob = (X + Yb)/2;
pair Ya1 = (X.x, Ya.y);
pair Ya2 = (Ya.x, X.y);
pair Yb1 = (Yb.x, X.y);
pair Yb2 = (X.x, Yb.y);
draw(A--B--C--cycle);
draw(Ya--Ya1--X--Ya2--cycle);
draw(Yb--Yb1--X--Yb2--cycle);
label("$A$", A, W);
label("$B$", B, E);
label("$C$", C, N);
label("$\mathcal P$", Oa, origin);
label("$\mathcal Q$", Ob, origin);[/asy]
2014 China Team Selection Test, 1
Let the circumcenter of triangle $ABC$ be $O$. $H_A$ is the projection of $A$ onto $BC$. The extension of $AO$ intersects the circumcircle of $BOC$ at $A'$. The projections of $A'$ onto $AB, AC$ are $D,E$, and $O_A$ is the circumcentre of triangle $DH_AE$. Define $H_B, O_B, H_C, O_C$ similarly.
Prove: $H_AO_A, H_BO_B, H_CO_C$ are concurrent
2007 AIME Problems, 5
The graph of the equation $9x+223y=2007$ is drawn on graph paper with each square representing one unit in each direction. How many of the $1$ by $1$ graph paper squares have interiors lying entirely below the graph and entirely in the first quadrant?
Brazil L2 Finals (OBM) - geometry, 2020.5
Let $ABC$ be a triangle and $M$ the midpoint of $AB$. Let circumcircles of triangles $CMO$ and $ABC$ intersect at $K$ where $O$ is the circumcenter of $ABC$. Let $P$ be the intersection of lines $OM$ and $CK$. Prove that $\angle{PAK} = \angle{MCB}$.
Today's calculation of integrals, 856
On the coordinate plane, find the area of the part enclosed by the curve $C: (a+x)y^2=(a-x)x^2\ (x\geq 0)$ for $a>0$.
2013 NZMOC Camp Selection Problems, 4
Let $C$ be a cube. By connecting the centres of the faces of $C$ with lines we form an octahedron $O$. By connecting the centers of each face of $O$ with lines we get a smaller cube $C'$. What is the ratio between the side length of $C$ and the side length of $C'$?
2012 Iran Team Selection Test, 2
Consider $\omega$ is circumcircle of an acute triangle $ABC$. $D$ is midpoint of arc $BAC$ and $I$ is incenter of triangle $ABC$. Let $DI$ intersect $BC$ in $E$ and $\omega$ for second time in $F$. Let $P$ be a point on line $AF$ such that $PE$ is parallel to $AI$. Prove that $PE$ is bisector of angle $BPC$.
[i]Proposed by Mr.Etesami[/i]
2006 Princeton University Math Competition, 4
There is a circle $c$ centered about the origin of radius $ 1$. There are circles $c_1$,$ . . .$ ,$c_6$, each of radius $r_1$, such that each circle is completely inside c and is tangent to it, and $c_2$ is tangent to $c_1$, $c_3$ is tangent to $c_2$, . . ., and $c_1$ is tangent to $c_6$. There is a circle $d$ which is tangent to $c$, $c_1$, and $c_2$, but does not intersect any of these circles. What is the radius of circle $d$? Express your answer in the form $\frac{a+b\sqrt{c}}{d}$ , where $a,b,c,d$ are integers, $d$ is positive and as small as possible, and $c$ is squarefree.
Math Hour Olympiad, Grades 8-10, 2018
[u]Round 1[/u]
[b]p1.[/b] Five children, Aisha, Baesha, Cosha, Dasha, and Erisha, competed in running, jumping, and throwing. In each event, first place was won by someone from Renton, second place by someone from Seattle, and third place by someone from Tacoma. Aisha was last in running, Cosha was last in jumping, and Erisha was last in throwing. Could Baesha and Dasha be from the same city?
[b]p2.[/b] Fifty-five Brits and Italians met in a coffee shop, and each of them ordered either coffee or tea. Brits tell the truth when they drink tea and lie when they drink coffee; Italians do it the other way around. A reporter ran a quick survey:
Forty-four people answered “yes” to the question, “Are you drinking coffee?”
Thirty-three people answered “yes” to the question, “Are you Italian?”
Twenty-two people agreed with the statement, “It is raining outside.”
How many Brits in the coffee shop are drinking tea?
[b]p3.[/b] Doctor Strange is lost in a strange house with a large number of identical rooms, connected to each other in a loop. Each room has a light and a switch that could be turned on and off. The lights might initially be on in some rooms and off in others. How can Dr. Strange determine the number of rooms in the house if he is only allowed to switch lights on and off?
[b]p4.[/b] Fifty street artists are scheduled to give solo shows with three consecutive acts: juggling, drumming, and gymnastics, in that order. Each artist will spend equal time on each of the three activities, but the lengths may be different for different artists. At least one artist will be drumming at every moment from dawn to dusk. A new law was just passed that says two artists may not drum at the same time. Show that it is possible to cancel some of the artists' complete shows, without rescheduling the rest, so that at least one show is going on at every moment from dawn to dusk, and the schedule complies with the new law.
[b]p5.[/b] Alice and Bob split the numbers from $1$ to $12$ into two piles with six numbers in each pile. Alice lists the numbers in the first pile in increasing order as $a_1 < a_2 < a_3 < a_4 < a_5 < a_6$ and Bob lists the numbers in the second pile in decreasing order $b_1 > b_1 > b_3 > b_4 > b_5 > b_6$. Show that no matter how they split the numbers, $$|a_1 -b_1| + |a_2 -b_2| + |a_3 -b_3| + |a_4 -b_4| + |a_5 -b_5| + |a_6 -b_6| = 36.$$
[u]Round 2[/u]
[b]p6.[/b] The Martian alphabet has ? letters. Marvin writes down a word and notices that within every sub-word (a contiguous stretch of letters) at least one letter occurs an odd number of times. What is the length of the longest possible word he could have written?
[b]p7.[/b] For a long space journey, two astronauts with compatible personalities are to be selected from $24$ candidates. To find a good fit, each candidate was asked $24$ questions that required a simple yes or no answer. Two astronauts are compatible if exactly $12$ of their answers matched (that is, both answered yes or both answered no). Miraculously, every pair of these $24$ astronauts was compatible! Show that there were exactly $12$ astronauts whose answer to the question “Can you repair a flux capacitor?” was exactly the same as their answer to the question “Are you afraid of heights?” (that is, yes to both or no to both).
PS. You should use hide for answers. Collected [url=https://artofproblemsolving.com/community/c5h2760506p24143309]here[/url].
2011 China Girls Math Olympiad, 2
The diagonals $AC,BD$ of the quadrilateral $ABCD$ intersect at $E$. Let $M,N$ be the midpoints of $AB,CD$ respectively. Let the perpendicular bisectors of the segments $AB,CD$ meet at $F$. Suppose that $EF$ meets $BC,AD$ at $P,Q$ respectively. If $MF\cdot CD=NF\cdot AB$ and $DQ\cdot BP=AQ\cdot CP$, prove that $PQ\perp BC$.
1962 All-Soviet Union Olympiad, 1
$ABCD$ is any convex quadrilateral. Construct a new quadrilateral as follows. Take $A'$ so that $A$ is the midpoint of $DA'$; similarly, $B'$ so that $B$ is the midpoint of $AB'$; $C'$ so that $C$ is the midpoint of $BC'$; and $D'$ so that $D$ is the midpoint of $CD'$. Show that the area of $A'B'C'D'$ is five times the area of $ABCD$.
EMCC Team Rounds, 2012
[b]p1. [/b]The longest diagonal of a regular hexagon is 12 inches long. What is the area of the hexagon, in square inches?
[b]p2.[/b] When Al and Bob play a game, either Al wins, Bob wins, or they tie. The probability that Al does not win is $\frac23$ , and the probability that Bob does not win is $\frac34$ . What is the probability that they tie?
[b]p3.[/b] Find the sum of the $a + b$ values over all pairs of integers $(a, b)$ such that $1 \le a < b \le 10$. That is, compute the sum $$(1 + 2) + (1 + 3) + (1 + 4) + ...+ (2 + 3) + (2 + 4) + ...+ (9 + 10).$$
[b]p4.[/b] A $3 \times 11$ cm rectangular box has one vertex at the origin, and the other vertices are above the $x$-axis. Its sides lie on the lines $y = x$ and $y = -x$. What is the $y$-coordinate of the highest point on the box, in centimeters?
[b]p5.[/b] Six blocks are stacked on top of each other to create a pyramid, as shown below. Carl removes blocks one at a time from the pyramid, until all the blocks have been removed. He never removes a block until all the blocks that rest on top of it have been removed. In how many different orders can Carl remove the blocks?
[img]https://cdn.artofproblemsolving.com/attachments/b/e/9694d92eeb70b4066b1717fedfbfc601631ced.png[/img]
[b]p6.[/b] Suppose that a right triangle has sides of lengths $\sqrt{a + b\sqrt{3}}$,$\sqrt{3 + 2\sqrt{3}}$, and $\sqrt{4 + 5\sqrt{3}}$, where $a, b$ are positive integers. Find all possible ordered pairs $(a, b)$.
[b]p7.[/b] Farmer Chong Gu glues together $4$ equilateral triangles of side length $ 1$ such that their edges coincide. He then drives in a stake at each vertex of the original triangles and puts a rubber band around all the stakes. Find the minimum possible length of the rubber band.
[b]p8.[/b] Compute the number of ordered pairs $(a, b)$ of positive integers less than or equal to $100$, such that a $b -1$ is a multiple of $4$.
[b]p9.[/b] In triangle $ABC$, $\angle C = 90^o$. Point $P$ lies on segment $BC$ and is not $B$ or $C$. Point $I$ lies on segment $AP$. If $\angle BIP = \angle PBI = \angle CAB = m^o$ for some positive integer $m$, find the sum of all possible values of $m$.
[b]p10.[/b] Bob has $2$ identical red coins and $2$ identical blue coins, as well as $4$ distinguishable buckets. He places some, but not necessarily all, of the coins into the buckets such that no bucket contains two coins of the same color, and at least one bucket is not empty. In how many ways can he do this?
[b]p11.[/b] Albert takes a $4 \times 4$ checkerboard and paints all the squares white. Afterward, he wants to paint some of the square black, such that each square shares an edge with an odd number of black squares. Help him out by drawing one possible configuration in which this holds. (Note: the answer sheet contains a $4 \times 4$ grid.)
[b]p12.[/b] Let $S$ be the set of points $(x, y)$ with $0 \le x \le 5$, $0 \le y \le 5$ where $x$ and $y$ are integers. Let $T$ be the set of all points in the plane that are the midpoints of two distinct points in $S$. Let $U$ be the set of all points in the plane that are the midpoints of two distinct points in $T$. How many distinct points are in $U$? (Note: The points in $T$ and $U$ do not necessarily have integer coordinates.)
[b]p13.[/b] In how many ways can one express $6036$ as the sum of at least two (not necessarily positive) consecutive integers?
[b]p14.[/b] Let $a, b, c, d, e, f$ be integers (not necessarily distinct) between $-100$ and $100$, inclusive, such that $a + b + c + d + e + f = 100$. Let $M$ and $m$ be the maximum and minimum possible values, respectively, of $$abc + bcd + cde + def + ef a + f ab + ace + bdf.$$ Find $\frac{M}{m}$.
[b]p15.[/b] In quadrilateral $ABCD$, diagonal $AC$ bisects diagonal $BD$. Given that $AB = 20$, $BC = 15$, $CD = 13$, $AC = 25$, find $DA$.
PS. You had better use hide for answers. Collected [url=https://artofproblemsolving.com/community/c5h2760506p24143309]here[/url].
2003 Federal Competition For Advanced Students, Part 1, 2
Find the greatest and smallest value of $f(x, y) = y-2x$, if x, y are distinct non-negative real numbers with $\frac{x^2+y^2}{x+y}\leq 4$.
2024 APMO, 1
Let $ABC$ be an acute triangle. Let $D$ be a point on side $AB$ and $E$ be a point on side $AC$ such that lines $BC$ and $DE$ are parallel. Let $X$ be an interior point of $BCED$. Suppose rays $DX$ and $EX$ meet side $BC$ at points $P$ and $Q$, respectively, such that both $P$ and $Q$ lie between $B$ and $C$. Suppose that the circumcircles of triangles $BQX$ and $CPX$ intersect at a point $Y \neq X$. Prove that the points $A, X$, and $Y$ are collinear.
2022 Turkey Team Selection Test, 4
We have three circles $w_1$, $w_2$ and $\Gamma$ at the same side of line $l$ such that $w_1$ and $w_2$ are tangent to $l$ at $K$ and $L$ and to $\Gamma$ at $M$ and $N$, respectively. We know that $w_1$ and $w_2$ do not intersect and they are not in the same size. A circle passing through $K$ and $L$ intersect $\Gamma$ at $A$ and $B$. Let $R$ and $S$ be the reflections of $M$ and $N$ with respect to $l$. Prove that $A, B, R, S$ are concyclic.
2013 Irish Math Olympiad, 5
$A, B$ and $C$ are points on the circumference of a circle with centre $O$. Tangents are drawn to the circumcircles of triangles $OAB$ and $OAC$ at $P$ and $Q$ respectively, where $P$ and $Q$ are diametrically opposite $O$. The two tangents intersect at $K$. The line $CA$ meets the circumcircle of $\triangle OAB$ at $A$ and $X$. Prove that $X$ lies on the line $KO$.