Found problems: 216
Angle $ABC$ of $\triangle ABC$ is a right angle. The sides of $\triangle ABC$ are the diameters of semicircles as shown. The area of the semicircle on $\overline{AB}$ equals $8\pi$, and the arc of the semicircle on $\overline{AC}$ has length $8.5\pi$. What is the radius of the semicircle on $\overline{BC}$?
[asy]
import graph;
draw((0,8)..(-4,4)..(0,0)--(0,8));
draw((0,0)..(7.5,-7.5)..(15,0)--(0,0));
real theta = aTan(8/15);
draw(arc((15/2,4),17/2,-theta,180-theta));
draw((0,8)--(15,0));
label("$A$", (0,8), NW);
label("$B$", (0,0), SW);
label("$C$", (15,0), SE);[/asy]
$\textbf{(A)}\ 7 \qquad \textbf{(B)}\ 7.5 \qquad \textbf{(C)}\ 8 \qquad \textbf{(D)}\ 8.5 \qquad \textbf{(E)}\ 9$
A triangle with sides $a,b,c$ is called a good triangle if $a^2,b^2,c^2$ can form a triangle. How many of below triangles are good?
(i) $40^{\circ}, 60^{\circ}, 80^{\circ}$
(ii) $10^{\circ}, 10^{\circ}, 160^{\circ}$
(iii) $110^{\circ}, 35^{\circ}, 35^{\circ}$
(iv) $50^{\circ}, 30^{\circ}, 100^{\circ}$
(v) $90^{\circ}, 40^{\circ}, 50^{\circ}$
(vi) $80^{\circ}, 20^{\circ}, 80^{\circ}$
$
\textbf{(A)}\ 1
\qquad\textbf{(B)}\ 2
\qquad\textbf{(C)}\ 3
\qquad\textbf{(D)}\ 4
\qquad\textbf{(E)}\ 5
$
Let $VABCD$ be a regular pyramid, having the square base $ABCD$. Suppose that on the line $AC$ lies a point $M$ such that $VM=MB$ and $(VMB)\perp (VAB)$. Prove that $4AM=3AC$.
[i]Mircea Fianu[/i]
Diameter $AB$ of a circle has length a 2-digit integer (base ten). Reversing the digits gives the length of the perpendicular chord $CD$. The distance from their intersection point $H$ to the center $O$ is a positive rational number. Determine the length of $AB$.
Squares $BAXX^{'}$ and $CAYY^{'}$ are drawn in the exterior of a triangle $ABC$ with $AB = AC$. Let $D$ be the midpoint of $BC$, and $E$ and $F$ be the feet of the perpendiculars from an arbitrary point $K$ on the segment $BC$ to $BY$ and $CX$, respectively.
$(a)$ Prove that $DE = DF$ .
$(b)$ Find the locus of the midpoint of $EF$ .
The circular base of a hemisphere of radius $2$ rests on the base of a square pyramid of height $6$. The hemisphere is tangent to the other four faces of the pyramid. What is the edge-length of the base of the pyramid?
$ \textbf{(A)}\ 3\sqrt{2} \qquad
\textbf{(B)}\ \frac{13}{3} \qquad
\textbf{(C)}\ 4\sqrt{2} \qquad
\textbf{(D)}\ 6 \qquad
\textbf{(E)}\ \frac{13}{2}
$
A chord which is the perpendicular bisector of a radius of length 12 in a circle, has length
$ \textbf{(A)}\ 3\sqrt3 \qquad \textbf{(B)}\ 27 \qquad \textbf{(C)}\ 6\sqrt3 \qquad \textbf{(D)}\ 12\sqrt3 \qquad
\textbf{(E)}\ \text{ none of these}$
Jenny and Kenny are walking in the same direction, Kenny at 3 feet per second and Jenny at 1 foot per second, on parallel paths that are 200 feet apart. A tall circular building 100 feet in diameter is centered midway between the paths. At the instant when the building first blocks the line of sight between Jenny and Kenny, they are 200 feet apart. Let $t$ be the amount of time, in seconds, before Jenny and Kenny can see each other again. If $t$ is written as a fraction in lowest terms, what is the sum of the numerator and denominator?
A rectangular piece of paper with side lengths 5 by 8 is folded along the dashed lines shown below, so that the folded flaps just touch at the corners as shown by the dotted lines. Find the area of the resulting trapezoid.
[asy]
size(150);
defaultpen(linewidth(0.8));
draw(origin--(8,0)--(8,5)--(0,5)--cycle,linewidth(1));
draw(origin--(8/3,5)^^(16/3,5)--(8,0),linetype("4 4"));
draw(origin--(4,3)--(8,0)^^(8/3,5)--(4,3)--(16/3,5),linetype("0 4"));
label("$5$",(0,5/2),W);
label("$8$",(4,0),S);
[/asy]
Let $a, b, c$ be positive numbers with $\sqrt a +\sqrt b +\sqrt c = \frac{\sqrt 3}{2}$. Prove that the system of equations
\[\sqrt{y-a}+\sqrt{z-a}=1,\] \[\sqrt{z-b}+\sqrt{x-b}=1,\] \[\sqrt{x-c}+\sqrt{y-c}=1\]
has exactly one solution $(x, y, z)$ in real numbers.
Triangle $ABC$ has a right angle at $B$. Point $D$ lies on side $BC$ such that $3\angle BAD = \angle BAC$. Given $AC=2$ and $CD=1$, compute $BD$.
In the adjoining figure, points $B$ and $C$ lie on line segment $AD$, and $AB$, $BC$, and $CD$ are diameters of circle $O$, $N$, and $P$, respectively. Circles $O$, $N$, and $P$ all have radius $15$ and the line $AG$ is tangent to circle $P$ at $G$. If $AG$ intersects circle $N$ at points $E$ and $F$, then chord $EF$ has length
[asy]
size(250);
defaultpen(fontsize(10));
pair A=origin, O=(1,0), B=(2,0), N=(3,0), C=(4,0), P=(5,0), D=(6,0), G=tangent(A,P,1,2), E=intersectionpoints(A--G, Circle(N,1))[0], F=intersectionpoints(A--G, Circle(N,1))[1];
draw(Circle(O,1)^^Circle(N,1)^^Circle(P,1)^^G--A--D, linewidth(0.7));
dot(A^^B^^C^^D^^E^^F^^G^^O^^N^^P);
label("$A$", A, W);
label("$B$", B, SE);
label("$C$", C, NE);
label("$D$", D, dir(0));
label("$P$", P, S);
label("$N$", N, S);
label("$O$", O, S);
label("$E$", E, dir(120));
label("$F$", F, NE);
label("$G$", G, dir(100));[/asy]
$\textbf {(A) } 20 \qquad \textbf {(B) } 15\sqrt{2} \qquad \textbf {(C) } 24 \qquad \textbf{(D) } 25 \qquad \textbf {(E) } \text{none of these}$
The two circles pictured have the same center $C$. Chord $\overline{AD}$ is tangent to the inner circle at $B$, $AC$ is $10$, and chord $\overline{AD}$ has length $16$. What is the area between the two circles?
[asy]
unitsize(45);
import graph; size(300); real lsf = 0.5; pen dp = linewidth(0.7) + fontsize(10); defaultpen(dp); pen ds = black; pen xdxdff = rgb(0.49,0.49,1);
draw((2,0.15)--(1.85,0.15)--(1.85,0)--(2,0)--cycle); draw(circle((2,1),2.24)); draw(circle((2,1),1)); draw((0,0)--(4,0)); draw((0,0)--(2,1)); draw((2,1)--(2,0)); draw((2,1)--(4,0));
dot((0,0),ds); label("$A$", (-0.19,-0.23),NE*lsf); dot((2,0),ds); label("$B$", (1.97,-0.31),NE*lsf); dot((2,1),ds); label("$C$", (1.96,1.09),NE*lsf); dot((4,0),ds); label("$D$", (4.07,-0.24),NE*lsf); clip((-3.1,-7.72)--(-3.1,4.77)--(11.74,4.77)--(11.74,-7.72)--cycle);
[/asy]
$ \textbf{(A)}\ 36 \pi \qquad\textbf{(B)}\ 49 \pi\qquad\textbf{(C)}\ 64 \pi\qquad\textbf{(D)}\ 81 \pi\qquad\textbf{(E)}\ 100 \pi $
A flagpole is originally $ 5$ meters tall. A hurricane snaps the flagpole at a point $ x$ meters above the ground so that the upper part, still attached to the stump, touches the ground $ 1$ meter away from the base. What is $ x$?
$ \textbf{(A)}\ 2.0 \qquad \textbf{(B)}\ 2.1 \qquad \textbf{(C)}\ 2.2 \qquad \textbf{(D)}\ 2.3 \qquad \textbf{(E)}\ 2.4$
Each face of a tetrahedron is a triangle with sides $a, b,$c and the tetrahedon has circumradius 1. Find $a^2 + b^2 + c^2$.
Consider all triangles $ ABC$ satisfying the following conditions: $ AB \equal{} AC$, $ D$ is a point on $ \overline{AC}$ for which $ \overline{BD} \perp \overline{AC}$, $ AD$ and $ CD$ are integers, and $ BD^2 \equal{} 57$. Among all such triangles, the smallest possible value of $ AC$ is
$ \textbf{(A)}\ 9 \qquad \textbf{(B)}\ 10 \qquad \textbf{(C)}\ 11 \qquad \textbf{(D)}\ 12 \qquad \textbf{(E)}\ 13$
[asy]defaultpen(linewidth(.8pt));
dotfactor=4;
pair B = (0,0);
pair C = (5,0);
pair A = (2.5,7.5);
pair D = foot(B,A,C);
dot(A);dot(B);dot(C);dot(D);
label("$A$", A, N);label("$B$", B, SW);label("$C$", C, SE);label("$D$", D, NE);
draw(A--B--C--cycle);draw(B--D);[/asy]
Square $ ABCD$ has side length $ 2$. A semicircle with diameter $ \overline{AB}$ is constructed inside the square, and the tangent to the semicricle from $ C$ intersects side $ \overline{AD}$ at $ E$. What is the length of $ \overline{CE}$?
[asy]
defaultpen(linewidth(0.8));
pair A=origin, B=(1,0), C=(1,1), D=(0,1), X=tangent(C, (0.5,0), 0.5, 1), F=C+2*dir(C--X), E=intersectionpoint(C--F, A--D);
draw(C--D--A--B--C--E);
draw(Arc((0.5,0), 0.5, 0, 180));
pair point=(0.5,0.5);
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));[/asy]
$ \textbf{(A)}\ \frac {2 \plus{} \sqrt5}{2} \qquad \textbf{(B)}\ \sqrt 5 \qquad \textbf{(C)}\ \sqrt 6 \qquad \textbf{(D)}\ \frac52 \qquad \textbf{(E)}\ 5 \minus{} \sqrt5$
Circles of radius 3 and 6 are externally tangent to each other and are internally tangent to a circle of radius 9. The circle of radius 9 has a chord that is a common external tangent of the other two circles. Find the square of the length of this chord.
Cyclic quadrilateral $ABCD$ has positive integer side lengths $AB$, $BC$, $CA$, $AD$. It is known that $AD=2005$, $\angle{ABC}=\angle{ADC} = 90^o$, and $\max \{ AB,BC,CD \} < 2005$. Determine the maximum and minimum possible values for the perimeter of $ABCD$.
Let the vertices $A$ and $C$ of a right triangle $ABC$ be on the arc with center $B$ and radius $20$. A semicircle with diameter $[AB]$ is drawn to the inner region of the arc. The tangent from $C$ to the semicircle touches the semicircle at $D$ other than $B$. Let $CD$ intersect the arc at $F$. What is $|FD|$?
$
\textbf{(A)}\ 1
\qquad\textbf{(B)}\ \frac 52
\qquad\textbf{(C)}\ 3
\qquad\textbf{(D)}\ 4
\qquad\textbf{(E)}\ 5
$
A rope of length 10 [i]m[/i] is tied tautly from the top of a flagpole to the ground 6 [i]m[/i] away from the base of the pole. An ant crawls up the rope and its shadow moves at a rate of 30 [i]cm/min[/i]. How many meters above the ground is the ant after 5 minutes? (This takes place on the summer solstice on the Tropic of Cancer so that the sun is directly overhead.)
An equilateral triangle with side length $6$ has a square of side length $6$ attached to each of its edges as shown. The distance between the two farthest vertices of this figure (marked $A$ and $B$ in the figure) can be written as $m + \sqrt{n}$ where $m$ and $n$ are positive integers. Find $m + n$.
[asy]
draw((0,0)--(1,0)--(1/2,sqrt(3)/2)--cycle);
draw((1,0)--(1+sqrt(3)/2,1/2)--(1/2+sqrt(3)/2,1/2+sqrt(3)/2)--(1/2,sqrt(3)/2));
draw((0,0)--(-sqrt(3)/2,1/2)--(-sqrt(3)/2+1/2,1/2+sqrt(3)/2)--(1/2,sqrt(3)/2));
dot((-sqrt(3)/2+1/2,1/2+sqrt(3)/2));
label("A", (-sqrt(3)/2+1/2,1/2+sqrt(3)/2), N);
draw((1,0)--(1,-1)--(0,-1)--(0,0));
dot((1,-1));
label("B", (1,-1), SE);
[/asy]
Let $ABCD$ be a tetrahedron and let $H_{a},H_{b},H_{c},H_{d}$ be the orthocenters of triangles $BCD,CDA,DAB,ABC$, respectively.
Prove that lines $AH_{a},BH_{b},CH_{c}, DH_{d}$ are concurrent
if and only if
$AB^2 + CD^2 = AC^2 + BD^2 = AD^2 + BC^2$
$ \overline{AB}$ is the hypotenuse of a right triangle $ ABC$. Median $ \overline{AD}$ has length $ 7$ and median $ \overline{BE}$ has length $ 4$. The length of $ \overline{AB}$ is:
$ \textbf{(A)}\ 10\qquad
\textbf{(B)}\ 5\sqrt{3}\qquad
\textbf{(C)}\ 5\sqrt{2}\qquad
\textbf{(D)}\ 2\sqrt{13}\qquad
\textbf{(E)}\ 2\sqrt{15}$
A $4\times 4\times h$ rectangular box contains a sphere of radius $2$ and eight smaller spheres of radius $1$. The smaller spheres are each tangent to three sides of the box, and the larger sphere is tangent to each of the smaller spheres. What is $h$?
[asy]
import graph3;
import solids;
real h=2+2*sqrt(7);
currentprojection=orthographic((0.75,-5,h/2+1),target=(2,2,h/2));
currentlight=light(4,-4,4);
draw((0,0,0)--(4,0,0)--(4,4,0)--(0,4,0)--(0,0,0)^^(4,0,0)--(4,0,h)--(4,4,h)--(0,4,h)--(0,4,0));
draw(shift((1,3,1))*unitsphere,gray(0.85));
draw(shift((3,3,1))*unitsphere,gray(0.85));
draw(shift((3,1,1))*unitsphere,gray(0.85));
draw(shift((1,1,1))*unitsphere,gray(0.85));
draw(shift((2,2,h/2))*scale(2,2,2)*unitsphere,gray(0.85));
draw(shift((1,3,h-1))*unitsphere,gray(0.85));
draw(shift((3,3,h-1))*unitsphere,gray(0.85));
draw(shift((3,1,h-1))*unitsphere,gray(0.85));
draw(shift((1,1,h-1))*unitsphere,gray(0.85));
draw((0,0,0)--(0,0,h)--(4,0,h)^^(0,0,h)--(0,4,h));
[/asy]
$\textbf{(A) }2+2\sqrt 7\qquad
\textbf{(B) }3+2\sqrt 5\qquad
\textbf{(C) }4+2\sqrt 7\qquad
\textbf{(D) }4\sqrt 5\qquad
\textbf{(E) }4\sqrt 7\qquad$