Found problems: 25757
2020 Iran Team Selection Test, 2
Let $O$ be the circumcenter of the triangle $ABC$. Points $D,E$ are on sides $AC,AB$ and points $P,Q,R,S$ are given in plane such that $P,C$ and $R,C$ are on different sides of $AB$ and pints $Q,B$ and $S,B$ are on different sides of $AC$ such that $R,S$ lie on circumcircle of $DAP,EAQ$ and $\triangle BCE \sim \triangle ADQ , \triangle CBD \sim \triangle AEP$(In that order), $\angle ARE=\angle ASD=\angle BAC$, If $RS\| PQ$ prove that $RE ,DS$ are concurrent on $AO$.
[i]Proposed by Alireza Dadgarnia[/i]
2007 Hungary-Israel Binational, 3
Let $ AB$ be the diameter of a given circle with radius $ 1$ unit, and let $ P$ be a given point on $ AB$. A line through $ P$ meets the circle at points $ C$ and $ D$, so a convex quadrilateral $ ABCD$ is formed. Find the maximum possible area of the quadrilateral.
2012 Gheorghe Vranceanu, 2
$ G $ is the centroid of $ ABC. $ The incircle of $ ABC $ touches $ BC,CA,AB $ at $ D,E,F, $ respectively. Show that $ ABC $ is equilateral if and only if $ BC\cdot\overrightarrow{GD}+ AC\cdot\overrightarrow{GE} +AB\cdot\overrightarrow{GF} =0. $
[i]Marian Ursărescu[/i]
2022 AMC 12/AHSME, 3
Five rectangles, $A$, $B$, $C$, $D$, and $E$, are arranged in a square as shown below. These rectangles have dimensions $1\times6$, $2\times4$, $5\times6$, $2\times7$, and $2\times3$, respectively. (The figure is not drawn to scale.) Which of the five rectangles is the shaded one in the middle?
[asy]
fill((3,2.5)--(3,4.5)--(5.3,4.5)--(5.3,2.5)--cycle,mediumgray);
draw((0,0)--(7,0)--(7,7)--(0,7)--(0,0));
draw((3,0)--(3,4.5));
draw((0,4.5)--(5.3,4.5));
draw((5.3,7)--(5.3,2.5));
draw((7,2.5)--(3,2.5));
[/asy]
$\textbf{(A) }A\qquad\textbf{(B) }B \qquad\textbf{(C) }C \qquad\textbf{(D) }D\qquad\textbf{(E) }E$
2007 Purple Comet Problems, 17
A circle with diameter $20$ has points $A, B, C, D, E,$ and $F$ equally spaced along its circumference. A second circle is tangent to the lines $AB$ and $AF$ and internally tangent to the circle. If the second circle has diameter $\sqrt{m}+n$ for integers $m$ and $n$, find $m + n.$
[asy]
import geometry;
size(180);
draw(circle((0,0),5));
pair[] p;
string[] l={"A","B","C","D","E","F"};
for (int i=0; i<6; ++i){
p.append(new pair[]{dir(i*60+180)*5});
dot(p[i]);
label(l[i],p[i],p[i]/3);
}
draw(p[0]--p[1]^^p[0]--p[5]);
p.append(new pair[]{intersectionpoint(p[0]--p[0]+dir(-60)*90,p[3]--p[3]+(0,-100))});
p.append(new pair[]{intersectionpoint(p[0]--p[0]+dir(+60)*90,p[3]--p[3]+(0,+100))});
draw(incircle(p[0],p[6],p[7]));[/asy]
2014 Contests, 1
Let $k$ be the circle and $A$ and $B$ points on circle which are not diametrically opposite. On minor arc $AB$ lies point arbitrary point $C$. Let $D$, $E$ and $F$ be foots of perpendiculars from $C$ on chord $AB$ and tangents of circle $k$ in points $A$ and $B$. Prove that $CD= \sqrt {CE \cdot CF}$
2001 Turkey Junior National Olympiad, 1
Let $ABCD$ be an inscribed trapezoid such that the sides $[AB]$ and $[CD]$ are parallel. If $m(\widehat{AOD})=60^\circ$ and the altitude of the trapezoid is $10$, what is the area of the trapezoid?
1970 IMO, 1
$M$ is any point on the side $AB$ of the triangle $ABC$. $r,r_1,r_2$ are the radii of the circles inscribed in $ABC,AMC,BMC$. $q$ is the radius of the circle on the opposite side of $AB$ to $C$, touching the three sides of $AB$ and the extensions of $CA$ and $CB$. Similarly, $q_1$ and $q_2$. Prove that $r_1r_2q=rq_1q_2$.
2000 AMC 8, 15
Triangles $ABC$, $ADE$, and $EFG$ are all equilateral. Points $D$ and $G$ are midpoints of $\overline{AC}$ and $\overline{AE}$, respectively. If $AB = 4$, what is the perimeter of figure $ABCDEFG$?
[asy]
pair A,B,C,D,EE,F,G;
A = (4,0); B = (0,0); C = (2,2*sqrt(3)); D = (3,sqrt(3));
EE = (5,sqrt(3)); F = (5.5,sqrt(3)/2); G = (4.5,sqrt(3)/2);
draw(A--B--C--cycle);
draw(D--EE--A);
draw(EE--F--G);
label("$A$",A,S);
label("$B$",B,SW);
label("$C$",C,N);
label("$D$",D,NE);
label("$E$",EE,NE);
label("$F$",F,SE);
label("$G$",G,SE);
[/asy]
$\text{(A)}\ 12 \qquad \text{(B)}\ 13 \qquad \text{(C)}\ 15 \qquad \text{(D)}\ 18 \qquad \text{(E)}\ 21$
1988 IMO Longlists, 12
Show that there do not exist more than $27$ half-lines (or rays) emanating from the origin in the $3$-dimensional space, such that the angle between each pair of rays is $\geq \frac{\pi}{4}$.
1994 Chile National Olympiad, 6
On a sheet of transparent paper, draw a quadrilateral with Chinese ink, which is illuminated with a lamp. Show that it is always possible to locate the sheet in such a way that the shadow projected on the desk is a parallelogram.
2015 AMC 10, 17
The centers of the faces of the right rectangular prism shown below are joined to create an octahedron, What is the volume of the octahedron?
[asy]
import three; size(2inch);
currentprojection=orthographic(4,2,2);
draw((0,0,0)--(0,0,3),dashed);
draw((0,0,0)--(0,4,0),dashed);
draw((0,0,0)--(5,0,0),dashed);
draw((5,4,3)--(5,0,3)--(5,0,0)--(5,4,0)--(0,4,0)--(0,4,3)--(0,0,3)--(5,0,3));
draw((0,4,3)--(5,4,3)--(5,4,0));
label("3",(5,0,3)--(5,0,0),W);
label("4",(5,0,0)--(5,4,0),S);
label("5",(5,4,0)--(0,4,0),SE);
[/asy]
$\textbf{(A) } \dfrac{75}{12}
\qquad\textbf{(B) } 10
\qquad\textbf{(C) } 12
\qquad\textbf{(D) } 10\sqrt2
\qquad\textbf{(E) } 15
$
2017 Junior Regional Olympiad - FBH, 2
In quadrilateral $ABCD$ holds $AB=6$, $AD=4$, $\angle DAB=\angle ABC = 60^{\circ}$ and $\angle ADC = 90^{\circ}$. Find length of diagonals and area of the quadrilateral
Ukrainian From Tasks to Tasks - geometry, 2016.3
In fig. the bisectors of the angles $\angle DAC$, $ \angle EBD$, $\angle ACE$, $\angle BDA$ and $\angle CEB$ intersect at one point. Prove that the bisectors of the angles $\angle TPQ$, $\angle PQR$, $\angle QRS$, $\angle RST$ and $\angle STP$ also intersect at one point.
[img]https://cdn.artofproblemsolving.com/attachments/6/e/870e4f20bc7fdcb37534f04541c45b1cd5034a.png[/img]
2005 Korea National Olympiad, 2
For triangle $ABC$, $P$ and $Q$ satisfy $\angle BPA + \angle AQC=90^{\circ}$. It is provided that the vertices of the triangle $BAP$ and $ACQ$ are ordered counterclockwise(or clockwise). Let the intersection of the circumcircles of the two triangles be $N$ ($A \neq N$, however if $A$ is the only intersection $A=N$), and the midpoint of segment $BC$ be $M$. Show that the length of $MN$ does not depend on $P$ and $Q$.
1996 All-Russian Olympiad, 5
At the vertices of a cube are written eight pairwise distinct natural numbers, and on each of its edges is written the greatest common divisor of the numbers at the endpoints of the edge. Can the sum of the numbers written at the vertices be the same as the sum of the numbers written at the edges?
[i]A. Shapovalov[/i]
2011 Today's Calculation Of Integral, 754
Let $S_n$ be the area of the figure enclosed by a curve $y=x^2(1-x)^n\ (0\leq x\leq 1)$ and the $x$-axis.
Find $\lim_{n\to\infty} \sum_{k=1}^n S_k.$
2004 Estonia National Olympiad, 2
On side, $BC, AB$ of a parallelogram $ABCD$ lie points $M,N$ respectively such that $|AM| =|CN|$. Let $P$ be the intersection of $AM$ and $CN$. Prove that the angle bisector of $\angle APC$ passes through $D$.
1956 AMC 12/AHSME, 43
The number of scalene triangles having all sides of integral lengths, and perimeter less than $ 13$ is:
$ \textbf{(A)}\ 1 \qquad\textbf{(B)}\ 2 \qquad\textbf{(C)}\ 3 \qquad\textbf{(D)}\ 4 \qquad\textbf{(E)}\ 18$
1996 South africa National Olympiad, 3
The sides of triangle $ABC$ has integer lengths. Given that $AC=6$ and $\angle BAC=120^\circ$, determine the lengths of the other two sides.
2014 AMC 10, 18
A square in the coordinate plane has vertices whose $y$-coordinates are $0$, $1$, $4$, and $5$. What is the area of the square?
$ \textbf{(A)}\ 16\qquad\textbf{(B)}\ 17\qquad\textbf{(C)}\ 25\qquad\textbf{(D)}\ 26\qquad\textbf{(E)}\ 27 $
1984 Czech And Slovak Olympiad IIIA, 1
A cube $A_1A_2A_3A_4A_5A_6A_7A_8$ is given in space. We will mark its center with the letter $S$ (intersection of solid diagonals). Find all natural numbers $k$ for which there exists a plane not containing the point $S$ and intersecting just $k$ of the rays $SA_1, SA_2, .. SA_8$
2015 Poland - Second Round, 3
Let $ABC$ be a triangle. Let $K$ be a midpoint of $BC$ and $M$ be a point on the segment $AB$. $L=KM \cap AC$ and $C$ lies on the segment $AC$ between $A$ and $L$. Let $N$ be a midpoint of $ML$. $AN$ cuts circumcircle of $\Delta ABC$ in $S$ and $S \neq N$. Prove that circumcircle of $\Delta KSN$ is tangent to $BC$.
2013 Serbia Additional Team Selection Test, 2
In an acute $\triangle ABC$ ($AB \neq AC$) with angle $\alpha$ at the vertex $A$, point $E$ is
the nine-point center, and $P$ a point on the segment $AE$. If $\angle ABP = \angle ACP = x$,
prove that $x = 90$° $ -2 \alpha $.
[i]Proposed by Dusan Djukic[/i]
2019 ABMC, Accuracy
[b]p1.[/b] Compute $45\times 45 - 6$.
[b]p2.[/b] Consecutive integers have nice properties. For example, $3$, $4$, $5$ are three consecutive integers, and $8$, $9$, $10$ are three consecutive integers also. If the sum of three consecutive integers is $24$, what is the smallest of the three numbers?
[b]p3.[/b] How many positive integers less than $25$ are either multiples of $2$ or multiples of $3$?
[b]p4.[/b] Charlotte has $5$ positive integers. Charlotte tells you that the mean, median, and unique mode of his five numbers are all equal to $10$. What is the largest possible value of the one of Charlotte's numbers?
[b]p5.[/b] Mr. Meeseeks starts with a single coin. Every day, Mr. Meeseeks goes to a magical coin converter where he can either exchange $1$ coin for $5$ coins or exchange $5$ coins for $3$ coins. What is the least number of days Mr. Meeseeks needs to end with $15$ coins?
[b]p6.[/b] Twelve years ago, Violet's age was twice her sister Holo's age. In $7$ years, Holo's age will be $13$ more than a third of Violet's age. $3$ years ago, Violet and Holo's cousin Rindo's age was the sum of their ages. How old is Rindo?
[b]p7.[/b] In a $2 \times 3$ rectangle composed of $6$ unit squares, let $S$ be the set of all points $P$ in the rectangle such that a unit circle centered at $P$ covers some point in exactly $3$ of the unit squares. Find the area of the region $S$. For example, the diagram below shows a valid unit circle in a $2 \times 3$ rectangle.
[img]https://cdn.artofproblemsolving.com/attachments/d/9/b6e00306886249898c2bdb13f5206ced37d345.png[/img]
[b]p8.[/b] What are the last four digits of $2^{1000}$?
[b]p9.[/b] There is a point $X$ in the center of a $2 \times 2 \times 2$ box. Find the volume of the region of points that are closer to $X$ than to any of the vertices of the box.
[b]p10.[/b] Evaluate $\sqrt{37 \cdot 41 \cdot 113 \cdot 290 - 4319^2}$
[b]p11.[/b] (Estimation) A number is abundant if the sum of all its divisors is greater than twice the number. One such number is $12$, because $1+2+3+4+6+12 = 28 > 24$: How many abundant positive integers less than $20190$ are there?
PS. You should use hide for answers. Collected [url=https://artofproblemsolving.com/community/c5h2760506p24143309]here[/url].