Found problems: 1679
The number $\frac{1}{2}$ is written on a blackboard. For a real number $c$ with $0 < c < 1$, a [i]$c$-splay[/i] is an operation in which every number $x$ on the board is erased and replaced by the two numbers $cx$ and $1-c(1-x)$. A [i]splay-sequence[/i] $C = (c_1,c_2,c_3,c_4)$ is an application of a $c_i$-splay for $i=1,2,3,4$ in that order, and its [i]power[/i] is defined by $P(C) = c_1c_2c_3c_4$.
Let $S$ be the set of splay-sequences which yield the numbers $\frac{1}{17}, \frac{2}{17}, \dots, \frac{16}{17}$ on the blackboard in some order. If $\sum_{C \in S} P(C) = \tfrac mn$ for relatively prime positive integers $m$ and $n$, compute $100m+n$.
[i]Proposed by Lewis Chen[/i]
Older television screens have an aspect ratio of $ 4: 3$. That is, the ratio of the width to the height is $ 4: 3$. The aspect ratio of many movies is not $ 4: 3$, so they are sometimes shown on a television screen by 'letterboxing' - darkening strips of equal height at the top and bottom of the screen, as shown. Suppose a movie has an aspect ratio of $ 2: 1$ and is shown on an older television screen with a $ 27$-inch diagonal. What is the height, in inches, of each darkened strip?
[asy]unitsize(1mm);
defaultpen(linewidth(.8pt));
filldraw((0,0)--(21.6,0)--(21.6,2.7)--(0,2.7)--cycle,grey,black);
filldraw((0,13.5)--(21.6,13.5)--(21.6,16.2)--(0,16.2)--cycle,grey,black);
draw((0,2.7)--(0,13.5));
draw((21.6,2.7)--(21.6,13.5));[/asy]$ \textbf{(A)}\ 2 \qquad \textbf{(B)}\ 2.25 \qquad \textbf{(C)}\ 2.5 \qquad \textbf{(D)}\ 2.7 \qquad \textbf{(E)}\ 3$
Let $\omega$ be the circumcircle of $\triangle{ABC}$. $P$ is an interior point of $\triangle{ABC}$. $A_{1}, B_{1}, C_{1}$ are the intersections of $AP, BP, CP$ respectively and $A_{2}, B_{2}, C_{2}$ are the symmetrical points of $A_{1}, B_{1}, C_{1}$ with respect to the midpoints of side $BC, CA, AB$.
Show that the circumcircle of $\triangle{A_{2}B_{2}C_{2}}$ passes through the orthocentre of $\triangle{ABC}$.
Within an equilateral triangle $ABC$, take any point $P$. Let $L, M, N$ be the projections of $P$ on sides $AB, BC, CA$ respectively. Prove that $\frac{AP}{NL}=\frac{BP}{LM}=\frac{CP}{MN}$.
In triangle $ABC$, the medians and bisectors corresponding to sides $BC$, $CA$, $AB$ are $m_a$, $m_b$, $m_c$ and $w_a$, $w_b$, $w_c$ respectively. $P=w_a \cap m_b$, $Q=w_b \cap m_c$, $R=w_c \cap m_a$. Denote the areas of triangle $ABC$ and $PQR$ by $F_1$ and $F_2$ respectively. Find the least positive constant $m$ such that $\frac{F_1}{F_2}<m$ holds for any $\triangle{ABC}$.
Let $ABC$ be an equilateral triangle, and let $K, L,M$ be points respectively on $BC, CA, AB$ such that $BK/KC = CL/LA = AM/MB =\lambda $. Find all values of $\lambda$ such that the circle with $BC$ as a diameter completely covers the triangle bounded by the lines $AK,BL,CM$.
The square $ABCD$ is inscribed in a circle. Points $E$ and $F$ are located on the side of the square, and points $G$ and $H$ are located on the smaller arc $AB$ of the circle so that the $EFGH$ is a square. Find the area ratio of these squares.
Let $AB=AC$ in $\triangle ABC$, and let $D$ be a point on segment $AB$. The tangent at $D$ to the circumcircle $\omega$ of $BCD$ hits $AC$ at $E$. The other tangent from $E$ to $\omega$ touches it at $F$, and $G=BF \cap CD$, $H=AG \cap BC$. Prove that $BH=2HC$.
[i]Proposed by David Stoner[/i]
Let $ABC$ be a right-angled triangle ($\angle C = 90^\circ$) and $D$ be the midpoint of an altitude from C. The reflections of the line $AB$ about $AD$ and $BD$, respectively, meet at point $F$. Find the ratio $S_{ABF}:S_{ABC}$.
Note: $S_{\alpha}$ means the area of $\alpha$.
A [i]kite[/i] is a quadrilateral whose diagonals are perpendicular. Let kite $ABCD$ be such that $\angle B = \angle D = 90^\circ$. Let $M$ and $N$ be the points of tangency of the incircle of $ABCD$ to $AB$ and $BC$ respectively. Let $\omega$ be the circle centered at $C$ and tangent to $AB$ and $AD$. Construct another kite $AB^\prime C^\prime D^\prime$ that is similar to $ABCD$ and whose incircle is $\omega$. Let $N^\prime$ be the point of tangency of $B^\prime C^\prime$ to $\omega$. If $MN^\prime \parallel AC$, then what is the ratio of $AB:BC$?
In the figure shown below, $ABCDE$ is a regular pentagon and $AG=1$. What is $FG+JH+CD$?
[asy]
import cse5;pathpen=black;pointpen=black;
size(2inch);
pair A=dir(90), B=dir(18), C=dir(306), D=dir(234), E=dir(162);
D(MP("A",A,A)--MP("B",B,B)--MP("C",C,C)--MP("D",D,D)--MP("E",E,E)--cycle,linewidth(1.5));
D(A--C--E--B--D--cycle);
pair F=IP(A--D,B--E), G=IP(B--E,C--A), H=IP(C--A,B--D), I=IP(D--B,E--C), J=IP(C--E,D--A);
D(MP("F",F,dir(126))--MP("I",I,dir(270))--MP("G",G,dir(54))--MP("J",J,dir(198))--MP("H",H,dir(342))--cycle);
[/asy]
$\textbf{(A) } 3
\qquad\textbf{(B) } 12-4\sqrt5
\qquad\textbf{(C) } \dfrac{5+2\sqrt5}{3}
\qquad\textbf{(D) } 1+\sqrt5
\qquad\textbf{(E) } \dfrac{11+11\sqrt5}{10}
$
If $a+\log_2 3,a+\log_4 3,a+\log_8 3$ are a geometric series, then the common ratio is________.
Let $ABCD$ be a square and let $M$ be the midpoint of $BC$. Let $C ^ \prime$ be the reflection of $C$ wrt to $DM$. The parallel to $AB$ passing through $C ^ \prime$ intersects $AD$ at $R$ and $BC$ at $S$. Show that $$\frac {RC ^ \prime} {C ^\prime S} = \frac {3} {2}$$
The semicircle with centre $O$ and the diameter $AC$ is divided in two arcs $AB$ and $BC$ with ratio $1: 3$. $M$ is the midpoint of the radium $OC$. Let $T$ be the point of arc $BC$ such that the area of the cuadrylateral $OBTM$ is maximum. Find such area in fuction of the radium.
Given the isosceles triangle $ABC$ with $| AB | = | AC | = 10$ and $| BC | = 15$. Let points $P$ in $BC$ and $Q$ in $AC$ chosen such that $| AQ | = | QP | = | P C |$. Calculate the ratio of areas of the triangles $(PQA): (ABC)$.
The triangles $BCD$ and $ACE$ are externally constructed to sides $BC$ and $CA$ of a triangle $ABC$ such that $AE = BD$ and $\angle BDC+\angle AEC = 180^\circ$. Let $F$ be a point on segment $AB$ such that ${AF\over FB}={CD\over CE}$. Prove that ${DE\over CD+CE}={EF\over BC}={FD\over AC}$.
Let there be given a polygon $P$ which is mapped onto itself by two rotations: $\rho_1$ with center $O_1$ and angle $\omega_1$, and $\rho_2$ with center $O_2$ and angle $\omega_2~(0<\omega_i<2\pi)$. Show that the ratio $\frac{\omega_1}{\omega_2}$ is rational.
If $a_1,a_2,a_3,\dots$ is a sequence of positive numbers such that $a_{n+2}=a_na_{n+1}$ for all positive integers $n$, then the sequence $a_1,a_2,a_3,\dots$ is a geometric progression
$\textbf{(A) }\text{for all positive values of }a_1\text{ and }a_2\qquad$
$\textbf{(B) }\text{if and only if }a_1=a_2\qquad$
$\textbf{(C) }\text{if and only if }a_1=1\qquad$
$\textbf{(D) }\text{if and only if }a_2=1\qquad $
$\textbf{(E) }\text{if and only if }a_1=a_2=1$
A paint brush is swept along both diagonals of a square to produce the symmetric painted area, as shown. Half the area of the square is painted. What is the ratio of the side length of the square to the brush width?
[asy]unitsize(15mm);
defaultpen(linewidth(.8pt));
path P=(-sqrt(2)/2,1)--(0,1-sqrt(2)/2)--(sqrt(2)/2,1);
path Pc=(-sqrt(2)/2,1)--(0,1-sqrt(2)/2)--(sqrt(2)/2,1)--cycle;
path S=(-1,-1)--(-1,1)--(1,1)--(1,-1)--cycle;
fill(S,gray);
for(int i=0;i<4;++i)
{
fill(rotate(90*i)*Pc,white);
draw(rotate(90*i)*P);
}
draw(S);[/asy]$ \textbf{(A)}\ 2\sqrt {2} \plus{} 1 \qquad \textbf{(B)}\ 3\sqrt {2}\qquad \textbf{(C)}\ 2\sqrt {2} \plus{} 2 \qquad \textbf{(D)}\ 3\sqrt {2} \plus{} 1 \qquad \textbf{(E)}\ 3\sqrt {2} \plus{} 2$
Let $ A, B, D, E, F, C $ be six points lie on a circle (in order) satisfy $ AB=AC $ .
Let $ P=AD \cap BE, R=AF \cap CE, Q=BF \cap CD, S=AD \cap BF, T=AF \cap CD $ .
Let $ K $ be a point lie on $ ST $ satisfy $ \angle QKS=\angle ECA $ .
Prove that $ \frac{SK}{KT}=\frac{PQ}{QR} $
Two beads, each of mass $m$, are free to slide on a rigid, vertical hoop of mass $m_h$. The beads are threaded on the hoop so that they cannot fall off of the hoop. They are released with negligible velocity at the top of the hoop and slide down to the bottom in opposite directions. The hoop remains vertical at all times. What is the maximum value of the ratio $m/m_h$ such that the hoop always remains in contact with the ground? Neglect friction.
[asy]
pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps);
draw((0,0)--(3,0));
draw(circle((1.5,1),1));
filldraw(circle((1.4,1.99499),0.1), gray(.3));
filldraw(circle((1.6,1.99499),0.1), gray(.3));
[/asy]
A pyramid with a square base is cut by a plane that is parallel to its base and is $ 2$ units from the base. The surface area of the smaller pyramid that is cut from the top is half the surface area of the original pyramid. What is the altitude of the original pyramid?
$ \textbf{(A)}\ 2\qquad
\textbf{(B)}\ 2 \plus{} \sqrt{2}\qquad
\textbf{(C)}\ 1 \plus{} 2\sqrt{2}\qquad
\textbf{(D)}\ 4\qquad
\textbf{(E)}\ 4 \plus{} 2\sqrt{2}$
$ABCD$ and $A'B'C'D'$ are square maps of the same region, drawn to different scales and superimposed as shown in the figure. Prove that there is only one point $O$ on the small map that lies directly over point $O'$ of the large map such that $O$ and $O'$ each represent the same place of the country. Also, give a Euclidean construction (straight edge and compass) for $O$.
[asy]
size(200);
defaultpen(linewidth(0.7)+fontsize(10));
real theta = -100, r = 0.3; pair D2 = (0.3,0.76);
string[] lbl = {'A', 'B', 'C', 'D'}; draw(unitsquare); draw(shift(D2)*rotate(theta)*scale(r)*unitsquare);
for(int i = 0; i < lbl.length; ++i) {
pair Q = dir(135-90*i), P = (.5,.5)+Q/2^.5;
label("$"+lbl[i]+"'$", P, Q);
label("$"+lbl[i]+"$",D2+rotate(theta)*(r*P), rotate(theta)*Q);
}[/asy]
Four circles $\omega,$ $\omega_{A},$ $\omega_{B},$ and $\omega_{C}$ with the same radius are drawn in the interior of triangle $ABC$ such that $\omega_{A}$ is tangent to sides $AB$ and $AC$, $\omega_{B}$ to $BC$ and $BA$, $\omega_{C}$ to $CA$ and $CB$, and $\omega$ is externally tangent to $\omega_{A},$ $\omega_{B},$ and $\omega_{C}$. If the sides of triangle $ABC$ are $13,$ $14,$ and $15,$ the radius of $\omega$ can be represented in the form $\frac{m}{n}$, where $m$ and $n$ are relatively prime positive integers. Find $m+n.$
On the side $AB$ of the cyclic quadrilateral $ABCD$ there is a point $X$ such that diagonal $AC$ bisects the segment $DX$, and the diagonal $BD$ bisects the segment $CX$. What is the smallest possible ratio $|AB | : |CD|$ in such a quadrilateral ?