Found problems: 1581
Two circles $O_1$ and $O_2$ intersect each other at $M$ and $N$. The common tangent to two circles nearer to $M$ touch $O_1$ and $O_2$ at $A$ and $B$ respectively. Let $C$ and $D$ be the reflection of $A$ and $B$ respectively with respect to $M$. The circumcircle of the triangle $DCM$ intersect circles $O_1$ and $O_2$ respectively at points $E$ and $F$ (both distinct from $M$). Show that the circumcircles of triangles $MEF$ and $NEF$ have same radius length.
Let $M$ be the midpoint of the side $AC$ of a triangle $ABC$, and let $K$ be a point on the ray $BA$ beyond $A$. The line $KM$ intersects the side $BC$ at the point $L$. $P$is the point on the segment $BM$ such that $PM$ is the bisector of the angle $LPK$. The line $\ell$ passes through $A$ and is parallel to $BM$. Prove that the projection of the point $M$ onto the line $\ell$ belongs to the line $PK$.
A beam of light strikes $\overline{BC}$ at point $C$ with angle of incidence $\alpha=19.94^\circ$ and reflects with an equal angle of reflection as shown. The light beam continues its path, reflecting off line segments $\overline{AB}$ and $\overline{BC}$ according to the rule: angle of incidence equals angle of reflection. Given that $\beta=\alpha/10=1.994^\circ$ and $AB=AC,$ determine the number of times the light beam will bounce off the two line segments. Include the first reflection at $C$ in your count.
[asy]
size(250);defaultpen(linewidth(0.7));
real alpha=24, beta=32;
pair B=origin, C=(1,0), A=dir(beta), D=C+0.5*dir(alpha);
pair EE=2*dir(180-alpha), E=intersectionpoint(C--EE, A--B);
pair EEE=reflect(B,A)*EE, EEEE=reflect(C,B)*EEE, F=intersectionpoint(E--EEE, B--C), G=intersectionpoint(F--EEEE, A--B);
draw((1.4,0)--B--1.4*dir(beta));
draw(D--C, linetype("4 4"),EndArrow(5));
draw(C--E, linetype("4 4"),EndArrow(5));
draw(E--F, linetype("4 4"),EndArrow(5));
draw(F--G, linetype("4 4"),EndArrow(5));
markscalefactor=0.01;
draw(anglemark(C,B,A));
draw(anglemark((1.4,0), C,D));
label("$\beta$", 0.07*dir(beta/2), dir(beta/2), fontsize(10));
label("$\alpha$", C+0.07*dir(alpha/2), dir(alpha/2), fontsize(10));
label("$A$", A, dir(90)*dir(A));
label("$B$", B, dir(beta/2+180));
label("$C$", C, S);[/asy]
Hexagon $ABCDEF$ is divided into four rhombuses, $\mathcal{P, Q, R, S,}$ and $\mathcal{T,}$ as shown. Rhombuses $\mathcal{P, Q, R,}$ and $\mathcal{S}$ are congruent, and each has area $\sqrt{2006}$. Let $K$ be the area of rhombus $\mathcal{T}$. Given that $K$ is a positive integer, find the number of possible values for $K$.
[asy]
size(150);defaultpen(linewidth(0.7)+fontsize(10));
draw(rotate(45)*polygon(4));
pair F=(1+sqrt(2))*dir(180), C=(1+sqrt(2))*dir(0), A=F+sqrt(2)*dir(45), E=F+sqrt(2)*dir(-45), B=C+sqrt(2)*dir(180-45), D=C+sqrt(2)*dir(45-180);
draw(F--(-1,0)^^C--(1,0)^^A--B--C--D--E--F--cycle);
pair point=origin;
label("$A$", A, dir(point--A));
label("$B$", B, dir(point--B));
label("$C$", C, dir(point--C));
label("$D$", D, dir(point--D));
label("$E$", E, dir(point--E));
label("$F$", F, dir(point--F));
label("$\mathcal{P}$", intersectionpoint( A--(-1,0), F--(0,1) ));
label("$\mathcal{S}$", intersectionpoint( E--(-1,0), F--(0,-1) ));
label("$\mathcal{R}$", intersectionpoint( D--(1,0), C--(0,-1) ));
label("$\mathcal{Q}$", intersectionpoint( B--(1,0), C--(0,1) ));
label("$\mathcal{T}$", point);
dot(A^^B^^C^^D^^E^^F);[/asy]
Points $B,C$ vary on two fixed rays emanating from point $A$ such that $AB+AC$ is constant. Show that there is a point $D$, other than $A$, such that the circumcircle of triangle $ABC$ passes through $D$ for all possible choices of $B, C$.
Let the incircle $k$ of the triangle $ABC$ touch its side $BC$ at $D$. Let the line $AD$ intersect $k$ at $L \neq D$ and denote the excentre of $ABC$ opposite to $A$ by $K$. Let $M$ and $N$ be the midpoints of $BC$ and $KM$ respectively.
Prove that the points $B, C, N,$ and $L$ are concyclic.