This website contains problems from math contests. Problems and corresponding tags were obtained from the Art of Problem Solving website.

Tags were heavily modified to better represent problems.

AND
OR
NO

Found problems: 239

A circle centered at $ O$ has radius $ 1$ and contains the point $ A$. Segment $ AB$ is tangent to the circle at $ A$ and $ \angle{AOB} \equal{} \theta$. If point $ C$ lies on $ \overline{OA}$ and $ \overline{BC}$ bisects $ \angle{ABO}$, then $ OC \equal{}$ [asy]import olympiad; unitsize(2cm); defaultpen(fontsize(8pt)+linewidth(.8pt)); labelmargin=0.2; dotfactor=3; pair O=(0,0); pair A=(1,0); pair B=(1,1.5); pair D=bisectorpoint(A,B,O); pair C=extension(B,D,O,A); draw(Circle(O,1)); draw(O--A--B--cycle); draw(B--C); label("$O$",O,SW); dot(O); label("$\theta$",(0.1,0.05),ENE); dot(C); label("$C$",C,S); dot(A); label("$A$",A,E); dot(B); label("$B$",B,E);[/asy] $ \textbf{(A)}\ \sec^2\theta \minus{} \tan\theta \qquad \textbf{(B)}\ \frac {1}{2} \qquad \textbf{(C)}\ \frac {\cos^2\theta}{1 \plus{} \sin\theta} \qquad \textbf{(D)}\ \frac {1}{1 \plus{} \sin\theta} \qquad \textbf{(E)}\ \frac {\sin\theta}{\cos^2\theta}$
The sides of a triangle are $ 30$, $ 70$, and $ 80$ units. If an altitude is dropped upon the side of length $ 80$, the larger segment cut off on this side is: $ \textbf{(A)}\ 62\qquad \textbf{(B)}\ 63\qquad \textbf{(C)}\ 64\qquad \textbf{(D)}\ 65\qquad \textbf{(E)}\ 66$
Point $P$ is located inside traingle $ABC$ so that angles $PAB, PBC,$ and $PCA$ are all congruent. The sides of the triangle have lengths $AB=13, BC=14,$ and $CA=15,$ and the tangent of angle $PAB$ is $m/n,$ where $m$ and $n$ are relatively prime positive integers. Find $m+n.$
Two circles $S_1$ and $S_2$ with centers $O_1$ and $O_2$ respectively intersect at $A$ and $B$. The tangents at $A$ to $S_1$ and $S_2$ meet segments $BO_2$ and $BO_1$ at $K$ and $L$ respectively. Show that $KL \parallel O_1O_2.$
Consider a triangle $ABC$ with $AB=AC$, and $D$ the foot of the altitude from the vertex $A$. The point $E$ lies on the side $AB$ such that $\angle ACE= \angle ECB=18^{\circ}$. If $AD=3$, find the length of the segment $CE$.
Point $G$ is where the medians of the triangle $ABC$ intersect and point $D$ is the midpoint of side $BC$. The triangle $BDG$ is equilateral with side length 1. Determine the lengths, $AB$, $BC$, and $CA$, of the sides of triangle $ABC$. [asy] size(200); defaultpen(fontsize(10)); real r=100.8933946; pair A=sqrt(7)*dir(r), B=origin, C=(2,0), D=midpoint(B--C), E=midpoint(A--C), F=midpoint(A--B), G=centroid(A,B,C); draw(A--B--C--A--D^^B--E^^C--F); pair point=G; 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("$G$", G, dir(20)); label("1", B--G, dir(150)); label("1", D--G, dir(30)); label("1", B--D, dir(270));[/asy]
Triangle $ ABC$ has $ AB \equal{} 2 \cdot AC$. Let $ D$ and $ E$ be on $ \overline{AB}$ and $ \overline{BC}$, respectively, such that $ \angle{BAE} \equal{} \angle{ACD}.$ Let $ F$ be the intersection of segments $ AE$ and $ CD$, and suppose that $ \triangle{CFE}$ is equilateral. What is $ \angle{ACB}$? $ \textbf{(A)}\ 60^{\circ}\qquad \textbf{(B)}\ 75^{\circ}\qquad \textbf{(C)}\ 90^{\circ}\qquad \textbf{(D)}\ 105^{\circ}\qquad \textbf{(E)}\ 120^{\circ}$
Prove that if the circumcircles of the faces of a tetrahedron $ABCD$ have equal radii, then $AB=CD$, $AC=BD$ and $AD=BC$.
Let $\triangle ABC$ be an arbitary triangle, and construct $P,Q,R$ so that each of the angles marked is $30^\circ$. Prove that $\triangle PQR$ is an equilateral triangle. [asy] size(200); defaultpen(linewidth(0.7)+fontsize(10)); pair ext30(pair pt1, pair pt2) { pair r1 = pt1+rotate(-30)*(pt2-pt1), r2 = pt2+rotate(30)*(pt1-pt2); draw(anglemark(r1,pt1,pt2,25)); draw(anglemark(pt1,pt2,r2,25)); return intersectionpoints(pt1--r1, pt2--r2)[0]; } pair A = (0,0), B=(10,0), C=(3,7), P=ext30(B,C), Q=ext30(C,A), R=ext30(A,B); draw(A--B--C--A--R--B--P--C--Q--A); draw(P--Q--R--cycle, linetype("8 8")); label("$A$", A, SW); label("$B$", B, SE); label("$C$", C, N); label("$P$", P, NE); label("$Q$", Q, NW); label("$R$", R, S);[/asy]
In triangle $ABC$, $\angle ABC$ is obtuse. Point $D$ lies on side $AC$ such that $\angle ABD$ is right, and point $E$ lies on side $AC$ between $A$ and $D$ such that $BD$ bisects $\angle EBC$. Find $CE$ given that $AC=35$, $BC=7$, and $BE=5$.
Given that $\sum_{k=1}^{35}\sin 5k=\tan \frac mn,$ where angles are measured in degrees, and $m$ and $n$ are relatively prime positive integers that satisfy $\frac mn<90,$ find $m+n.$
Point $D$ is on side $CB$ of triangle $ABC$. If \[ \angle{CAD} = \angle{DAB} = 60^\circ,\quad AC = 3\quad\mbox{ and }\quad AB = 6, \] then the length of $AD$ is $\text{(A)} \ 2 \qquad \text{(B)} \ 2.5 \qquad \text{(C)} \ 3 \qquad \text{(D)} \ 3.5 \qquad \text{(E)} \ 4$
The cyclic octagon $ABCDEFGH$ has sides $a,a,a,a,b,b,b,b$ respectively. Find the radius of the circle that circumscribes $ABCDEFGH.$
A paper equilateral triangle $ABC$ has side length $12$. The paper triangle is folded so that vertex $A$ touches a point on side $\overline{BC}$ a distance $9$ from point $B$. The length of the line segment along which the triangle is folded can be written as $\frac{m\sqrt{p}}{n}$, where $m$, $n$, and $p$ are positive integers, $m$ and $n$ are relatively prime, and $p$ is not divisible by the square of any prime. Find $m+n+p$. [asy] import cse5; size(12cm); pen tpen = defaultpen + 1.337; real a = 39/5.0; real b = 39/7.0; pair B = MP("B", (0,0), dir(200)); pair A = MP("A", (9,0), dir(-80)); pair C = MP("C", (12,0), dir(-20)); pair K = (6,10.392); pair M = (a*B+(12-a)*K) / 12; pair N = (b*C+(12-b)*K) / 12; draw(B--M--N--C--cycle, tpen); draw(M--A--N--cycle); fill(M--A--N--cycle, mediumgrey); pair shift = (-20.13, 0); pair B1 = MP("B", B+shift, dir(200)); pair A1 = MP("A", K+shift, dir(90)); pair C1 = MP("C", C+shift, dir(-20)); draw(A1--B1--C1--cycle, tpen);[/asy]